astro/tools/language-server/CHANGELOG.md

28 lines
635 B
Markdown
Raw Normal View History

# @astrojs/language-server
2021-08-11 20:35:32 +00:00
## 0.6.0
- Fixes bug with signature help not appear in the component script section.
2021-08-11 20:42:31 +00:00
- Adds completion suggestions for Astro.\* APIs in the component script.
2021-08-11 20:35:32 +00:00
- Adds support for Hover based hints in the component script section.
- Fixes bug with Go to Definition (cmd + click) of Components.
## 0.5.0
- Fix `bin` file
## 0.5.0-next.1
- Expose `bin/server.js` as `astro-ls`
## 0.5.0-next.0
- Moved to scoped `@astrojs/language-server` package
- Removed some `devDependencies` from the bundle and added them to `dependencies`
## 0.4.0
### Minor Changes
- 06e2597: Adds support for import suggestions