Skip to content

Releases: acelot/struct

1.2.0: Hydrated value now is not overridden by default value

18 Mar 07:34

Choose a tag to compare

- New `isHydrated()` method - checks is the prop has been hydrated

1.1.0: Merge pull request #3 from sparfenov/feature-hydratable-props

13 Feb 11:15
9134918

Choose a tag to compare

1.0.0: Now `jsonSerializeValue` knows what property the value belongs to

26 Oct 09:26

Choose a tag to compare

- New feature: Throwing `ExcludePropertyException` will exclude property from serializing object

1.0.0-rc8: Empty model now become `{}` after `json_encode`

13 Sep 12:53

Choose a tag to compare

- `->toArray()` method has been removed in favor of PHP function `iterator_to_array`

1.0.0-rc7

12 Sep 13:44

Choose a tag to compare

1.0.0-rc7 Pre-release
Pre-release
Fixed up extra keys validation

1.0.0-rc6

10 Sep 02:13

Choose a tag to compare

1.0.0-rc6 Pre-release
Pre-release
Using AllOf instead of KeySet validator

1.0.0-rc5: Merge pull request #1 from acelot/real-props

07 Sep 08:40
12bfb8f

Choose a tag to compare

Real properties, default value

1.0.0-rc4: Struct implements JsonSerialize interface

06 Aug 05:25

Choose a tag to compare

- New `jsonSerializeValue` method

1.0.0-rc3

06 Aug 04:14

Choose a tag to compare

1.0.0-rc3 Pre-release
Pre-release
Ignore coverage for exceptions

1.0.0-rc2

02 Aug 16:12

Choose a tag to compare

1.0.0-rc2 Pre-release
Pre-release
Ignore coverage for exceptions