Skip to content

Latest commit

 

History

History
96 lines (50 loc) · 4.15 KB

CHANGELOG.md

File metadata and controls

96 lines (50 loc) · 4.15 KB

Release Notes

v1.3.5 - 2024-09-23

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

v1.3.2 - 2023-10-17

v1.3.1 - 2023-07-14

v1.3.0 - 2023-01-30

Changed

  • 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

Changed

  • Adds PHP 8.2 Support by @driesvints in #57

v1.2.1 - 2022-08-26

Fixed

  • Fixes serialization of date carbon objects by @nunomaduro in #56

v1.2.0 - 2022-05-16

Added

  • 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

Fixed

  • Fixes first class callables namespaces by @nunomaduro in #39

v1.1.0 - 2022-02-01

Changed

  • Adds support for first class callable syntax (#33)

Fixed

  • Fixes serialisation of closures with named arguments code (#29)

Fixed

  • Fixes the serialization of Enum objects (#28)

Fixed

  • Possible stream protocol collision with opis/closure (#23)

Fixed

  • Fixes serialization of closures that got rebound (#19)

Fixed

  • Fixes null safe operator with properties (#16)

v1.0.0 (2020-09-14)

Initial release