0.0.2
Pre-release
Pre-release
ilario-pierbattista
released this
13 Aug 15:35
·
34 commits
to master
since this release
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)