Skip to content

0.0.4

Latest

Choose a tag to compare

@ilario-pierbattista ilario-pierbattista released this 15 Sep 07:13
· 1 commit to master since this release
0.0.4
f130f3d

Added

  • DateTimeFromStringDecoder now supports strict mode configuration to enforce strict date parsing (default: true). In strict mode, invalid dates like "2025-04-31" will be rejected instead of being automatically adjusted. (#141)

Removed

  • Support for PHP < 7.4
  • Codec and Encoder interfaces. Removed Codecs entrypoint.