Skip to content

v0.73.0

Compare
Choose a tag to compare
@joshmossas joshmossas released this 26 Jan 08:33
· 34 commits to master since this release

What's Changed

  • bugfix: fix codgen bugs when using typePrefix option in dart, kotlin, swift, and rust by @joshmossas in #137
  • chore: update libs by @joshmossas in #139
  • Bugfix: fix type prefix codegen issues with rust and kotlin by @joshmossas in #140

Full Changelog: v0.72.0...v0.73.0

Dart

  • [BREAKING] dart-codegen - modelPrefix option has been renamed to typePrefix for consistency with other client generators
  • dart-codegen - fix issues where typePrefix option sometimes results in invalid Dart code

Rust

  • rust-codegen - fix issue where typePrefix option sometimes results in invalid Rust code

Swift

  • swift-codegen - fix issue where typePrefix options results in invalid Swift code

Typescript

  • @arrirpc/server - remove reliance on pathe dependency when running arri build

Miscellaneous

  • update dev dependencies