Skip to content

Releases: Sage/yaml_normalizer

v2.1.0

19 Sep 15:59
9eba595
Compare
Choose a tag to compare

What's Changed

  • Appease Rubocop and Mutant, Update README by @wteuber in #56

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Sep 10:05
3148706
Compare
Choose a tag to compare

Added

  • Tests now run against Ruby 3.0, 3.1, and 3.2

Changed

  • Update minimum Ruby version to v3.0
  • Relaxed version constraint on Rake
  • Set minimum Psych version to v5

What's Changed

  • Set minimum Ruby version to v3 and relax dependency constraints by @matthewl in #55

New Contributors

Full Changelog: v1.2.1...v2.0.0

v1.2.1

11 May 10:16
Compare
Choose a tag to compare

[1.2.1] - 2020-05-11

Changed

  • improved performance of nested keys insertion (shout out out to Christoph Wagner @aiomaster for creating the change)
  • minor style corrections

v1.2.0

08 Aug 12:34
d764909
Compare
Choose a tag to compare

[1.2.0] - 2019-08-08

Added

  • Versioning and help messages for CLI

Changed

  • Extended allowed line length to 120
  • Change the mutant to only scan the latest commits

v1.0.1

04 May 00:51
e75588a
Compare
Choose a tag to compare

[1.0.1] - 2018-05-04

Changed

  • Specify executables in Gemspec

v1.0.0

04 May 00:36
489872a
Compare
Choose a tag to compare

[1.0.0] - 2018-05-04

Added

  • Add .ruby-version file to improve development experience
  • Add gem version badge to README
  • Add pry-doc
  • Add helper method to retrieve relative path for a file
  • Add executable "yaml_check" to check normalization of YAML files

Changed

  • Clean up README
  • Rename executable to normalize YAML files to "yaml_normalize"
  • Lower average complexity threshold to 6.5

Removed

  • Remove parallel_tests
  • Remove console and setup executables
  • Remove bundler/gem_tasks

v0.3.0

26 Mar 09:30
ddca2c5
Compare
Choose a tag to compare

[0.3.0] - 2018-03-26

Added

Changed

Removed

  • Remove Coveralls.io integration

v0.2.2

26 Mar 09:15
Compare
Choose a tag to compare

[0.2.2] - 2017-06-23

Added

  • Add hint to run normalize task when check task fails

Changed

  • Fix check rake task's exit value
  • Fix return when checking YAMLs
  • Fix section "rake -t" in README.md
  • Fix mutant output parsing

Removed

  • Stop requiring simplecov when running mutation tests

v0.2.1

26 Mar 09:16
Compare
Choose a tag to compare

[0.2.1] - 2017-06-01

Added

  • CHANGELOG.md

Changed

  • Fix handling of UTF-8-encoded files using byte order mark

v0.2.0

26 Mar 09:16
Compare
Choose a tag to compare

[0.2.0] - 2017-05-10

Added

  • Add file configuration to rake task
  • Add YAML check service, including rake task
  • Add ci_task helper methods
  • Add more documentation and improve wording

Changed

  • Enable RSpec's verify_partial_doubles and disable_monkey_patching
  • Change License to Apache-2.0
  • Move CI helper methods to separate file
  • Make printed file paths relative
  • Disable output while running specs
  • Update section Usage in README
  • Make "rake ci" the default rake task

Removed

  • Remove flay
  • Remove cane
  • Remove Ruby refinements