This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
waibao
/
NN2024010801
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
8b7c7d14e5
Ramas
Etiquetas
master
NN2024010801
/
vendor
/
laravel
/
serializable-closure
/
CHANGELOG.md
CHANGELOG.md
3.3 KB
Histórico
Raw
Release Notes
Unreleased
v1.3.2
- 2023-10-17
Fixes FQCN on anonymous classes definition by
@nunomaduro
in
https://github.com/laravel/serializable-closure/pull/75
v1.3.1
- 2023-07-14
Fixes namespace resolution on named arguments by
@nunomaduro
in
https://github.com/laravel/serializable-closure/pull/69
v1.3.0
- 2023-01-30
Changed
Add support for specifying if it should sign by
@olivernybroe
in
https://github.com/laravel/serializable-closure/pull/62
Fixes and tests unsigned closures by
@nunomaduro
in
https://github.com/laravel/serializable-closure/pull/64
v1.2.2
- 2022-09-08
Changed
Adds PHP 8.2 Support by
@driesvints
in
https://github.com/laravel/serializable-closure/pull/57
v1.2.1
- 2022-08-26
Fixed
Fixes serialization of date carbon objects by
@nunomaduro
in
https://github.com/laravel/serializable-closure/pull/56
v1.2.0
- 2022-05-16
Added
Adds Function Attributes support by
@nunomaduro
in
https://github.com/laravel/serializable-closure/pull/46
Adds support for closure inside context with enum property by
@ksassnowski
in
https://github.com/laravel/serializable-closure/pull/47
v1.1.1
- 2022-02-15
Fixed
Fixes first class callables namespaces by
@nunomaduro
in
https://github.com/laravel/serializable-closure/pull/39
v1.1.0
- 2022-02-01
Changed
Adds support for first class callable syntax (
#33
)
v1.0.5 (2020-11-30)
Fixed
Fixes serialisation of closures with named arguments code (
#29
)
v1.0.4 (2020-11-16)
Fixed
Fixes the serialization of Enum objects (
#28
)
v1.0.3 (2020-10-07)
Fixed
Possible stream protocol collision with
opis/closure
(
#23
)
v1.0.2 (2020-09-29)
Fixed
Fixes serialization of closures that got rebound (
#19
)
v1.0.1 (2020-09-29)
Fixed
Fixes null safe operator with properties (
#16
)
v1.0.0 (2020-09-14)
Initial release