Skip to content

0.19.0

Latest
Compare
Choose a tag to compare
@gdotdesign gdotdesign released this 18 Sep 08:10
· 27 commits to master since this release

Language

  • Added localization feature #618
  • Added support for named arguments #625
  • Added @highlight directive #615
  • Fix constants/gets not working within a provider #621 (@jansul)
  • Fix keywords and operators being kept when parsing a parent node fails #630 (@jansul)
  • Fixed a bug with async blocks which caused an error

CLI

  • Added @highlight command #615

LSP

  • Added semantic tokenizer support #615
  • Added go to definition support #619, #623, #636
  • Fix enum destructuring/id linking to other types with the same name #628 (@jansul)
  • Fix LSP::LocationLink's not being returned within an array #629 (@jansul)

Standard Library

Housekeeping