Skip to content

Releases: trevorwang/retrofit.dart

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: fix: Multipart @Part body (map) breaks when multiple @Path parameter …

28 Oct 06:45
ddcfd26
Compare
Choose a tag to compare
…is used. (#633)

* feat: added PreventNullToAbsent annotation, which allows sending null values to server.

* fix: Multipart @Part body (map) doesn't breaks when multiple @Path parameter is used.

* fix: Multipart @Part body (map) doesn't breaks when multiple @Path parameter is used.

* test: Multipart @Part body (map) doesn't breaks when multiple @Path parameter is used.

8.0.2: fix: Multipart @Part body (map) breaks when multiple @Path parameter …

28 Oct 06:44
ddcfd26
Compare
Choose a tag to compare
…is used. (#633)

* feat: added PreventNullToAbsent annotation, which allows sending null values to server.

* fix: Multipart @Part body (map) doesn't breaks when multiple @Path parameter is used.

* fix: Multipart @Part body (map) doesn't breaks when multiple @Path parameter is used.

* test: Multipart @Part body (map) doesn't breaks when multiple @Path parameter is used.

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: feat: added PreventNullToAbsent annotation, which allows sending null…

02 Oct 13:34
aa43203
Compare
Choose a tag to compare

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.

source_gen@1.4.0 requires Dart 3.0.

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