Skip to content

Releases: ganezdragon/tree-sitter-perl

v1.1.1

22 Jun 13:56
Compare
Choose a tag to compare
  • fixed a lot of bugs

v1.1.0

29 Mar 04:16
Compare
Choose a tag to compare
  • Performance improvement
  • wasm file is now 3.1MB rather than 70MB than the previous release.
  • Lots of bugs fixed.
  • semi colon is inline, and also last statement in a block or file can have optional semi colon
  • fixed scalar variables, scalar dereferences
  • fixed hash key value pairs

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

major version 1 release

03 Mar 17:48
a882a92
Compare
Choose a tag to compare
  • Performance improvement
  • wasm file is now 3.1MB rather than 70MB than the previous release.
  • Lots of bugs fixed.
  • semi colon is inline, and also last statement in a block or file can have optional semi colon
  • fixed scalar variables, scalar dereferences
  • fixed hash key value pairs

What's Changed

Full Changelog: v0.4.0...v1.0.0

new improved tree-sitter-perl

29 Jul 15:47
ba2a341
Compare
Choose a tag to compare
  • added heredoc (which was tricky)
  • fixed a lot of bugs