Releases: myclabs/php-enum
Releases · myclabs/php-enum
1.7.3
07 Feb 08:08
Compare
Sorry, something went wrong.
No results found
#111 Add Psalm annotations
1.7.2
19 Aug 13:53
Compare
Sorry, something went wrong.
No results found
Fixed #95 with #97 : handle inherited enums
1.7.1
05 May 10:12
Compare
Sorry, something went wrong.
No results found
Compatibility with PHP 7.1
#90 New PHPUnit comparator to help with tests
1.7.0
23 Apr 12:07
Compare
Sorry, something went wrong.
No results found
#88 : require PHP 7.2 + add a return type to the equals()
method
#87 : the equals()
method now accepts anything as a parameter
#86 : compatibility with php-ds/ext-ds
1.6.6
04 Feb 21:20
Compare
Sorry, something went wrong.
No results found
#84 Require ext-json
explicitly in composer.json
to avoid bugs when the JSON extension is not installed
1.6.5
04 Feb 18:12
Compare
Sorry, something went wrong.
No results found
#83 : It is now possible to create a new Enum instance from another Enum instance
1.6.4
30 Oct 14:37
Compare
Sorry, something went wrong.
No results found
1.6.3
27 Oct 21:16
Compare
Sorry, something went wrong.
No results found
Fix #77 #78 : better support for null
values in enums.
1.6.2
01 Aug 21:11
Compare
Sorry, something went wrong.
No results found
#75 Performance optimizations
1.6.1
09 May 08:09
Compare
Sorry, something went wrong.
No results found
#71 Allow null
in the equals()
method