File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.11.0
2
+
3
+ This release promotes 1.10.0-beta.x to stable, and several new features.
4
+
5
+ ## Since 1.10.0-beta.7
6
+
7
+ - Multiple ` --target-os ` is now allowed, and ` #[cfg(not(target_os...))] ` is now parsed: [ #187 ] ( https://github.com/1Password/typeshare/pull/187 )
8
+ - Console output is now handled by flexi_logger: #[ 187] ( https://github.com/1Password/typeshare/pull/187 )
9
+ - Variant types are now explicitly formatted in Go: [ #189 ] ( https://github.com/1Password/typeshare/pull/189 )
10
+
11
+ ## Summary of 1.10.0-beta.x
12
+
13
+ See the full changelog for more details: https://github.com/1Password/typeshare/blob/main/CHANGELOG.md
14
+
15
+ - Output can now be split into multiple generated files
16
+ - Source is now walked in parallel, increasing speed
17
+ - Generic type constraints can now be defined for Swift
18
+ - Kotlin's Inline value classes are now supported
19
+ - You can now specify that a struct should be "redacted"
20
+ - The effects are language specific. For Kotlin, ` toString ` is overridden.
21
+
1
22
# Version 1.10.0-beta
2
23
3
24
## 1.10.0-beta.7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " typeshare-cli"
3
- version = " 1.10.0-beta.7 "
3
+ version = " 1.11.0 "
4
4
edition = " 2021"
5
5
description = " Command Line Tool for generating language files with typeshare"
6
6
license = " MIT OR Apache-2.0"
@@ -22,7 +22,7 @@ once_cell = "1"
22
22
rayon = " 1.10"
23
23
serde = { version = " 1" , features = [" derive" ] }
24
24
toml = " 0.8"
25
- typeshare-core = { path = " ../core" , version = " 1.10.0-beta.7 " }
25
+ typeshare-core = { path = " ../core" , version = " =1.11.0 " }
26
26
log.workspace = true
27
27
flexi_logger.workspace = true
28
28
anyhow = " 1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " typeshare-core"
3
- version = " 1.10.0-beta.7 "
3
+ version = " 1.11.0 "
4
4
license = " MIT OR Apache-2.0"
5
5
edition = " 2021"
6
6
description = " The code generator used by Typeshare's command line tool"
You can’t perform that action at this time.
0 commit comments