Releases: trevorwang/retrofit.dart
Releases · trevorwang/retrofit.dart
6.0.0+2: Add `emptyRequestBody` option (#561)
* Add `emptyRequestBody` option * Change defaults --------- Co-authored-by: Michal Mlejnek <[email protected]>
6.0.0+1: fix the problem when deserialize an object to list (#552)
* fix the problem when deserialize an object to list * update generator_test_src.dart
6.0.0: Update example and analyzer[retrofit_generator] (#550)
* Update example and fix link in readme * Replace deprecated elements * Fix example imports * Update actions versions * Fix actions versions * Update version and update changelog Also update flutter example
5.0.0+1
support multi parameter types for headers (#546) * support multi parameter types for headers when use headers annotation, generator code cann't transform double、int、bool type to genetated code. So fix like this * fix: fix issue --------- Co-authored-by: Trevor Wang <[email protected]>
update to dio 5.0
5.0.0 chore: bump version to 4.0.1
4.2.0
4.1.2
Add recommended dart lints (#509)
4.1.1: [retrofit_generator] Fix error with code_builder (#508)
* Fix error with code_builder 4.3.0 * Add upper bound for analyzer back Because the tests on Dart 2.17 depend on analyzer <5.0.0
4.1.0+1
ci: update dart image
4.1.0: Update analyzer and Dart version to 2.17 (#500)
* Update analyzer and fix deprecated methods * Bump version and format with Dart fmt * Update test workflow * Revert "Bump version and format with Dart fmt" This reverts commit ea8d5b8df5f2497dd57ec0ef3f99d2db7d48b533. * Rename wrappered to wrapped * Fix typo * Rever back and fix pubspec dependecies * Update dio dependency * Set max code_builder version to 4.3.0 and rollback to retrofit 3.0.1 * Fix line length to 80 for package * Repalce 'value' and "value" to const _valueVar * Fix typo condition