Skip to content

6.4.2

Choose a tag to compare

@jaapio jaapio released this 23 Nov 13:25
· 6 commits to 6.x since this release
6c1f4cc

What's Changed

Resolve issue with expressions where some default values were resolved incorrectly as FQSEN, now null will result in a Null_ type and booleans will result in True_ or False_. other values remain unchanged.

  • Use type resolver to resolve types in expressions by @jaapio in #703
  • Add support for php 8.5 by @jaapio in #695

Full Changelog: 6.4.1...6.4.2