- Remove
lodash.reduce
andlodash.foreach
dependencies.lodash.foreach
was no longer requiredlodash.reduce
was only being used in one spot, so it has been replaced with a handrolled function. (issue #20)
- Fix a problem with camelCase key and default value and with partially overwritten defaults
- Allow access to the defaults by alias.
habitat.all()
returns parsed items rather than raw strings (breaking).- to revert to old behavior, pass
{raw: true}
option.
- to revert to old behavior, pass