Skip to content

Releases: tlaplus-community/tree-sitter-tlaplus

v1.2.7 release

13 Apr 01:03
3c8ce50
Compare
Choose a tag to compare

Fix NPM publication failure

v1.2.6 release

12 Apr 23:37
29331c4
Compare
Choose a tag to compare
  • Publish NPM package to multiple locations to prevent name squatting
  • Publish NPM package with prebuilt binaries
  • Trigger canary workflow to test packages after release

v1.2.5 release

12 Apr 20:59
75e223f
Compare
Choose a tag to compare

Publish Python package to PyPI

v1.2.4 release

04 Apr 00:21
c10ad7e
Compare
Choose a tag to compare

Generate WASM with emscripten 3.x.

@will62794 FYI WASM is now generated with a newer emscripten version and also will be attached to releases going forward, in addition to being packaged in NPM.

v1.2.3 release

03 Apr 00:42
439dad0
Compare
Choose a tag to compare

Fix rust crate release

v1.2.2. release

03 Apr 00:37
78257b4
Compare
Choose a tag to compare

WASM added to npm release

v1.2.1 release

26 Mar 15:47
e39488a
Compare
Choose a tag to compare

Fix external scanner build in rust bindings

v1.2.0 release

25 Mar 15:45
a23bdb7
Compare
Choose a tag to compare

Rewrote scanner in C
Exposed queries and locals in rust crate

v1.1.0 release

11 Mar 16:56
3896a5b
Compare
Choose a tag to compare

Fixes these bugs:

Made some changes to the grammar to help with #94.

Breaking changes are as follows: (unlikely to have any impact but @will62794 as FYI)

  • Changed identifier: field name in unbounded_quantification rule to intro:
  • Changed label rule to use identifier_ref for parameters instead of identifier
  • Reworked new rule to rule out invalid syntax
  • Changed level rule name to statement_level to avoid collision with level alias in proof_step_id rule

Non-breaking changes to grammar include:

  • Added parameter: field to Arity1OrN rule
  • Added intro: label for quantifier variables in quantifier_bound rule
  • Added intro:, set:, and expression: fields to choose rule
  • Added statement: and proof: fields to theorem rule

v1.0.8 release

21 Dec 15:21
aeb2e8f
Compare
Choose a tag to compare

Correctly lexes comment start tokens occurring in strings (see #83); fix contributed by @susliko