1. AutoProxy v0.6.1 Release Notes
Release Date: 2020-07-01 // over 4 years ago-
๐ Changes:
- โ ADD: RxJava2 support
- โ ADD: RxJava3 support
- โ ADD: mimic final class feature
- โ ADD:
bind
static method that allows to convert final class instance to proxy interface instance - โ ADD: unit tests configuration to all modules
- โ ADD: several unit tests for covering not trivial things
- โ ADD: gradle tests logger (fancy output of tests results -
./gradlew test
) - โ ADD: rxJava
never()
support - โ ADD:
Flowable
,Single
,Completable
&Maybe
- โ ADD: incremental support
- โ ADD: documented several common use cases
- ๐ CHG: documentation restructured, more samples added (in collapsible sections)
- ๐ CHG: reduced documentation noise
- CHG: generated method visibility become
protected
for cleaning proxy autocomplete from implementation details - ๐ many small fixes