Skip to content

Releases: sunrise-php/hydrator

v3.3.0

11 Oct 19:55
9f35d8b
Compare
Choose a tag to compare
Merge pull request #30 from sunrise-php/release/v3.3.0

v3.3.0

v3.2.0

04 Oct 02:58
76dcd05
Compare
Choose a tag to compare
Merge pull request #28 from sunrise-php/release/v3.2.0

v3.2.0

v3.1.0

29 Sep 08:59
6c9276d
Compare
Choose a tag to compare
  • Support for the timezone type;
  • Support for the UID type;
  • Improved the package architecture.

v3.0.1

03 Aug 17:37
e480915
Compare
Choose a tag to compare

v3.0.0

08 Jun 01:00
f763e11
Compare
Choose a tag to compare
Merge pull request #24 from sunrise-php/release/v3.0.0

v3.0.0

v2.7.0

18 Aug 02:36
bfe3e83
Compare
Choose a tag to compare
  • Replaced the InvalidArgumentException if an object cannot be initialized;
  • Support for JSON_THROW_ON_ERROR constant.

v2.6.0

17 Aug 02:52
435c548
Compare
Choose a tag to compare
  • Support for enums for PHP < 8.1.

v2.5.0

20 Apr 21:06
80f234d
Compare
Choose a tag to compare
  • Support for php 8.1 inc. enums #5
  • Support for data object #18 (thx @Lukasss93)
  • Added new method InvalidValueException::getPropertyPath():string

v2.4.0

11 Apr 04:35
28c7e46
Compare
Choose a tag to compare
  • Empty strings for non-string properties are converted to null.

v2.3.0

21 Mar 11:58
d57b175
Compare
Choose a tag to compare
  • JSON serialization for default collection.