Skip to content

Releases: raphaelstolt/lean-package-validator

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 00:07

Added

  • Expanded the validation to also validate negated export-ignore directives. Closes #70.
  • New --flavour option for the create command which influences the .gitattributes file generation. Closes #71.
  • Expanded the reformatting to also reformat negated export-ignore directives. Closes #72.

Removed

  • Removed the explicit --agentic-run option as agent detection is now done automatically per default.
  • Removed the deprecated --create and --overwrite options of the validate command. Closes #68.

v5.9.1

Choose a tag to compare

@github-actions github-actions released this 17 May 06:11
  • Improved the section grouping.

v5.9.0

Choose a tag to compare

@github-actions github-actions released this 16 May 17:26
  • Added a new --group option to the reformat and update command. Closes #69.
  • Expanded the common glob preset patterns.

v5.8.6

Choose a tag to compare

@github-actions github-actions released this 13 May 19:19
  • Fixed a bug where non existent stale export-ignores are not removed.

v5.8.5

Choose a tag to compare

@github-actions github-actions released this 11 May 08:47
  • Fixed a bug where the reformat header is added twice.

v5.8.4

Choose a tag to compare

@github-actions github-actions released this 08 May 14:42
  • Fixed a bug where preceding slashes are not properly removed when reformatting.

v5.8.3

Choose a tag to compare

@github-actions github-actions released this 08 May 12:31
  • Added a header output, to spread the lpv visibility, to the reformat command.

v5.8.2

Choose a tag to compare

@github-actions github-actions released this 07 May 23:39
  • Added an --sort-alphabetically and --sort-from-directories-to-files option to the reformat command.

v5.8.1

Choose a tag to compare

@github-actions github-actions released this 07 May 16:15
  • Improved the output of the reformat command. Preceding slashes are removed and directories are postfixed with a slash.

v5.8.0

Choose a tag to compare

@github-actions github-actions released this 07 May 13:02
  • Added new reformat command.