New
retrofit-v4.9.2
What's Changed
- Add dart_mappable parser support for type conversion by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/847
- Fix toJson detection for Freezed models using lookUpMethod2 by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/860
- Enhance error handling documentation in README by @farmery in https://github.com/trevorwang/retrofit.dart/pull/864
- Support analyzer
'>=8.0.0 <10.0.0'and update deprecated methods by @Carapacik in https://github.com/trevorwang/retrofit.dart/pull/863 - Make Response parameter in ParseErrorLogger optional for backward compatibility by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/865
- Add format_output option to control dart format comments in generated code by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/861
- Update protobuf to 6.0.0 and update protobuf example by @Carapacik in https://github.com/trevorwang/retrofit.dart/pull/866
- fix: added code generation logic for multipart datetime by @kryptonpust in https://github.com/trevorwang/retrofit.dart/pull/874
- Fix streaming response handling and add SSE support by @westito in https://github.com/trevorwang/retrofit.dart/pull/881
New Contributors
- @kryptonpust made their first contribution in https://github.com/trevorwang/retrofit.dart/pull/874
Full Changelog: https://github.com/trevorwang/retrofit.dart/compare/retrofit-v4.9.1...retrofit-v4.9.2