Releases: 1Password/typeshare
Version 1.9.2
Release Notes
This release fixes a Cargo.lock error introduced in 1.9.1.
Install typeshare-cli 1.9.2
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.9.2/typeshare-cli-v1.9.2-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.9.2/typeshare-cli-v1.9.2-installer.ps1 | iex
Download typeshare-cli 1.9.2
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.9.2-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.9.2-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.9.2-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.9.2-x86_64-unknown-linux-gnu.tar.xz |
v1.9.1
Install typeshare-cli 1.9.1
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.9.1/typeshare-cli-v1.9.1-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.9.1/typeshare-cli-v1.9.1-installer.ps1 | iex
Download typeshare-cli 1.9.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.9.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.9.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.9.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.9.1-x86_64-unknown-linux-gnu.tar.xz |
v1.9.0
Install typeshare-cli 1.9.0
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.9.0/typeshare-cli-v1.9.0-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.9.0/typeshare-cli-v1.9.0-installer.ps1 | iex
Download typeshare-cli 1.9.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.9.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.9.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.9.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.9.0-x86_64-unknown-linux-gnu.tar.xz |
Version 1.8.0
Release Notes
This release brings support for various Rust std smart pointers, as well as a CLI flag to opt-into following symbolic links. In addition, typeshare has been updated to use syn 2.0
- Added support for various Rust std smart pointers. #134
- Added CLI flag to opt-into following symbolic links. #156
- Migrate to syn version 2.0. #130
Community contributors
Thank you to the following community contributors for your work on this release:
Install typeshare-cli 1.8.0
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.8.0/typeshare-cli-v1.8.0-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.8.0/typeshare-cli-v1.8.0-installer.ps1 | iex
Download typeshare-cli 1.8.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.8.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.8.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.8.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.8.0-x86_64-unknown-linux-gnu.tar.xz |
Version 1.7.0
Release Notes
This release brings support for more rust primitive types (slices and chars), as well as support for manually overriding the output type in the #[typeshare]
annotations
- Added support for the Rust slice type, which is treated as a sequence. #131
- Added support for the Rust char type, which is treated as a string. #128
- Better error messages when there's an error reading a file. #117
- It is now possible to manually override the output type for specific fields using the
#[typeshare]
annotation. #119, #118 - Fixed: in Swift, apply generic constraints to enums, in addition to structs. #122
- In an effort to ensure we don't accidentally break compatibility with our Minimum Supported Rust Version, we added a
rust-toolchain.toml
to the rust crates, forcing builds and tests to use that version of rust. #129, #135. This change should have no effect on end users.
Community contributors
Thank you to the following community contributors for your work on this release:
Install typeshare-cli 1.7.0
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.7.0/typeshare-cli-v1.7.0-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.7.0/typeshare-cli-v1.7.0-installer.ps1 | iex
Download typeshare-cli 1.7.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.7.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.7.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.7.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.7.0-x86_64-unknown-linux-gnu.tar.xz |
Version 1.6.0
Release Notes
This release brings support for more architectures for Nix and configurable generic constraints in Swift
- The Nix flake now supports all default Nix platforms, rather than only
x86_64-linux
. #113 typeshare-core
- It is now possible to add your own set of generic constraints to Swift generics. This is done with a field called
default_generic_constraints
under[swift]
intypeshare.toml
. #95
- It is now possible to add your own set of generic constraints to Swift generics. This is done with a field called
Install typeshare-cli 1.6.0
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.6.0/typeshare-cli-v1.6.0-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.6.0/typeshare-cli-v1.6.0-installer.ps1 | iex
Download typeshare-cli 1.6.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.6.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.6.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.6.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.6.0-x86_64-unknown-linux-gnu.tar.xz |
Version 1.5.1
Release Notes
This release brings support for standalone installations into Nix, as well as corrections for certain unusual edge case behaviors.
- Added a Nix flake, which allows for installing typeshare outside of NixPkgs
typeshare-core
- Now supports types in inline modules. [#109]
- Now throws an error if
#[serde(flatten)]
is used, instead of silently generating incorrect types [#108] - When generating the
CodableVoid
type in swift, we now always include theCodable
decorator, even if it's omitted from the list ofdefault_decorators
intypeshare.toml
[#107]
Community contributors
Thank you to the following community contributors for your work on this release:
Install typeshare-cli 1.5.1
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.5.1/typeshare-cli-v1.5.1-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.5.1/typeshare-cli-v1.5.1-installer.ps1 | iex
Download typeshare-cli 1.5.1
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.5.1-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.5.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.5.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.5.1-x86_64-unknown-linux-gnu.tar.xz |
Version 1.5.0
Release Notes
This release brings support for fixed-length arrays and fixes some premature changes made in 1.4.0 involving the
representation of unit types and enum variants in Typescript.
typeshare-core
- Fixed-length arrays in the form of
[T; N]
are now supported. - Reverted changes made to the representation of unit types in Typescript.1
- Fixed-length arrays in the form of
1 We apologize for the premature changes to the representation of unit types. This was done to improve
correctness and compatibility with various JSON libraries, however it ended up causing a regression by invalidating
certain usages. For now, we've reverted the changes so your projects can get back on track, and we are working to bring
these improvements while mitigating the issues discovered. Thank you for bringing this to our attention.
Community contributors
Thank you to the following community contributors for your work on this release:
Install typeshare-cli 1.5.0
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.5.0/typeshare-cli-v1.5.0-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.5.0/typeshare-cli-v1.5.0-installer.ps1 | iex
Download typeshare-cli 1.5.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.5.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.5.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.5.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.5.0-x86_64-unknown-linux-gnu.tar.xz |
Version 1.4.0
Release Notes
This release brings topological sorting of types based on dependencies to generated files, as well as fixes several bugs.
typeshare-core
- Types are now outputted in order of dependency - types depending on others will be written after those without dependencies.
- Unit types are now represented as null in Typescript
- Deserialization for optional associated types in enum variants has been fixed.
Community contributors
Thank you to the following community contributors for your work on this release:
Install typeshare-cli 1.4.0
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.4.0/typeshare-cli-v1.4.0-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.4.0/typeshare-cli-v1.4.0-installer.ps1 | iex
Download typeshare-cli 1.4.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.4.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.4.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.4.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.4.0-x86_64-unknown-linux-gnu.tar.xz |
Version 1.3.0
Release Notes
This release brings minor changes to snapshot testing by adding an additional option to remove version headers from generated code. This will make our snapshot tests more robust by preventing test breakage that used to occur when updating our version.
typeshare-core
- Each language implementation now has an additional public variable that can be set to remove version headers from generated code.
Install typeshare-cli 1.3.0
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/1Password/typeshare/releases/download/v1.3.0/typeshare-cli-v1.3.0-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/1Password/typeshare/releases/download/v1.3.0/typeshare-cli-v1.3.0-installer.ps1 | iex
Download typeshare-cli 1.3.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | typeshare-cli-v1.3.0-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | typeshare-cli-v1.3.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | typeshare-cli-v1.3.0-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | typeshare-cli-v1.3.0-x86_64-unknown-linux-gnu.tar.xz |