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