1.1.0 (2024-01-24)
- add indexed fields (c403280)
- continuations (0c47f54)
- custom types (8eb0a5c)
- support as annotations (f5718f1)
- support link references (87be810)
- support named return types (98ba223)
- support numeric literal types (990926b)
- support since annotations (0bf534f)
- support single quoted strings (2e409fa)
- support the
package
qualifier (6afc93e) - tuple types (56ad7c4)
- 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)
- class name is a type, not identifier (e819114)
- 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)