Changelog
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.8.0
1 Dec 2022
💥 BREAKING CHANGES
- Minimum supported Node version is v14.18; we’re dropping v12 support
0.7.0
12 Aug 2022
✨ Features
- export types (11b5fb9)
0.6.0
11 Apr 2022
✨ Features
- export defaults and version (1107244)
0.5.0
9 Sept 2021
✨ Features
- migrate to ES Modules (8c9d95d)
💥 BREAKING CHANGES
- programs now are in ES Modules and won’t work with Common JS
require()
0.4.0
24 May 2021
✨ Features
- config file based major bump blacklisting (e15f9bb)
0.3.15
11 Apr 2021
⏪ Reverts
- Revert “chore: setup refresh” (23cf206)
0.3.1
28 Jan 2021
🔧 Fixed
- add
testStats
to npmignore (f3c84e9)
0.3.0
23 Jan 2021
✨ Features
- rewrite in TS (b79616e)
0.2.0
28 Nov 2020
Accidental version bump during migration to SourceHut. Sorry about that.
0.1.24
26 Apr 2020
🔧 Fixed
- harden the eslint rules set, make all tests pass and rebase a tad (e3bee37)
0.1.5
23 Oct 2019
🔧 Fixed
- fix the missing tests and enable all synthetic tests on all package.json’s in monorepo (b08c76a)
0.1.4
21 Oct 2019
🔧 Fixed
- algorithm improvements, many cases fixed (30a6cf8)
0.1.3
9 Oct 2019
🔧 Fixed
- few bug fixes involving arrays, comments and quoted chunks (337c7ca)
0.1.2
5 Oct 2019
🔧 Fixed
- fix array element deletion (49e2124)
- fix certain nested combinations + set up real-file based fixtures on a separate test file (456a7f6)
0.1.0
23 Sept 2019
✨ Features
- complete the set() method, can’t write new paths yet, only amend existing-ones (2c6a430)
- del method to delete existing paths in JSON (e29eae1)
- escaping of JSON-illegal strings like quotes (dde3c5e)
- make nested array/plain object state recognition reliable and precise (9d51916)
1.0.0
21 Sept 2019
- First public release