Skip to content

Releases: tree-sitter/tree-sitter-php

v0.22.5

19 May 04:02
v0.22.5
b38c535
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.3...v0.22.5

v0.22.3

19 May 04:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.2...v0.22.3

v0.22.2

25 Feb 20:53
78a78df
Compare
Choose a tag to compare

What's Changed

  • Add *.dylib file to .gitignore by @zonuexe in #219
  • Replace stdlib calls: isxdigit -> iswxdigit, wcscmp -> memcmp by @maxbrunsfeld in #220
  • fix: error when string contains php closing tag by @calebdw in #222
  • fix: comment precedence (again) by @calebdw in #224
  • chore: bump tree-sitter-cli version to 0.21.0 by @calebdw in #225

New Contributors

Full Changelog: v0.22.0...v0.22.2

v0.22.0

02 Feb 15:15
Compare
Choose a tag to compare

What's Changed

  • feat: allow identifiers to contain utf-8 characters by @calebdw in #216
  • chore!: clean up expressions by @calebdw in #218
  • fix: keywords not being parsed as named arguments by @calebdw in #217

Breaking Change

  • exponentiation_expression has been removed and is now part of binary_expression

Full Changelog: v0.21.1...v0.22.0

v0.21.1

27 Jan 17:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.1