Releases: gitarcode/typeshare
Releases · gitarcode/typeshare
Version 1.13.2
Release Notes
- Fix binary name in --help --version so typeshare is the name and not typeshare-cli: #214
Version 1.12.1
Release Notes
- Support externally tagged enum in typescript without having to force
#[serde(tag = "type", content = "content")]
Version 1.12.0
Release Notes
- Optional slices in Go no longer trigger a pointer redirection.
- Upgrade to clap 4. This let us remove the dependency on the now unmaintained atty crate.
- wasmbind is now an optional feature
- (Gitar) Supports large numbers such as u64, u128