Skip to content

v0.9.8

Choose a tag to compare

@jorgsowa jorgsowa released this 07 May 12:30
· 255 commits to main since this release
249218b

v0.9.8

Added

  • Support for parenthesized unions in type hints (e.g., (A|B)) — parser now accepts parenthesized unions in parameter types, return types, and property types for better type expression flexibility (php-rs-parser).
  • Comprehensive test coverage for DNF (Disjunctive Normal Form) edge cases and parenthesized type combinations (php-rs-parser).