Skip to content

v1.3.0

Latest

Choose a tag to compare

@vduseev vduseev released this 21 May 11:33

Breaking changes

  • Removed --debug flag from commands since it was redundant to --verbose.

New features

  • Support for grouper +.yaml files
  • Support for arrays inside yaml files
  • Explicit exceptions and exit codes for each possible error
  • Dry run mode to test the source dir for validity
  • Support for sorted paths via --sort-paths
  • Support for explicit comment removal via --remove-comments
  • Renamed option for "Generated with yamlex" header
  • Line length option during split (Closes #1)

Bug fixes

  • Better diff that now correctly ignores ruamel types
  • Fixed groups split bug (Closes #2)
  • Detect duplicate keys (Closes #3)

Project tooling

  • Migrated from poetry to uv

Full Changelog: v1.2.0...v1.3.0