v0.73.0
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 totypePrefix
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 runningarri build
Miscellaneous
- update dev dependencies