Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 966 Bytes

CHANGELOG.md

File metadata and controls

37 lines (19 loc) · 966 Bytes

v0.2.2 2019-03-10

Added

  • [internal] Allow to load NxtConfig from a hash source

Compare v0.2.1...v0.2.2

v0.2.1 2019-01-11

Added

  • [internal] Added guard to run specs automatically upon file changes.

Changes

Compare v0.2.0...v0.2.1

v0.2.0 2019-01-08

Added

  • Added the #fetch method to NxtConfig::Struct.

Changed

  • Removed the #[] method from NxtConfig::Struct (BREAKING).
  • Replaced NxtConfig::load_and_constantize with NxtConfig::load and changed the way configs are assigned to constants.

Compare v0.1.0...v0.2.0

v0.1.0 2019-01-04

Initial release.