- [internal] Allow to load NxtConfig from a hash source
- [internal] Added guard to run specs automatically upon file changes.
- [internal] Removed activesupport as a dependency.
- Added the
#fetch
method toNxtConfig::Struct
.
- Removed the
#[]
method fromNxtConfig::Struct
(BREAKING). - Replaced
NxtConfig::load_and_constantize
withNxtConfig::load
and changed the way configs are assigned to constants.
Initial release.