6.3.1 (2023-02-16)
6.3.0 (2023-02-10)
6.2.0 (2023-02-08)
6.1.3 (2022-12-06)
6.1.2 (2022-11-29)
6.1.1 (2022-11-18)
6.1.0 (2022-02-09)
- Change the json w/comments parser to eliminate a circular dependency warning with node 14 (#8)
- [Breaking] Drop support for node < 14.
- Update Github test workflow to only test againt node v 14.x
- Update dependencies, npm, and engines in package.json to support node version >= 14.
- [Breaking] confidence, the library that parses the json config files has been updated from v3 to v6.
- [Breaking] Drop support for node < 12.
- Update Github test workflow to only test againt node v 12.x
- Update dependencies, npm, and engines in package.json to support node version >= 12.
- Bump dot-prop from 4.2.0 to 5.2.0 (#4)
- Updated license and copyright
- [BREAKING] Updated Node.js supported version
- Protocols are bound with context
config
. - [BREAKING]
defaults
andoverrides
are merged prior to resolving criteria or handlers.
config.data
returns a clone of the underlying store data.
config.use
is now a thing.
overrides
anddefaults
can be a string referring to a file to load.