Skip to content

2.4.2

Compare
Choose a tag to compare
@wwkimball wwkimball released this 01 Oct 21:36
· 681 commits to master since this release
b4962fd

Enhancements:

  • In the INI file's [rules] section, different merge rules can now be applied
    to specific parts -- no matter how deeply nested -- of the same Hash
    structure.

Bug Fixes:

  • The 3rd-party Python INI file parser had no way of differentiating between
    the key and value of a YAML Path entry containing an = sign in its key, like
    "/path[.=name]/key = left". This update reconstitutes such lines and
    correctly parses an affected YAML Path from the merge rule.

The yaml-merge command now reports version 0.0.3 to reflect these changes.