Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 533 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 533 Bytes

v0.1.8

  • Support JSON serialization of configurations

v0.1.6

  • Remove dirty functionality to retain consistent data access
  • Allow setting configuration as immutable

v0.1.4

  • Delegate more methods from config instance to underlying data instance
  • Add initial support for auto reloading configuration

v0.1.2

  • Update Bogo::Config to behave more like Smash
  • Make XML usage more consistent and apply type formats
  • Add Configuration class for cleaner struct usage
  • Add test coverage

v0.1.0

  • Initial release