Skip to content

1.2.1

Compare
Choose a tag to compare
@tonyofrancis tonyofrancis released this 13 May 21:04
· 157 commits to v1 since this release

Version 1.2.1

  • Newly created queues now return Void? instead of kotlin.Unit
  • DispatchQueues are now synchronized.

Version 1.2.0

  • Android Specific Classes are now in a separate package and will require the com.tonyodev.dispatch:android:x.x.x" to be added to build files.
  • Improvements to using DispatchObservable
  • Removed renamed zipWith methods on Dispatch to zip
  • Removed zipAny method from Dispatch interface.
  • Lots of Kotlin friendly goodies.
  • Performance and Memory Improvements.