1+ # Version 1.13.4
2+
3+ - Update for v1.13.3 by @darrell-roberts in https://github.com/1Password/typeshare/pull/254
4+ - add test with type using #[ unsafe(no_mangle)] . by @darrell-roberts in https://github.com/1Password/typeshare/pull/251
5+ - Bump crossbeam-channel to 0.5.15 by @l004p in https://github.com/1Password/typeshare/pull/257
6+ - FIx Linting Issues by @l004p in https://github.com/1Password/typeshare/pull/258
7+ - Use Span to capture line and column numbers for parsing rejections. by @darrell-roberts in https://github.com/1Password/typeshare/pull/262
8+ - Fix url to 1password.com by @JaKXz in https://github.com/1Password/typeshare/pull/247
9+ - Bump nix flake.lock by @LuminaSapphira in https://github.com/1Password/typeshare/pull/263
10+ - Add automated job to update flake.lock file by @charlespierce in https://github.com/1Password/typeshare/pull/264
11+ - Revert "Add automated job to update flake.lock file" by @charlespierce in https://github.com/1Password/typeshare/pull/266
12+ - Add automated job to update flake.lock file with signed commits by @charlespierce in https://github.com/1Password/typeshare/pull/267
13+ - Update flake.lock file with latest versions by @github-actions [ bot] in https://github.com/1Password/typeshare/pull/268
14+ - Update flake.lock file with latest versions by @github-actions [ bot] in https://github.com/1Password/typeshare/pull/269
15+ - support cfg_attr typeshare definitions by @darrell-roberts in https://github.com/1Password/typeshare/pull/274
16+ - Update book.toml by @darrell-roberts in https://github.com/1Password/typeshare/pull/279
17+
118# Version 1.13.3
19+
220- Use parallel walker instead of rayon by @darrell-roberts in https://github.com/1Password/typeshare/pull/216
321- Approach to handle serde(rename) references. by @darrell-roberts in https://github.com/1Password/typeshare/pull/210
422- Add Typeshare support for Python by @hculea in https://github.com/1Password/typeshare/pull/169
1129- Fix writing enum values in Go by @edif2008 in https://github.com/1Password/typeshare/pull/233
1230- Fix Bug in JS and Python Typesharing Custom Types by @MOmarMiraj in https://github.com/1Password/typeshare/pull/234
1331- Update Reviver/Replacer functions in TS typeshare by @MOmarMiraj in https://github.com/1Password/typeshare/pull/235
14- - Add support for DateTime field for Go, JS, Python by @MOmarMiraj in https://github.com/1Password/typeshare/pull/236
32+ - Add support for DateTime field for Go, JS, Python by @MOmarMiraj in https://github.com/1Password/typeshare/pull/236
1533- Fix Equality Check Bug in typescript generator file by @harshils23 in https://github.com/1Password/typeshare/pull/242
1634- Update for newer clippy lints by @darrell-roberts in https://github.com/1Password/typeshare/pull/252
1735
1836# Version 1.13.2
37+
1938- Fix binary name in --help --version so typeshare is the name and not typeshare-cli: [ #214 ] ( https://github.com/1Password/typeshare/pull/214 )
2039
2140# Version 1.13.1
41+
2242- Fix duplicate root added to walker: [ #209 ] ( https://github.com/1Password/typeshare/pull/209 )
2343- Only assert if go package is present if generating go types: [ #211 ] ( https://github.com/1Password/typeshare/pull/211 )
2444- Update shell completions for new generate function: [ #212 ] ( https://github.com/1Password/typeshare/pull/212 )
2545
2646# Version 1.13.0
47+
2748- Update how logging is initialized: [ #206 ] ( https://github.com/1Password/typeshare/pull/206 )
2849- Don't recreate ` Codable.swift ` when the contents have not changed [ #205 ] ( https://github.com/1Password/typeshare/pull/205 )
2950- Fix target_os parsing when no --target-os is provided [ #204 ] ( https://github.com/1Password/typeshare/pull/204 )
@@ -234,7 +255,6 @@ This release brings major new additions, the largest of which is support for Sca
234255Additionally, the code generation API has been expanded/revised, and many bugs have been fixed.
235256
236257- ` typeshare-cli `
237-
238258 - Kotlin now uses ` val ` consistently for defining fields.
239259 - Some issues with the command line options have been corrected.
240260 - Unit structs that don't use bracket syntax are now supported.
@@ -244,7 +264,6 @@ Additionally, the code generation API has been expanded/revised, and many bugs h
244264 - Doubly-nested option types (` Option<Option<T>> ` ) are now supported in Typescript.
245265
246266- ` typeshare-core `
247-
248267 - The ` Language ` trait now takes ` self ` mutably for more flexibility in implementations.
249268 - Scala is now a supported language for code generation, though the CLI does not use it yet.
250269 - The attribute parser has been reworked to be more robust and flexible for future additions.
0 commit comments