- BC: Added the
getIdOf()
method to the Registry Interface - Added the generic
Dictionary
andTypedDictionary
classes
- Added the
HasRegistry::getIdOf()
method (it's not part of theRegistry
interface yet;will be added in v2.0)
- Fixed the shared registry bug by removing the
BaseRegistry
class. The traits need to be used instead. - Added the
Registry::ids()
,Registry::reset()
andRegistry::choices()
methods - Added the
Registerable
interface (optional)
- Initial release
- Added the
Registry
interface and a boilerplate implementation (either via traits or extending the base class)