Skip to content

Releases: alexlafroscia/yaml-merge

v4.1.0

25 Jun 15:07
33c76f3
Compare
Choose a tag to compare

4.1.0 (2021-06-25)

Features

v4.0.0

04 Jan 14:42
a48f863
Compare
Choose a tag to compare

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

16 Oct 16:04
9f8a69c
Compare
Choose a tag to compare

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

25 Mar 15:12
1b1b863
Compare
Choose a tag to compare

⚠ 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

20 Nov 21:22
Compare
Choose a tag to compare

Changelog

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

v1.0.3

04 Jan 17:19
Compare
Choose a tag to compare

Changelog

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