Skip to content

Releases: ivopetkov/object-storage

v1.0.0

01 Jan 21:10
Compare
Choose a tag to compare

Add 'body.length' result option in 'get' and 'search' commands.
Add 'body.range(,)' result option in 'get' and 'search' commands.

v0.6.0

08 Feb 21:46
Compare
Choose a tag to compare

Added new command named "exists".

v0.5.0

08 Nov 00:02
Compare
Choose a tag to compare

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

25 Oct 00:19
Compare
Choose a tag to compare

Fix in the search command (there were duplicate items).

v0.4.2

22 Mar 07:36
Compare
Choose a tag to compare

Added 'limit' parameter to the 'search' command.

v0.4.1

08 Feb 18:50
Compare
Choose a tag to compare

Internal fix.

v0.4.0

07 Feb 06:22
Compare
Choose a tag to compare

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().

v0.3.5

12 Jul 18:11
Compare
Choose a tag to compare

Version number fix.

v0.3.4

12 Jul 17:57
Compare
Choose a tag to compare

Removed PSR from composer.json.

v0.3.3

19 Jun 08:44
Compare
Choose a tag to compare

Fix in search when multiple keys specified.