Releases: alexlafroscia/yaml-merge
Releases · alexlafroscia/yaml-merge
v4.1.0
4.1.0 (2021-06-25)
Features
v4.0.0
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.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
⚠ 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
Changelog
- Package version updates to address security vulnerabilities #4 (@jdesrochers)
v1.0.3
Changelog
- Swapping to deeply nested merge rather than top-level (@bzabos)