gofigure
Version:
Configuration library for node
44 lines (27 loc) • 1.51 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [2.0.1](https://github.com/C2FO/gofigure/compare/v2.0.0...v2.0.1) (2021-06-16)
### Bug Fixes
* issue where configs were not properly merging multiple locations ([64411d3](https://github.com/C2FO/gofigure/commit/64411d350a88ea7905385060c509717539458473))
## [2.0.0](https://github.com/C2FO/gofigure/compare/v1.0.0...v2.0.0) (2021-06-04)
### Bug Fixes
* [FIX] Incorrect type in jsdoc comment - [#25](https://github.com/C2FO/gofigure/pull/25) - [@NLincoln](https://github.com/NLincoln)
### Chore
* [CHORE] Bump `glob` version to `^v7.1.7`
* [CHORE] Bump `lodash` version to `^v4.17.21`
* [CHORE] Bump `eslint` version to `v7.27.0`
* [CHORE] Update supported node version to `>v12`
* [CHORE] Introduce `prettier`
* [CHORE] Migrate to github actions
* [CHORE] Migrate to `jest`
## [1.0.0](https://github.com/C2FO/gofigure/compare/v0.2.1...v1.0.0) (2019-05-17)
* Add env variable support
* Added test coverage
* Updated to support > node 8
* Updated README
## [0.2.1](https://github.com/C2FO/gofigure/compare/v0.2.0...v0.2.1) (2016-01-08)
* Changing the etcd package dependency version.
## [0.2.0](https://github.com/C2FO/gofigure/compare/v0.0.1...v0.2.0) (2015-03-15)
* Added etcd support [#12](https://github.com/C2FO/gofigure/pull/12) - [@brockwood](https://github.com/brockwood)
# v0.0.1
* Initial release