Skip to content

0.6.1

Latest
Compare
Choose a tag to compare
@OleksandrKucherenko OleksandrKucherenko released this 01 Jul 05:39

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