Skip to content

Latest commit

 

History

History
115 lines (60 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

115 lines (60 loc) · 4.75 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v2.2.5 (2023-03-10)

Full Changelog

Fixed bugs:

  • Fix sorting dictionaries when they have an anchor #33 (smortex)

v2.2.4 (2023-01-11)

Full Changelog

Fixed bugs:

  • Fix parsing of lists with empty values #30 (smortex)

v2.2.3 (2023-01-09)

Full Changelog

Fixed bugs:

  • Fix parsing of blank lines in multi-line VALUE #27 (smortex)

v2.2.2 (2023-01-06)

Full Changelog

Fixed bugs:

  • Fix parsing of "simple" multi-line VALUE #24 (smortex)

v2.2.1 (2023-01-04)

Full Changelog

Fixed bugs:

  • Fix parsing of dictionaries with quotes in KEY/VALUE #21 (smortex)

v2.2.0 (2022-09-27)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix relocation of comments following UNINDENT #18 (smortex)

Merged pull requests:

v2.1.1 (2022-07-03)

Full Changelog

Fixed bugs:

  • Fix passing-around Aruba FakeKernel #13 (smortex)

v2.1.0 (2022-07-03)

Full Changelog

Implemented enhancements:

v2.0.2 (2022-06-10)

Full Changelog

Fixed bugs:

  • Fix infinite loops when processing files with trailing whitespace #9 (smortex)

v2.0.1 (2022-06-01)

Full Changelog

Fixed bugs:

  • Fix parsing of keys with spaces #8 (smortex)

v2.0.0 (2022-04-25)

Full Changelog

Merged pull requests:

v1.0.1 (2022-04-24)

Full Changelog

Fixed bugs:

  • Fix processing of some YAML files without a START_OF_DOCUMENT #6 (smortex)
  • Fix error reporting #5 (smortex)
  • Fix display of filename on parse errors #1 (smortex)

* This Changelog was automatically generated by github_changelog_generator