Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

79 lines (63 loc) · 2.84 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.1.12 - 2017-07-05

Changed

  • Updated dependencies.

0.1.11 - 2017-03-27

Fixed

  • Fix handling of default values.
  • Improve sanitization handling.

0.1.10 - 2017-02-09

Fixed

  • Fix relation between default values and persistence.
  • Make VolatileOptionRepository more volatile, to fix unit tests.

0.1.9 - 2017-02-08

Fixed

  • Skip prefix in the correct loop.

0.1.8 - 2017-02-08

Fixed

  • Remove prefix option from options array when it was detected.

0.1.7 - 2017-02-08

Added

  • Implement mechanism to detect a prefix passed-in through the config array.

0.1.6 - 2017-02-07

Changed

  • Implement OptionRepository::findAll() and fix OptionsStore::getAll(). Props @Giuseppe-Mazzapica.

Fixed

0.1.5 - 2017-02-07

Fixed

  • Removed void return type hint from IdentityMap::purge().

0.1.4 - 2017-02-07

Added

  • Added ConfigurableOptionsStore that accepts a config to set itself up.
  • Added purge() method to IdentityMap class.
  • Added Prefixable interface to make prefixes discoverable.

0.1.3 - 2017-02-07

Changed

  • Removed unneeded OptionsStore::update() method.

0.1.2 - 2017-02-07

Changed

  • Option interface overrides setValue() method to indicate correct return type.

Fixed

  • Filled some empty stubs in OptionsStore class.

0.1.1 - 2017-02-07

Changed

  • Split out BrightNucleus\Value namespace into separate package (brightnucleus/values).

0.1.0 - 2017-02-07

Added

  • Initial release to GitHub.