Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

38 lines (18 loc) · 1.58 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.0 (2021-06-25)

Features

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)

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

2.0.0 (2020-03-25)

⚠ 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)