Skip to content

Releases: tonyofrancis/Dispatcher

1.4.10

11 Jul 00:52
8c3ccdd
Compare
Choose a tag to compare

Version 1.4.10

  • Android init method renamed to initAndroidDispatchQueues()

1.4.9

27 Jun 15:51
Compare
Choose a tag to compare

Version 1.4.9

  • Added new FlatMap methods
  • Memory and cpu performance improvements
  • Api improvements

1.4.8

14 Jun 14:13
Compare
Choose a tag to compare
  • Remove ambiguous start method

1.4.7

07 Jun 00:55
Compare
Choose a tag to compare

Version 1.4.7

  • Fixed issue where a cancelled queue would throw exceptions

1.4.6

01 Jun 20:31
Compare
Choose a tag to compare

Version 1.4.6

  • Added new zip method that takes in a list of dispatchQueues.
  • Added new async and post methods on DispatchQueue interface for direct executions.
  • Added new computation queue.
  • Added new start method on DispatchQueue

1.4.2

22 May 14:07
Compare
Choose a tag to compare

Version 1.4.2

  • Thread bug fix. Better logging.

1.3.1

14 May 15:32
Compare
Choose a tag to compare

Version 1.3.1

  • Added methods

1.3.0

14 May 15:19
Compare
Choose a tag to compare

Version 1.3.0

  • Renamed Dispatch to DispatchQueue
  • Renamed DispatchObserver and DispatchObservable to DispatchQueueObserver and DispatchQueueObservable
  • Performance improvements. Document updates

1.2.1

13 May 21:04
Compare
Choose a tag to compare

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.

1.0.9

20 Mar 14:15
Compare
Choose a tag to compare

Version 1.0.9

  • Improvements to using DispatchObservable