Releases: trevorwang/retrofit.dart
Releases · trevorwang/retrofit.dart
Release list
v10.2.7
v10.2.6
What's Changed
- chore: add avoid_redundant_argument_values to analyzer ignores by @gktirkha in #913
- Allow
analyzer13.0.0 by @Carapacik in #912 - Use toString() for multipart enum values by @kyungilcho in #896
New Contributors
- @gktirkha made their first contribution in #913
- @kyungilcho made their first contribution in #896
Full Changelog: v10.2.5...v10.2.6
v10.2.5
perf: remove compute for protobuf message (#909)
v10.2.4
What's Changed
- Allow new analyzer and temp delete lean_builder form dependencies by @Carapacik in #897
- build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #853
- build(deps-dev): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #888
- Release retrofit 4.9.1: Fix ParseErrorLogger signature for backward compatibility by @Copilot in #883
- Fix: add warning for missing dart:convert import when using ResponseType.stream by @japanshah17 in #905
New Contributors
- @japanshah17 made their first contribution in #905
Full Changelog: v10.2.3...v10.2.4
v10.2.3: Document analyzer 9.x compatibility fix in CHANGELOG (#875)
* Initial plan * Update CHANGELOG to document analyzer 9.0.0 compatibility fix Co-authored-by: trevorwang <121966+trevorwang@users.noreply.github.com> * Clarify analyzer 9.x compatibility in CHANGELOG (supports all 9.x versions) Co-authored-by: trevorwang <121966+trevorwang@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: trevorwang <121966+trevorwang@users.noreply.github.com> Co-authored-by: Trevor Wang <trevor.wang@qq.com>
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
v10.2.1
fix: added code generatrion logic for multipart datetime (#874)
v10.2.0
What's Changed
- Add Response parameter to ParseErrorLogger callback by @DPohorielov in #859
- Extend analyzer dependency to support 9.0.0 by @Copilot in #855
New Contributors
- @DPohorielov made their first contribution in #859
Full Changelog: v10.1.4...v10.2.0
retrofit-v4.9.1: Extend analyzer dependency to support 9.0.0 (#855)
* Initial plan * Bump analyzer dependency to ^9.0.0 Co-authored-by: trevorwang <121966+trevorwang@users.noreply.github.com> * Document analyzer 9.0.0 update in CHANGELOG Co-authored-by: trevorwang <121966+trevorwang@users.noreply.github.com> * Extend analyzer dependency range to support analyzer 9.0.0 Co-authored-by: trevorwang <121966+trevorwang@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: trevorwang <121966+trevorwang@users.noreply.github.com> Co-authored-by: Trevor Wang <trevor.wang@qq.com>
v10.1.4
What's Changed
- Fix Map cast to preserve nullable value types by @Copilot in #850
Full Changelog: v10.1.3...v10.1.4