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