Releases: acelot/struct
Releases · acelot/struct
1.2.0: Hydrated value now is not overridden by default value
1.1.0: Merge pull request #3 from sparfenov/feature-hydratable-props
1.0.0: Now `jsonSerializeValue` knows what property the value belongs to
- New feature: Throwing `ExcludePropertyException` will exclude property from serializing object
1.0.0-rc8: Empty model now become `{}` after `json_encode`
- `->toArray()` method has been removed in favor of PHP function `iterator_to_array`
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5: Merge pull request #1 from acelot/real-props
Real properties, default value
1.0.0-rc4: Struct implements JsonSerialize interface
- New `jsonSerializeValue` method