Skip to content

Releases: samrjenkins/yalphabetize

v0.10.0

23 Nov 14:12
21b0acf
Compare
Choose a tag to compare

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

11 Apr 15:41
98d660e
Compare
Choose a tag to compare

Breaking changes

  • Drop ruby 3.0 support

Improvements

  • Add rubocop-factory_bot
  • Lint README
  • Specify default scalar style in scalar factory
  • Strengthen version testing
  • Replace pry with debug
  • Run windows CI first
  • Use github actions bundler cache (#125)
  • Bump rubocop-performance from 1.19.1 to 1.21.0 (#124)

v0.8.0

29 Mar 23:39
450e440
Compare
Choose a tag to compare
  • 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

29 Oct 15:38
3f13a26
Compare
Choose a tag to compare
bump to 0.7.0 (#100)

v0.6.2

10 Feb 19:04
a628f53
Compare
Choose a tag to compare
fix workflow (#95)

v0.6.1

10 Feb 15:33
bd3742b
Compare
Choose a tag to compare

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

09 Feb 16:44
86e0683
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Jan 13:29
a616935
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

05 Jan 18:32
1ecea8b
Compare
Choose a tag to compare

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

05 Jan 14:01
57a2187
Compare
Choose a tag to compare
  • 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)