Skip to content

Releases: mle86/php-value

v2.2.2

21 Dec 09:05

Choose a tag to compare

suppress PHP8.1 deprecation warning

v2.2.0

28 Nov 18:03

Choose a tag to compare

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

2019-11-28

v2.1.0

28 Nov 18:02

Choose a tag to compare

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

2019-11-13

v2.0.0

28 Nov 18:01

Choose a tag to compare

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

2019-10-23

v1.1.1

10 Sep 22:02

Choose a tag to compare

  • package cleanup

v1.1.0

10 Sep 22:02

Choose a tag to compare

  • Travis CI
  • PHPUnit 6

v1.0.4

23 Sep 22:43

Choose a tag to compare

  • minor documentation cleanup

v1.0.3

11 Apr 15:51

Choose a tag to compare

  • prevent magic properties

v1.0.2

11 Apr 15:31

Choose a tag to compare

  • prevent double constructor call

v1.0.1

16 Jan 15:21

Choose a tag to compare

  • renamed "aux" directory
  • more examples