Skip to content

v0.8.1

Choose a tag to compare

@jorgsowa jorgsowa released this 19 Apr 17:59
· 354 commits to main since this release
f0eb3fd

Fixed

  • readonly property with a set hook now emits a parse error instead of silently accepting it (php-rs-parser, #237).

Changed

  • Builtin type hint matching refactored from chained eq_ignore_ascii_case to a match expression (php-rs-parser, #238).
  • Verbose ampersand-eat patterns replaced with parser.eat() helper (php-rs-parser, #235).

Documentation

  • Complete public API documentation coverage for php-ast and php-lexer crates (#241).
  • Binding-power convention documented in precedence.rs (php-rs-parser, #240).

Tests

  • String interpolation edge-case fixtures added (php-rs-parser, #239).
  • Error-recovery fixtures for property hooks added (php-rs-parser, #236).