Releases: raphaelstolt/lean-package-validator
Releases · raphaelstolt/lean-package-validator
Release list
v6.0.0
Added
- Expanded the
validationto also validate negated export-ignore directives. Closes #70. - New
--flavouroption for thecreatecommand which influences the.gitattributesfile generation. Closes #71. - Expanded the
reformattingto also reformat negated export-ignore directives. Closes #72.
Removed
- Removed the explicit
--agentic-runoption as agent detection is now done automatically per default. - Removed the deprecated
--createand--overwriteoptions of the validate command. Closes #68.
v5.9.1
v5.9.0
- Added a new
--groupoption to thereformatandupdatecommand. Closes #69. - Expanded the common glob preset patterns.
v5.8.6
- Fixed a bug where non existent stale export-ignores are not removed.
v5.8.5
- Fixed a bug where the reformat header is added twice.
v5.8.4
- Fixed a bug where preceding slashes are not properly removed when reformatting.
v5.8.3
- Added a header output, to spread the
lpvvisibility, to thereformatcommand.
v5.8.2
- Added an
--sort-alphabeticallyand--sort-from-directories-to-filesoption to thereformatcommand.
v5.8.1
- Improved the output of the
reformatcommand. Preceding slashes are removed and directories are postfixed with a slash.