1. AutoProxy v0.6.1 Release Notes

Release Date: 2020-07-01 // almost 4 years ago
  • ๐Ÿ”„ Changes:

    • โž• ADD: RxJava2 support
    • โž• ADD: RxJava3 support
    • โž• ADD: mimic final class feature
    • โž• ADD: bindstatic 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

Previous changes from v0.5