Skip to content

Releases: Lut99/FileHeaderGenerator

v1.3.0 - Added custom language support

21 Jan 10:06
Compare
Choose a tag to compare

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 to file-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

30 Jul 15:55
Compare
Choose a tag to compare

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

21 Dec 00:08
Compare
Choose a tag to compare

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

21 Dec 00:12
Compare
Choose a tag to compare

Added support for Shellscript, Makefile, CMake and GLSL.

See the changelog for more details.

v1.0.3 - Updated documentation

21 Dec 00:15
Compare
Choose a tag to compare

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.