Releases: ivopetkov/object-storage
v1.0.0
v0.6.0
v0.5.0
Multiple where criteria in the search operator are now joined by AND (was OR before).
Removed support for multiple values in operators.
The operator value cannot be empty.
Search operator performance optimizations.
Removed '==' operator. Use 'equal' instead.
Removed 'regexp' operator. Use 'regExp' instead.
Removed 'search' operator. Use 'contain' instead (case sensitive).
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Updated constructor and public properties.
Removed VERSION constant.
Removed startsWith operator.
The get
command now returns null if the data is not found.
The commands set
, append
, delete
, duplicate
and rename
now will not return null.
The rename
and duplicate
commands now throw \IvoPetkov\ObjectStorage\ObjectNotFoundException if the source object is not found.
ObjectLockedException and ObjectNotFoundException now extend \IvoPetkov\ObjectStorage\ErrorException.
isValidKey() renamed to validate().