tree-sitter/CHANGELOG.md
2024-08-29 23:01:42 -04:00

28 KiB

Changelog

[0.23.0] - 2024-08-26

Breaking

Features

Bug Fixes

Performance

Documentation

Refactor

Testing

Build System and CI

Other

[0.22.6] — 2024-05-05

Features

Bug Fixes

Documentation

Refactor

Build System and CI

[0.22.5] — 2024-04-14

Bug Fixes

[0.22.4] — 2024-04-12

Bug Fixes

  • Fix sorting of transitions within a lex state
  • Include 2-character ranges in array-based state transitions

Build System and CI

  • Always bump at least the patch version in bump xtask

[0.22.3] — 2024-04-12

Features

Bug Fixes

Performance

Documentation

  • Add NGINX grammar

Refactor

Testing

Build System and CI

[0.22.2] — 2024-03-17

Breaking

  • cli: Add a separate build command to compile parsers

Features

Bug Fixes

Documentation

Refactor

Testing

Build System and CI

[0.22.1] — 2024-03-10

Bug Fixes

  • Cli build script behavior on release

[0.22.0] — 2024-03-10

Breaking

Features

Bug Fixes

Documentation

Refactor

Testing

Build System and CI

Other

[0.21.0] — 2024-02-21

Breaking

  • Remove the apply-all-captures flag, make last-wins precedence the default

    NOTE: This change might cause breakage in your grammar's highlight tests. Just flip the order around of the relevant queries, and keep in mind that the last query that matches will win.

Features

Bug Fixes

Documentation

Refactor

Testing

Build System and CI

Other