Yaml Merge Versions Save

A super simple tool for merging YAML files

v4.1.0

2 years ago

4.1.0 (2021-06-25)

Features

v4.0.0

3 years ago

4.0.0 (2021-01-04)

⚠ BREAKING CHANGES

  • deps: Some serialization/deserialization behavior around quoting values has changed, which might affect the input/output of this tool.

  • deps: bump js-yaml from 3.14.1 to 4.0.0 (4a33f7a)

v3.0.0

3 years ago

3.0.0 (2020-10-16)

⚠ BREAKING CHANGES

  • Arrays are merged, rather than overwritten

  • Fix #12 by adding a _.mergeWith customizer function (dde8b24), closes #12

v2.0.0

4 years ago

⚠ BREAKING CHANGES

  • The code will likely still work with older versions of Node, but we're now only testing against the current LTS release.

  • bump minimum node version (1e0f9ea)

v1.0.4

5 years ago

Changelog

  • Package version updates to address security vulnerabilities #4 (@jdesrochers)

v1.0.3

7 years ago

Changelog

  • Swapping to deeply nested merge rather than top-level (@bzabos)