Skip to content

Releases: ivopetkov/data-object

v1.9.0

04 Jan 21:40
Compare
Choose a tag to compare

Changed:

  • Remove PHP 7.* support.

v1.8.0

26 Dec 22:01
Compare
Choose a tag to compare

New:

  • Add 'textSearch' option to filterBy().

v1.7.0

22 Dec 10:23
Compare
Choose a tag to compare

New:

  • Add PHP 8.4 support.

v1.6.1

31 Jul 09:43
Compare
Choose a tag to compare

Enhance:

  • Update exception messages.

v1.6.0

12 Feb 21:20
Compare
Choose a tag to compare

New:

  • Add support for array values in filterBy() for 'equal' and 'notEqual'.

v1.5.0

02 Nov 09:56
Compare
Choose a tag to compare

New:

  • Add support for PHP 8.3.

v1.4.0

31 May 12:54
Compare
Choose a tag to compare

New:

  • Convert 'int' values when assigning to 'float' properties.

v1.3.0

16 Dec 23:19
Compare
Choose a tag to compare

New:

  • Add PHP 8.2 support.

v1.2.1

25 May 11:48
Compare
Choose a tag to compare

Fix cloning DataLists.

v1.2.0

05 Apr 15:01
Compare
Choose a tag to compare

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