Releases: ikarenkov/Kombucha-UDF
Releases · ikarenkov/Kombucha-UDF
v0.2
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
v0.1.2
First release of the library!
It contains 3 libraries with Kotlin Multiplatform support for Jvm, Js and iOS:
- kombucha-core - main library
- kombucha-ui-adapter - ui related extensions that helps to adapt your store to ui
- kombucha-test - contains function for easily testing for your store and reducers
Stay tuned for updates and improved documentation!
What's Changed
- Initialization of repo by @ikarenkov in #1
- Added publication code and detekt config by @ikarenkov in #3
- Publishing 0.1.1 by @ikarenkov in #2
- Added ui store and convenient dsl to build it by @ikarenkov in #4
New Contributors
- @ikarenkov made their first contribution in #1
Full Changelog: https://github.com/ikarenkov/Kombucha-UDF/commits/v0.1.2