Releases: tonyofrancis/Dispatcher
Releases · tonyofrancis/Dispatcher
1.4.10
1.4.9
Version 1.4.9
- Added new FlatMap methods
- Memory and cpu performance improvements
- Api improvements
1.4.8
- Remove ambiguous start method
1.4.7
Version 1.4.7
- Fixed issue where a cancelled queue would throw exceptions
1.4.6
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
Version 1.4.2
- Thread bug fix. Better logging.
1.3.1
Version 1.3.1
- Added methods
1.3.0
Version 1.3.0
- Renamed Dispatch to DispatchQueue
- Renamed DispatchObserver and DispatchObservable to DispatchQueueObserver and DispatchQueueObservable
- Performance improvements. Document updates
1.2.1
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
Version 1.0.9
- Improvements to using DispatchObservable