Releases: Lut99/FileHeaderGenerator
Releases · Lut99/FileHeaderGenerator
v1.3.0 - Added custom language support
Added
- Support for WGSL and eFLINT.
- A section on the definition of custom languages in the
README.md
file. - The possibility to define your own languages using the new
file-header-generator.customLanguages
property.
Changed
- The
file-header-generator.rustDocString
property tofile-header-generator.docString
. - The order of the CHANGELOG.md file
- The dates in the CHANGELOG.md file
Fixed
- Security vulnerability by bumping luxon to 2.5.2.
v1.2.0 - New comment style for Rust and backend rework
Added docstring-aware style for Rust and an appropriate setting for that. Also revamped backend parsing algorithm.
See the changelog for more details.
v1.1.0 - Added Rust, Custom Date Formatting, Bug Fixes
In this release, we changed date formatting to have a custom format instead of always using the system's locale. Additionally, we added support for Rust and performed a long-needed bug fix.
See the changelog for more details.
v1.0.7 - New languages
Added support for Shellscript, Makefile, CMake and GLSL.
See the changelog for more details.
v1.0.3 - Updated documentation
The v1.0.3 release is the first in which we do more extensive documention - most notably an updated CHANGELOG.md.
See the changelog for more details.