Skip to content

Releases: disneystreaming/smithy-language-server

Bump smithy-model

13 Jul 15:44
Compare
Choose a tag to compare
v0.0.13

Bump smithy

Merge from upstream

13 Jul 15:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

Better definitions highlighting and much more

16 May 18:07
fa28e9b
Compare
Choose a tag to compare

v0.0.10: enforcing java8 bytecode

14 Mar 17:19
adfbfd3
Compare
Choose a tag to compare

Because I wasn't the last person to switch to a modern version, apparently

v0.0.9: better diagnostics references, eager-auto-import fix

21 Feb 09:35
2e2592f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8 : auto-import

13 Jan 13:25
64cee53
Compare
Choose a tag to compare

Using auto-completion now automatically adds the corresponding use clause when it is not yet present.

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7 : Hot reload of `smithy-build.json`

11 Jan 14:59
8911695
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6 : smithy 1.16.0

05 Jan 10:00
Compare
Choose a tag to compare

v0.0.5 : loading of custom validators

09 Dec 15:30
1fa34cc
Compare
Choose a tag to compare

What's Changed

  • Change the way models are loaded in order to get custom validation by @Baccata in #9

Full Changelog: v0.0.4...v0.0.5

v0.0.4: Model-aware completions, temporary buffers improvements

02 Dec 11:24
1bb5e7d
Compare
Choose a tag to compare

This allows release includes :

  • Providing completions based on what the model knows (not just prelude/base types)
  • Fixing a bug where the LSP would keep too many temporary files open at once

What's Changed

  • Completions based on models by @keynmol in #7
  • Improve working with temporary buffers by @keynmol in #8

Full Changelog: v0.0.3...v0.0.4