Skip to content

Releases: trevorwang/retrofit.dart

v10.2.7

Choose a tag to compare

@trevorwang trevorwang released this 16 Jun 09:11
cc08df1
Fix map value deserialization for generic type-parameter models in ge…

v10.2.6

Choose a tag to compare

@trevorwang trevorwang released this 08 May 09:45
19fe357

What's Changed

New Contributors

Full Changelog: v10.2.5...v10.2.6

v10.2.5

Choose a tag to compare

@trevorwang trevorwang released this 10 Apr 07:45
0e9d4d7
perf: remove compute for protobuf message (#909)

v10.2.4

Choose a tag to compare

@trevorwang trevorwang released this 07 Apr 07:56
b1ff83f

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

Full Changelog: v10.2.3...v10.2.4

v10.2.3: Document analyzer 9.x compatibility fix in CHANGELOG (#875)

Choose a tag to compare

@trevorwang trevorwang released this 10 Feb 01:43
b9362eb
* 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

Choose a tag to compare

@trevorwang trevorwang released this 28 Dec 03:08
a5f56e9

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

Full Changelog: retrofit-v4.9.1...retrofit-v4.9.2

v10.2.1

Choose a tag to compare

@trevorwang trevorwang released this 20 Dec 04:38
c7f35a4
fix: added code generatrion logic for multipart datetime (#874)

v10.2.0

Choose a tag to compare

@trevorwang trevorwang released this 20 Nov 01:21
413cd76

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

Full Changelog: v10.1.4...v10.2.0

retrofit-v4.9.1: Extend analyzer dependency to support 9.0.0 (#855)

Choose a tag to compare

@trevorwang trevorwang released this 20 Nov 01:20
413cd76
* 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

Choose a tag to compare

@trevorwang trevorwang released this 10 Nov 05:32
4c9afc2

What's Changed

  • Fix Map cast to preserve nullable value types by @Copilot in #850

Full Changelog: v10.1.3...v10.1.4