Releases: ivopetkov/data-object
Releases · ivopetkov/data-object
v1.8.0
New:
- Add 'textSearch' option to filterBy().
v1.6.1
Enhance:
- Update exception messages.
v1.6.0
New:
- Add support for array values in filterBy() for 'equal' and 'notEqual'.
v1.4.0
New:
- Convert 'int' values when assigning to 'float' properties.
v1.2.0
Add 'ignoreReadonlyProperties' option to toArray() and toJSON().
Add 'properties' option to toArray() and toJSON().
Add support for timestamps in DateTime properties in fromArray() and fromJSON().