Releases: laravel/serializable-closure
Releases · laravel/serializable-closure
v2.0.1
- Fix broken code for ternary operator with class instantiation with omitted parentheses by @panzer-punk in #102
v2.0.0
- [2.x] Fix namespaced closures being considered first class callables by @nunomaduro in #97
- [2.x] Cleanup phpunit.xml by @Jubeki in #95
- [2.x] PHP 8.4 support by @Jubeki in #90
- [2.x] Supports PHPStan 2 by @crynobone in #100
- Prepare
2.0.0
release by @crynobone in #99
v1.3.7
v1.3.6
- Fix repeated word "the" in code comment by @caendesilva in #98
v1.3.5
- CI Improvements by @crynobone in #94
v1.3.4
- [1.x] Adds tests regarding carbon instances by @nunomaduro in #82
- Fix bug related to readonly properties by @rust17 in #87
v1.3.3
- Fixes switch cases namespace resolution by @nunomaduro in #80
v1.3.2
- Fixes FQCN on anonymous classes definition by @nunomaduro in #75
v1.3.1
- Fixes namespace resolution on named arguments by @nunomaduro in #69
v1.3.0
Changed
- Add support for specifying if it should sign by @olivernybroe in #62
- Fixes and tests unsigned closures by @nunomaduro in #64