Releases: samrjenkins/yalphabetize
Releases · samrjenkins/yalphabetize
v0.10.0
What's Changed
- Handle newline comments and add preserve_comments configuration information to readme
- Return exit code 0 when offences have been auto-corrected. With thanks for @krevels for the contribution
Internal
- Bump rubocop-rspec from 2.11.1 to 3.2.0
- Bump rubocop from 1.62.1 to 1.68.0
- Bump rexml from 3.2.6 to 3.3.6
- Bump rubocop-factory_bot from 2.25.1 to 2.26.1
- Bump rubocop-performance from 1.21.0 to 1.23.0
- Bump factory_bot from 6.4.6 to 6.5.0
New Contributors
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
- Add support for Ruby 3.2 and 3.3
- Drop support for Ruby 2.7
- Upgrade Github actions checkout to v4
- Add dependabot for github actions and bundler dependencies
- Move development dependencies from gemspec to Gemfile
- update development dependencies
- Address a small number of Rubocop offences
v0.7.0
bump to 0.7.0 (#100)
v0.6.2
fix workflow (#95)
v0.6.1
What's Changed
- Fixes a bug whereby YAML was not correctly rewritten if it contained a scalar with a double backslash #89
regexp: "(0|([1-9]{1}[0-9]{0,9}))(\\.[0-9]{1,2})?$"
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.0
What's Changed
- deprecate ruby 2.5 support by @samrjenkins in #59
- remove specific psych gem version dependency by @samrjenkins in #67
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Fixes a bug introduced in 0.4.0. When indenting block-type nodes such as mapping nodes and multi-line scalar nodes, the line after the block-type node would also be indented. This is now fixed.
v0.4.0
- Add
sort_by
config setting to allow YAML files to be sorted in various different orders - Add
indent_sequences
config setting to specify sequence indentation style when autocorrecting. - Specify Psych 3 (previously 4)