json-comb
Version:
Command line app to manage sets of JSON files
92 lines (47 loc) • 2.49 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.10.0 (2025-10-15)
### Features
- if value to be added is a number, keep it as is, don't stringify ([ce3e1a5](https://github.com/codsen/codsen/commit/ce3e1a525998ca3c0abf0142affef95b14cd1990))
## 0.9.0 (2024-01-05)
### Features
- require Node.js 18 ([7b090ee](https://github.com/codsen/codsen/commit/7b090ee3a3dab00efce7dd9a4ec014d66e02e78d))
### BREAKING CHANGES
- Require Node.js 18
## 0.8.0 (2022-12-01)
### BREAKING CHANGES
- Minimum supported Node version is v14.18; we're dropping v12 support
## 0.7.0 (2022-08-12)
### Features
- export types ([11b5fb9](https://github.com/codsen/codsen/commit/11b5fb936ce20e0a77c3a09806773e1cd7695c50))
## 0.6.3 (2021-11-02)
### Features
- migrate to ES Modules ([c579dff](https://github.com/codsen/codsen/commit/c579dff3b23205e383035ca10ddcec671e35d0fe))
### BREAKING CHANGES
- programs now are in ES Modules and won't work with Common JS `require()`
## 0.6.0 (2021-09-09)
### Fixed
- set meow to allow multiple "ignore" path args ([162c082](https://github.com/codsen/codsen/commit/162c0821d496ed4b7b0980beef3fc0a9981f6f1f))
### Features
- migrate to ES Modules ([8c9d95d](https://github.com/codsen/codsen/commit/8c9d95d5dea0b769c2f070397141918a4893d575))
### BREAKING CHANGES
- programs now are in ES Modules and won't work with Common JS `require()`
## 0.5.0 (2021-05-24)
### Features
- config file based major bump blacklisting ([e15f9bb](https://github.com/codsen/codsen/commit/e15f9bba1c4fd5f847ac28b3f38fa6ee633f5dca))
## 0.4.15 (2021-04-11)
### Reverts
- Revert "chore: setup refresh" ([23cf206](https://github.com/codsen/codsen/commit/23cf206970a087ff0fa04e61f94d919f59ab3881))
## 0.4.1 (2021-01-28)
### Fixed
- add `testStats` to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
## 0.3.0 (2020-11-28)
Accidental version bump during migration to SourceHut. Sorry about that.
## 0.2.31 (2019-11-20)
### Fixed
- update to the latest meow v4 API ([ca7c1f9](https://gitlab.com/codsen/codsen/commit/ca7c1f9b1e28dd7540442fa19f9ca4b7855b9e34))
## 0.2.0 (2019-06-01)
### Features
- Initial commit ([b7911b7](https://gitlab.com/codsen/codsen/commit/b7911b7))
- Normalisation will fail if a set of only one file is given ([963c3db](https://gitlab.com/codsen/codsen/commit/963c3db))