File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy Typescript Codegen Changelog
2
2
3
+ ## 0.10.0 (2022-03-02)
4
+
5
+ ### Features
6
+ * Bumped SSDK library versions to 1.0.0-alpha5. ([ #520 ] ( https://github.com/awslabs/smithy-typescript/pull/520 ) )
7
+ * Added support for ` List<String> ` in function parameters list. ([ #516 ] ( https://github.com/awslabs/smithy-typescript/pull/516 ) )
8
+ * Updated generation of exceptions for easier handling. ([ #502 ] ( https://github.com/awslabs/smithy-typescript/pull/502 ) )
9
+ * Updated clean script to delete * .tsbuildinfo. ([ #514 ] ( https://github.com/awslabs/smithy-typescript/pull/514 ) )
10
+
11
+ ### Bug Fixes
12
+ * Fixed scripts for npm by extracting run command out. ([ #519 ] ( https://github.com/awslabs/smithy-typescript/pull/519 ) )
13
+ * Fixed the generation of collections of documents in protocol tests. ([ #513 ] ( https://github.com/awslabs/smithy-typescript/pull/513 ) )
14
+
3
15
## 0.9.0 (2022-02-14)
4
16
5
17
### Features
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ plugins {
25
25
26
26
allprojects {
27
27
group = " software.amazon.smithy.typescript"
28
- version = " 0.9 .0"
28
+ version = " 0.10 .0"
29
29
}
30
30
31
31
extra[" smithyVersion" ] = " [1.17.0,1.18.0["
You can’t perform that action at this time.
0 commit comments