Releases: trevorwang/retrofit.dart
Releases · trevorwang/retrofit.dart
retrofit-4.3.0
Fix deprecations of `withNullability` (#703)
8.2.0
What's Changed
- feat(generator): Add ParseErrorLogger by @Sadhorsephile in #694
- Fix enum generation #696 and #663 by @MartynasZabulionis in #697
- Update pubspec.yaml by @trevorwang in #699
New Contributors
- @MartynasZabulionis made their first contribution in #697
Full Changelog: 8.1.2...8.2.0
retrofit-4.2.0
What's Changed
- feat(generator): Add ParseErrorLogger by @Sadhorsephile in #694
- Fix enum generation #696 and #663 by @MartynasZabulionis in #697
New Contributors
- @MartynasZabulionis made their first contribution in #697
Full Changelog: 8.1.2...retrofit-4.2.0
8.1.2: fix(UploadFile): Improve File Opening Performance During Upload (#693)
* 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
fix: fix unit test
8.1.0
What's Changed
- For constant null, declareFinal is replaced by declareConst by @emintolgahanpolat in #654
- feat: Add support @Extras() by @XuanTung95 in #648
New Contributors
- @emintolgahanpolat made their first contribution in #654
- @XuanTung95 made their first contribution in #648
Full Changelog: 8.0.6...8.1.0
8.0.6
chore: update changelog
8.0.5: Fix generic argument factories support (#643)
* Don't shorten "annotation" * Support generic argument factories irrespective of `@JsonSerializable` annotations
8.0.4
Use `toJson()` instead of .name if `@Path` enums have `toJson()` (#637)
8.0.3
fix: Multipart @Part body (map) breaks when multiple @Path parameter …