Breaking changes
- Removed
--debugflag 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
diffthat 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