smortex/yaml-sort

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.2.5](https://github.com/smortex/yaml-sort/tree/v2.2.5) (2023-03-10)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.2.4...v2.2.5)

**Fixed bugs:**

- Fix sorting dictionaries when they have an anchor [\#33](https://github.com/smortex/yaml-sort/pull/33) ([smortex](https://github.com/smortex))

## [v2.2.4](https://github.com/smortex/yaml-sort/tree/v2.2.4) (2023-01-11)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.2.3...v2.2.4)

**Fixed bugs:**

- Fix parsing of lists with empty values [\#30](https://github.com/smortex/yaml-sort/pull/30) ([smortex](https://github.com/smortex))

## [v2.2.3](https://github.com/smortex/yaml-sort/tree/v2.2.3) (2023-01-09)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.2.2...v2.2.3)

**Fixed bugs:**

- Fix parsing of blank lines in multi-line VALUE [\#27](https://github.com/smortex/yaml-sort/pull/27) ([smortex](https://github.com/smortex))

## [v2.2.2](https://github.com/smortex/yaml-sort/tree/v2.2.2) (2023-01-06)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.2.1...v2.2.2)

**Fixed bugs:**

- Fix parsing of "simple" multi-line VALUE [\#24](https://github.com/smortex/yaml-sort/pull/24) ([smortex](https://github.com/smortex))

## [v2.2.1](https://github.com/smortex/yaml-sort/tree/v2.2.1) (2023-01-04)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.2.0...v2.2.1)

**Fixed bugs:**

- Fix parsing of dictionaries with quotes in KEY/VALUE [\#21](https://github.com/smortex/yaml-sort/pull/21) ([smortex](https://github.com/smortex))

## [v2.2.0](https://github.com/smortex/yaml-sort/tree/v2.2.0) (2022-09-27)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.1.1...v2.2.0)

**Implemented enhancements:**

- Add support for &anchor / \*alias [\#17](https://github.com/smortex/yaml-sort/pull/17) ([smortex](https://github.com/smortex))

**Fixed bugs:**

- Fix relocation of comments following UNINDENT [\#18](https://github.com/smortex/yaml-sort/pull/18) ([smortex](https://github.com/smortex))

**Merged pull requests:**

- Add CodeClimate integration [\#15](https://github.com/smortex/yaml-sort/pull/15) ([smortex](https://github.com/smortex))

## [v2.1.1](https://github.com/smortex/yaml-sort/tree/v2.1.1) (2022-07-03)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.1.0...v2.1.1)

**Fixed bugs:**

- Fix passing-around Aruba FakeKernel [\#13](https://github.com/smortex/yaml-sort/pull/13) ([smortex](https://github.com/smortex))

## [v2.1.0](https://github.com/smortex/yaml-sort/tree/v2.1.0) (2022-07-03)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.0.2...v2.1.0)

**Implemented enhancements:**

- Make the Rake tasks silent [\#11](https://github.com/smortex/yaml-sort/pull/11) ([smortex](https://github.com/smortex))
- Improve --lint by showing a diff on error [\#10](https://github.com/smortex/yaml-sort/pull/10) ([smortex](https://github.com/smortex))

## [v2.0.2](https://github.com/smortex/yaml-sort/tree/v2.0.2) (2022-06-10)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.0.1...v2.0.2)

**Fixed bugs:**

- Fix infinite loops when processing files with trailing whitespace [\#9](https://github.com/smortex/yaml-sort/pull/9) ([smortex](https://github.com/smortex))

## [v2.0.1](https://github.com/smortex/yaml-sort/tree/v2.0.1) (2022-06-01)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v2.0.0...v2.0.1)

**Fixed bugs:**

- Fix parsing of keys with spaces [\#8](https://github.com/smortex/yaml-sort/pull/8) ([smortex](https://github.com/smortex))

## [v2.0.0](https://github.com/smortex/yaml-sort/tree/v2.0.0) (2022-04-25)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v1.0.1...v2.0.0)

**Merged pull requests:**

- Rework list sorting [\#7](https://github.com/smortex/yaml-sort/pull/7) ([smortex](https://github.com/smortex))

## [v1.0.1](https://github.com/smortex/yaml-sort/tree/v1.0.1) (2022-04-24)

[Full Changelog](https://github.com/smortex/yaml-sort/compare/v1.0.0...v1.0.1)

**Fixed bugs:**

- Fix processing of some YAML files without a `START_OF_DOCUMENT` [\#6](https://github.com/smortex/yaml-sort/pull/6) ([smortex](https://github.com/smortex))
- Fix error reporting [\#5](https://github.com/smortex/yaml-sort/pull/5) ([smortex](https://github.com/smortex))
- Fix display of filename on parse errors [\#1](https://github.com/smortex/yaml-sort/pull/1) ([smortex](https://github.com/smortex))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*