From 2feeda3d3e86186df5e29ad0c09032e2208eabf1 Mon Sep 17 00:00:00 2001 From: Rick Busarow Date: Sun, 12 Jan 2020 18:53:19 -0600 Subject: [PATCH] add change log --- CHANGES.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 000000000..1f76bb980 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,24 @@ +# Change log for com.rickbusarow.dispatcherprovider + +## Version 1.0.0-beta02 + +### Test features + +* Added `TestBasicDispatcherProvider` factory which uses `CommonPool` for `default` and `io`, but a shared single-threaded `ExecutorCoroutineDispatcher` for `main` and `mainImmediate` to provide "natural" dispatch behavior in tests without `Dispatchers.setMain(...)`. + +### Bug fixes and improvements + +* `runBlockingTestProvided` now uses the same `TestCoroutineDispatcher` as its `ContinuationInterceptor` and in its `TestDispatcherProvider` (#15). +* `runBlockingProvided` now uses `TestBasicDispatcherProvider` as its `DispatcherProvider`. + +## Version 1.0.0-beta01 + +### Flow + +* Add non-suspending `flowOn___()` operators for the `Flow` api. + +### Misc + +* Lots of Kdocs. +* Maven artifacts. +* Lower JDK version to 1.6