Skip to content

v2.0.11

Choose a tag to compare

@taylorotwell taylorotwell released this 07 Apr 13:49
· 24 commits to 2.x since this release
d1af40a
  • [2.x] [bug] Fix operator precedence bug in scope detection for class keywords by @JoshSalway in #137
  • [2.x] [cleanup] Remove dead code and fix docblock errors by @JoshSalway in #139
  • [2.x] [regression] Fix v2.0.9 regression: Bus::chain breaks with nested closures by @JoshSalway in #129
  • [2.x] [bug] Fix crash with method-only attributes on serialized closures by @JoshSalway in #128
  • [2.x] [bug] Add true to builtin types list for PHP 8.2+ by @JoshSalway in #141
  • [2.x] [bug] Fix instanceof with parenthesized expressions by @JoshSalway in #140
  • [2.x] [bug] Fix SerializableClosure as class property being unwrapped during deserialization by @JoshSalway in #135
  • Register MultipleClosuresOnSameLineTest in phpunit.xml.dist by @JoshSalway in #143
  • [2.x] [docs] Update README caveats by @JoshSalway in #153
  • [2.x] [bug] Bypass property hooks during serialization traversal on PHP 8.4+ by @JoshSalway in #146