Skip to content

Releases: trevorwang/retrofit.dart

8.0.2

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

8.0.1

12 Oct 12:13
Compare
Choose a tag to compare
chore: format http code

retrofit-4.0.3

12 Oct 12:25
Compare
Choose a tag to compare
ci: fix retrofit publish eorkflow issue

retrofit-4.0.2

02 Oct 13:34
aa43203
Compare
Choose a tag to compare
feat: added PreventNullToAbsent annotation, which allows sending null…

7.0.8: Use `toJson()` instead of `.name` if enums have `toJson()`. (#596)

05 Jul 12:54
a11998e
Compare
Choose a tag to compare
* The version of source_gen must be lower than 1.4.0.

[email protected] requires Dart 3.0.

* Use `toJson()` instead of `.name` if enums have `toJson()`.

7.0.7: Fix/enum return types and query params (#592)

29 Jun 01:19
2f9b6db
Compare
Choose a tag to compare
* fix: enum return types generated without calling .toJson() method

* fix: enums as query params generated with .name

7.0.4

27 Jun 02:43
354c222
Compare
Choose a tag to compare
ci: test rename version (#585)

7.0.1+1: Add support for relative base path in @RestApi (#579)

20 Jun 02:51
0e51fd2
Compare
Choose a tag to compare
* feat: Add support for relative baseUrl in RestApi

* docs: Add example project for relative baseUrl in RestApi

7.0.1

17 May 01:23
7f5c050
Compare
Choose a tag to compare
Fix for build_runner ^2.4.4 (#571)

6.0.0+3

24 Apr 12:36
d330c9b
Compare
Choose a tag to compare
Add json_annotation dependency (#565)