Release v0.2!
Api changes
Kombucha-core
- Breaking change: replaced
Cancelable
withkotlin.AutoCloseable
. You must replacecancel
withclose
in your code. - Introduced
isActive
property toStore
. - Calling
Store.accept
after close now causesIllegalStateException
.
Kombucha-ui-adapter
- Introduced
propagateCloseToOriginal
parameter forUiStore
andUiStoreBuilder
.
Test coverage
Covered published functionality with tests, feel free to contribute new tests!
What's Changed, generated from GitHub
- [micro_performance_change] Adds several overloads for ResultBuilder's… by @PStrelchenko in #5
- Readme improvements by @ikarenkov in #6
- Made crushing as a default behavior for unhandled exceptions in store by @ikarenkov in #7
- Added isActive flag for the store and covered code with tests by @ikarenkov in #8
- Replaced Cancelable with AutoCloseable by @ikarenkov in #9
- bumped version and published artifacts of v0.2 by @ikarenkov in #10
New Contributors
- @PStrelchenko made their first contribution in #5
Full Changelog: v0.1.2...v0.2