v2.0.1 - 2024-12-16
- Fix broken code for ternary operator with class instantiation with omitted parentheses by @panzer-punk in #102
v2.0.0 - 2024-11-19
- [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.6 - 2024-11-11
- Fix repeated word "the" in code comment by @caendesilva in #98
v1.3.5 - 2024-09-23
- CI Improvements by @crynobone in #94
v1.3.4 - 2024-08-02
- [1.x] Adds tests regarding carbon instances by @nunomaduro in #82
- Fix bug related to readonly properties by @rust17 in #87
v1.3.3 - 2023-11-08
- Fixes switch cases namespace resolution by @nunomaduro in #80
v1.3.2 - 2023-10-17
- Fixes FQCN on anonymous classes definition by @nunomaduro in #75
v1.3.1 - 2023-07-14
- Fixes namespace resolution on named arguments by @nunomaduro in #69
v1.3.0 - 2023-01-30
- Add support for specifying if it should sign by @olivernybroe in #62
- Fixes and tests unsigned closures by @nunomaduro in #64
v1.2.2 - 2022-09-08
- Adds PHP 8.2 Support by @driesvints in #57
v1.2.1 - 2022-08-26
- Fixes serialization of date carbon objects by @nunomaduro in #56
v1.2.0 - 2022-05-16
- Adds Function Attributes support by @nunomaduro in #46
- Adds support for closure inside context with enum property by @ksassnowski in #47
v1.1.1 - 2022-02-15
- Fixes first class callables namespaces by @nunomaduro in #39
v1.1.0 - 2022-02-01
- Adds support for first class callable syntax (#33)
- Fixes serialisation of closures with named arguments code (#29)
- Fixes the serialization of Enum objects (#28)
- Possible stream protocol collision with
opis/closure
(#23)
- Fixes serialization of closures that got rebound (#19)
- Fixes null safe operator with properties (#16)
Initial release