# Change Log

## [v0.4.1](https://github.com/feathersjs/feathers-configuration/tree/v0.4.1) (2016-10-24)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.4.0...v0.4.1)

**Closed issues:**

- Investigate node-config [\#8](https://github.com/feathersjs/feathers-configuration/issues/8)

**Merged pull requests:**

- update readme [\#29](https://github.com/feathersjs/feathers-configuration/pull/29) ([slajax](https://github.com/slajax))
- jshint —\> semistandard [\#28](https://github.com/feathersjs/feathers-configuration/pull/28) ([corymsmith](https://github.com/corymsmith))

## [v0.4.0](https://github.com/feathersjs/feathers-configuration/tree/v0.4.0) (2016-10-22)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.3.3...v0.4.0)

**Implemented enhancements:**

- implement node-config [\#27](https://github.com/feathersjs/feathers-configuration/pull/27) ([slajax](https://github.com/slajax))

**Closed issues:**

- Deprecate v1 in favour of node-config [\#25](https://github.com/feathersjs/feathers-configuration/issues/25)
- Make this repo more about managing configuration [\#24](https://github.com/feathersjs/feathers-configuration/issues/24)

## [v0.3.3](https://github.com/feathersjs/feathers-configuration/tree/v0.3.3) (2016-09-12)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.3.2...v0.3.3)

## [v0.3.2](https://github.com/feathersjs/feathers-configuration/tree/v0.3.2) (2016-09-12)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.3.1...v0.3.2)

**Closed issues:**

- A way to have local override [\#20](https://github.com/feathersjs/feathers-configuration/issues/20)

**Merged pull requests:**

- Remove check for development mode [\#21](https://github.com/feathersjs/feathers-configuration/pull/21) ([daffl](https://github.com/daffl))

## [v0.3.1](https://github.com/feathersjs/feathers-configuration/tree/v0.3.1) (2016-08-15)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.3.0...v0.3.1)

**Merged pull requests:**

- Support `null` values [\#19](https://github.com/feathersjs/feathers-configuration/pull/19) ([KenanY](https://github.com/KenanY))
- Update mocha to version 3.0.0 🚀 [\#18](https://github.com/feathersjs/feathers-configuration/pull/18) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## [v0.3.0](https://github.com/feathersjs/feathers-configuration/tree/v0.3.0) (2016-05-22)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.2.3...v0.3.0)

**Closed issues:**

- \<NODE\_ENV\>.json config need deep merge options [\#16](https://github.com/feathersjs/feathers-configuration/issues/16)

**Merged pull requests:**

- Add functionality for deeply extending configuration [\#17](https://github.com/feathersjs/feathers-configuration/pull/17) ([daffl](https://github.com/daffl))

## [v0.2.3](https://github.com/feathersjs/feathers-configuration/tree/v0.2.3) (2016-04-24)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.2.2...v0.2.3)

**Closed issues:**

- PR: Support modules in config [\#12](https://github.com/feathersjs/feathers-configuration/issues/12)

**Merged pull requests:**

- Support modules as configuration files. [\#13](https://github.com/feathersjs/feathers-configuration/pull/13) ([wkw](https://github.com/wkw))
- Update all dependencies 🌴 [\#10](https://github.com/feathersjs/feathers-configuration/pull/10) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## [v0.2.2](https://github.com/feathersjs/feathers-configuration/tree/v0.2.2) (2016-03-27)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.2.1...v0.2.2)

**Merged pull requests:**

- Expanding environment variables in \<env\>.json [\#9](https://github.com/feathersjs/feathers-configuration/pull/9) ([derek-watson](https://github.com/derek-watson))

## [v0.2.1](https://github.com/feathersjs/feathers-configuration/tree/v0.2.1) (2016-03-12)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.2.0...v0.2.1)

**Merged pull requests:**

- Makes sure that arrays get converted properly [\#7](https://github.com/feathersjs/feathers-configuration/pull/7) ([daffl](https://github.com/daffl))

## [v0.2.0](https://github.com/feathersjs/feathers-configuration/tree/v0.2.0) (2016-03-09)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.1.1...v0.2.0)

**Closed issues:**

- Needs an escape character [\#4](https://github.com/feathersjs/feathers-configuration/issues/4)

**Merged pull requests:**

- Implement an escape character [\#6](https://github.com/feathersjs/feathers-configuration/pull/6) ([daffl](https://github.com/daffl))

## [v0.1.1](https://github.com/feathersjs/feathers-configuration/tree/v0.1.1) (2016-03-09)
[Full Changelog](https://github.com/feathersjs/feathers-configuration/compare/v0.1.0...v0.1.1)

**Closed issues:**

- Configuration should recursively go through the values  [\#2](https://github.com/feathersjs/feathers-configuration/issues/2)

**Merged pull requests:**

- Replace slashes in paths with the separator [\#5](https://github.com/feathersjs/feathers-configuration/pull/5) ([daffl](https://github.com/daffl))
- Allow to convert deeply nested environment variables [\#3](https://github.com/feathersjs/feathers-configuration/pull/3) ([daffl](https://github.com/daffl))
- Adding nsp check [\#1](https://github.com/feathersjs/feathers-configuration/pull/1) ([marshallswain](https://github.com/marshallswain))

## [v0.1.0](https://github.com/feathersjs/feathers-configuration/tree/v0.1.0) (2015-11-14)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*