Skip to content

v0.4.0

Choose a tag to compare

@jorgsowa jorgsowa released this 09 Apr 12:01
· 441 commits to main since this release
6108f0a

What's new

New features

  • Pretty printer — new php-printer crate for AST-to-PHP source output with round-trip verification
  • LSP foundation utilities — source map, comment map, and symbol table in php-ast
  • PHPDoc parser — structured doc-comment extraction with Psalm/PHPStan annotation support
  • Doc comment attachment — doc comments attached to declaration nodes
  • Visitor API improvementsControlFlow, type hints, attributes, 13 visit methods
  • Complete PHP version gating — all version-specific syntax properly gated

Fixes

  • Handle unbraced namespaces in symbol table
  • Readonly anonymous class requires PHP 8.3
  • Various min_php annotation fixes for fixtures

Refactoring

  • All tests migrated to .phpt fixture files
  • Eliminated all .snap files, removed insta dependency
  • Replaced lazy_static with std::sync::OnceLock
  • Public API rustdoc documentation