Skip to content

Releases: trevorwang/retrofit.dart

retrofit-4.3.0

03 Sep 14:29
8a0d0b5
Compare
Choose a tag to compare
Fix deprecations of `withNullability` (#703)

8.2.0

13 Aug 01:53
0fa0407
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.1.2...8.2.0

retrofit-4.2.0

13 Aug 01:48
0e5fa6c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.1.2...retrofit-4.2.0

8.1.2: fix(UploadFile): Improve File Opening Performance During Upload (#693)

12 Jul 08:35
b24d210
Compare
Choose a tag to compare
* fix(UploadFile): for an upload, replacement of readAsBytesSync and map methods with openRead only

* style: reformat indent

---------

Co-authored-by: Mehdi Slimani <[email protected]>

8.1.1

03 Jul 02:26
Compare
Choose a tag to compare
fix: fix unit test

8.1.0

03 Feb 15:21
a785dfb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.0.6...8.1.0

8.0.6

16 Dec 07:32
Compare
Choose a tag to compare
chore: update changelog

8.0.5: Fix generic argument factories support (#643)

06 Dec 13:02
a32574e
Compare
Choose a tag to compare
* Don't shorten "annotation"

* Support generic argument factories irrespective of `@JsonSerializable` annotations

8.0.4

10 Nov 07:56
333dff8
Compare
Choose a tag to compare
Use `toJson()` instead of .name if `@Path` enums have `toJson()` (#637)

8.0.3

28 Oct 06:45
ddcfd26
Compare
Choose a tag to compare
fix: Multipart @Part body (map) breaks when multiple @Path parameter …