Releases: binhtran432k/ungrammar-language-features
Releases · binhtran432k/ungrammar-language-features
v0.0.5
What's Changed
- Build/version by @binhtran432k in #83
- build: fix publish cmds by @binhtran432k in #84
- Fix some issues in helix by @binhtran432k in #87
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- build: add cd and script for publish by @binhtran432k in #80
- fix: publish issue by @binhtran432k in #81
- docs(readme): add badges and package contents by @binhtran432k in #82
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- refactor(codeAction): remove Command from output by @binhtran432k in #63
- fix(vscode): exclude syntax highlight from ignore by @binhtran432k in #67
- doc(vscode/package.json): remove WASM from keywords by @binhtran432k in #68
- feat: implement monaco by @binhtran432k in #69
- refactor!(monaco): provide better api by @binhtran432k in #71
- feat(monaco): enhance set ungrammar language configuration by @binhtran432k in #73
- feat: integrate playground and lerna by @binhtran432k in #75
- fix(www): use proper favicon path by @binhtran432k in #77
- fix(www): use proper homepage link by @binhtran432k in #79
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- feat: enhance lezer grammar by @binhtran432k in #4
- refactor(lezer/compile): migrate to tsc from bun by @binhtran432k in #5
- feat(service): implement ungrammar ast by @binhtran432k in #6
- feat: enhance diagnostics by @binhtran432k in #7
- fix: make sure relative import has extension by @binhtran432k in #8
- feat: enhance provide code completion by @binhtran432k in #18
- test(service): test provide code completion by @binhtran432k in #19
- fix(validation): handle missing end of group by @binhtran432k in #21
- feat: enhance hover code by @binhtran432k in #22
- feat: enhance go to code definition by @binhtran432k in #23
- feat: enhance find all code references by @binhtran432k in #24
- feat: enhance rename code by @binhtran432k in #26
- feat: improve identifier error recovery by @binhtran432k in #29
- fix(type): add default template to hint typescript by @binhtran432k in #30
- feat: enhance provide code action by @binhtran432k in #31
- feat: enhance shrink/expand code folding by @binhtran432k in #33
- feat: enhance expand/shrink code selection by @binhtran432k in #34
- feat: enhance view annotations by @binhtran432k in #35
- fix(references): add missing context handle by @binhtran432k in #39
- fix(rename): add missing validation by @binhtran432k in #40
- feat: enhance highlight semantic tokens by @binhtran432k in #41
- ci(job): change lint ci title and command by @binhtran432k in #44
- fix(parser): extends buffer length for big files by @binhtran432k in #45
- feat: enhance highlight document of code by @binhtran432k in #46
- feat: enhance format full and range code by @binhtran432k in #47
- fix(semanticTokens): update highlight by @binhtran432k in #48
- fix(completion): use markdown for document by @binhtran432k in #57
- fix(codeLens): pass refs data to command arguments by @binhtran432k in #58
- fix(selection): fix wrong service format by @binhtran432k in #59
- feat: enhance quick navigation by @binhtran432k in #60
- feat: enhance configuration support by @binhtran432k in #61
- feat: enhance vscode support by @binhtran432k in #62
New Contributors
- @binhtran432k made their first contribution in #4
Full Changelog: https://github.com/binhtran432k/ungrammar-language-features/commits/v0.0.2