Releases: facile-it/php-codec
Releases · facile-it/php-codec
0.0.3
0.0.2
Added
trasformValidationSuccess
function for decoders. Structurally equivalent to a map. (#24)- Decoders to replace codecs. (#33)
Changed
Validation::sequence
moved toListOfValidation::sequence
. (#33)
Deprecated
- The usage of codecs is deprecated in favour of decoders. (#24)
Fixed
- Used Psalm specific annotations to avoid confusing IDEs without Psalm support. (#26)
- Every class in the namespace
Facile\PhpCodec\Internal
is marked as internal, and it should not be used outside. (#33)
Removed
0.0.1
Implemented callable codec (#18) (#21)