Skip to content

Releases: trevorwang/retrofit.dart

5.0.0+1

08 Mar 01:20
3a806c3
Compare
Choose a tag to compare
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 <trevor.wang@qq.com>

update to dio 5.0

13 Feb 07:50
Compare
Choose a tag to compare
5.0.0

chore: bump version to 4.0.1

4.2.0

06 Oct 12:22
Compare
Choose a tag to compare

4.1.2

03 Oct 13:25
1725316
Compare
Choose a tag to compare
Add recommended dart lints (#509)

4.1.1: [retrofit_generator] Fix error with code_builder (#508)

03 Oct 04:58
4a4898b
Compare
Choose a tag to compare
* 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

23 Sep 09:58
Compare
Choose a tag to compare
ci: update dart image

4.1.0: Update analyzer and Dart version to 2.17 (#500)

23 Sep 02:01
a6becb8
Compare
Choose a tag to compare
* 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

4.0.3+2: fix: fix null compatibility #476 (#494)

13 Sep 09:44
4334be1
Compare
Choose a tag to compare
* fix: fix null compatibility #476

* fix: fix null compatibility test error

Co-authored-by: 刘雷雷 <liuleilei@inke.cn>

4.0.3+1

10 Aug 23:04
2a330b9
Compare
Choose a tag to compare
[generator] update `ignore_for_file` rule (#493)

4.0.3: Multiple @Extra and @Headers (#488)

24 Jul 01:37
95cb6a4
Compare
Choose a tag to compare
* Multiple Extras annotations

* Fix code duplication

* Multiple Headers annotation