Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

52 lines (37 loc) · 4.22 KB

Changelog

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)

1.0.1 (2023-06-18)

Bug Fixes

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

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)