Skip to content

Releases: facile-it/php-codec

0.0.3

16 Jan 17:51
Compare
Choose a tag to compare

Added

  • SimplePathReporter error reporter.

Changed

  • Facile\PhpCodec\PathReporter moved to Facile\PhpCodec\Reporters\PathReporter.

0.0.2

13 Aug 15:35
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Added

  • trasformValidationSuccess function for decoders. Structurally equivalent to a map. (#24)
  • Decoders to replace codecs. (#33)

Changed

  • Validation::sequence moved to ListOfValidation::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

  • Facile\PhpCodec\Internal\Type. (#33)
  • Facile\PhpCodec\Refiner. (#33)

0.0.1

30 Apr 17:34
9b02bd3
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
Implemented callable codec (#18) (#21)