File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy Language Server Changelog
2
2
3
+ ## 0.2.4 (2024-11-08)
4
+
5
+ ### Features
6
+ * Upgraded Smithy version to 1.40.0 ([ #128 ] ( https://github.com/awslabs/smithy-language-server/pull/128 ) )
7
+ * Added setting to enable LspLog ([ #125 ] ( https://github.com/awslabs/smithy-language-server/pull/125 ) )
8
+ * Added formatting with smithytranslate-formatter ([ #117 ] ( https://github.com/awslabs/smithy-language-server/pull/117 ) )
9
+ * Added Smithy CLI maven resolution ([ #113 ] ( https://github.com/awslabs/smithy-language-server/pull/113 ) )
10
+ * Added basic textDocument/documentSymbol ([ #99 ] ( https://github.com/awslabs/smithy-language-server/pull/99 ) )
11
+
12
+ ### Bug fixes
13
+ * Fixed matching inline inputs and outputs with operations ([ #111 ] ( https://github.com/awslabs/smithy-language-server/pull/111 ) )
14
+ * Fixed loading of workspaces ([ #101 ] ( https://github.com/awslabs/smithy-language-server/pull/101 ) )
15
+ * Fixed location of elided members ([ #98 ] ( https://github.com/awslabs/smithy-language-server/pull/98 ) )
16
+
3
17
## 0.2.3 (2023-03-15)
4
18
5
19
### Features
Original file line number Diff line number Diff line change 1
- 0.2.3
1
+ 0.2.4
You can’t perform that action at this time.
0 commit comments