Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 721 Bytes

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 721 Bytes

v2.2.0 (2019-11-28)

  • Improved unserialization
    • Forward-compatibility to shorter PHP7.4 format
    • Re-validate serialized value
    • Tests

v2.1.0 (2019-11-13)

  • New optional() constructor for nullable values
  • Better wrap... function names

v2.0.0 (2019-10-23)

  • Use PHP 7 language features (breaks PHP 5.3 compatibility)

v1.1.2 (2019-10-23)

  • package cleanup

v1.1.1 (2018-09-10)

  • package cleanup

v1.1.0 (2018-05-07)

  • Travis CI
  • PHPUnit 6

v1.0.4 (2017-09-24)

  • minor documentation cleanup

v1.0.3 (2017-04-11)

  • prevent magic properties

v1.0.2 (2017-04-11)

  • prevent double constructor call

v1.0.1 (2017-01-12)

  • renamed "aux" directory
  • more examples

v1.0 (2015-08-25)