- Enh: Added support for "illuminate/support" 11.0 (klimov-paul)
- Bug #18: Fixed
PersistentRepository
unable to automatically restore value forItem
added in postpone manner (klimov-paul)
- Enh: Added support for "illuminate/support" 10.0 (klimov-paul)
- Enh: Added strict types declarations for the return types of the methods inherited from
ArrayAccess
atPersistentRepository
(klimov-paul)
- Bug #16: Fixed missing 'encrypt' key in
Item::toArray()
result (klimov-paul)
- Enh: Added support for "illuminate/support" 9.0 (klimov-paul)
- Bug #13: Fixed validation for the item ID containing dot ('.') (klimov-paul)
- Enh: Added support for "illuminate/support" 8.0 (klimov-paul)
- Enh #12: Fixed typo in interface name from
StorageContact
toStorageContract
(klimov-paul)
- Bug: Fixed
PersistentRepository::save()
looses values on partial save with cache enabled (klimov-paul) - Enh: Created
AbstractPersistentConfigServiceProvider
providing a scaffold for the application-wide persistent configuration setup (klimov-paul) - Enh #10: Added support for "illuminate/support" 7.0 (drbyte, klimov-paul)
- Enh #8: Added support for "illuminate/support" 6.0 (klimov-paul)
- Bug #7: Fixed
PersistentRepository::synchronize()
does not save values for the items with customid
(klimov-paul)
- Bug #6: Fixed
PersistentRepository::restore()
throws an exception after certainItem
config change like adding encryption (klimov-paul)
- Bug #3: Fixed retrieval fo multiple keys with default values via
PersistentRepository::get()
(klimov-paul)
- Bug #2: Fixed ability to pass list of keys as an array to
PersistentRepository::get()
(klimov-paul) - Enh: Added
Item::$options
for the custom item options specification (klimov-paul)
- Initial release.