Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
95 lines (47 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

95 lines (47 loc) · 3.43 KB

6.3.1 (2023-02-16)

Bug Fixes

  • Altering the order of semantic release config file to have it corect (#35) (468eed8)

6.3.0 (2023-02-10)

Features

6.2.0 (2023-02-08)

Features

6.1.3 (2022-12-06)

Bug Fixes

  • bump semantic-release from 18.0.1 to 19.0.3 (#17) (0b03a43)

6.1.2 (2022-11-29)

Bug Fixes

  • update devDependency ansi-regex to 5.0.1 (#13) (b11374f)

6.1.1 (2022-11-18)

Bug Fixes

  • bump minimatch from 3.0.4 to 3.1.2 (#12) (0f60281)

6.1.0 (2022-02-09)

Features

  • Allows for configuration as an object (#10) (a864038)

6.0.1

  • Change the json w/comments parser to eliminate a circular dependency warning with node 14 (#8)

6.0.0

  • [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.

5.0.0

  • [Breaking] confidence, the library that parses the json config files has been updated from v3 to v6.

4.0.0

  • [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.

3.0.1

  • Bump dot-prop from 4.2.0 to 5.2.0 (#4)

3.0.0

  • Updated license and copyright
  • [BREAKING] Updated Node.js supported version

2.0.0

  • Protocols are bound with context config.
  • [BREAKING] defaults and overrides are merged prior to resolving criteria or handlers.

1.3.0

  • config.data returns a clone of the underlying store data.

1.2.0

  • config.use is now a thing.

1.1.0

  • overrides and defaults can be a string referring to a file to load.