Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

56 lines (29 loc) · 2.04 KB

Release Notes

v1.2.0 - 2022-05-16

Added

  • Adds Function Attributes support by @nunomaduro in laravel#46
  • Adds support for closure inside context with enum property by @ksassnowski in laravel#47

v1.1.1 - 2022-02-15

Fixed

  • Fixes first class callables namespaces by @nunomaduro in laravel#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