Releases: DataValues/Serialization
Releases · DataValues/Serialization
1.2.2
Made component installable together Serialization 4.x
1.2.1
- Fixed
DataValueDeserializer
not always turning internal InvalidArgumentException
into
DeserializationException
, as documented.
- Raised required PHP version from 5.3 to 5.5.9.
1.2.0
Merge pull request #26 from DataValues/release120
Release 1.2.0
1.1.0
Added support for builder functions to DataValueDeserializer
1.0.3
- Removed duplicate catch clause
- Removed
composer update
from the PHPUnit bootstrap file
1.0.2
Made component installable together with DataValues 1.x
1.0.1
Handle IllegalValueException in DataValueDeserializer