Skip to content

Releases: tree-sitter-grammars/tree-sitter-luadoc

v1.1.0

01 Feb 06:24
Compare
Choose a tag to compare

1.1.0 (2024-01-24)

Features

Bug Fixes

  • add missing optional (key) to enum annotations (734d55a)
  • add the optional (exact) modifier to class annotations (0e211c4)
  • as annotations with array types (60e71b3)
  • casts (ad69306)
  • correctly recognize multiple inheritance for [@class](https://github.com/class) (451cc56)
  • diagnostics require at least 1 diagnostic (75c7556)
  • generic annotation parents are types (aa2156b)
  • member types referenced with # should be immediate (34d50de)

v1.0.1

18 Jun 20:20
6e406f1
Compare
Choose a tag to compare

1.0.1 (2023-06-18)

Bug Fixes

  • class name is a type, not identifier (e819114)

v1.0.0

13 May 06:06
b8275d0
Compare
Choose a tag to compare

1.0.0 (2023-05-13)

Features

  • add release action (ef8dc31)
  • add relevant new tests (10c7b2f)
  • allow multiple diagnostics, add missing lua_ls annotations (11fcc82)
  • extend the grammar to what's commonly used in nvim lua repos (0e750e8)
  • Initial complete parser (dc3604f)
  • update queries accordingly (b55c7f1)
  • update queries accordingly (ae28906)
  • v0.0.2 (40a67ee)
  • v0.0.3 (5c9572f)