Skip to content

Releases: ikarenkov/Kombucha-UDF

v0.2

16 Feb 09:36
79e8442
Compare
Choose a tag to compare

Release v0.2!

Api changes

Kombucha-core

  • Breaking change: replaced Cancelable with kotlin.AutoCloseable. You must replace cancel with close in your code.
  • Introduced isActive property to Store.
  • Calling Store.accept after close now causes IllegalStateException.

Kombucha-ui-adapter

  • Introduced propagateCloseToOriginal parameter for UiStore and UiStoreBuilder.

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

Full Changelog: v0.1.2...v0.2

v0.1.2

06 Feb 18:03
d331a5e
Compare
Choose a tag to compare

First release of the library!

It contains 3 libraries with Kotlin Multiplatform support for Jvm, Js and iOS:

Stay tuned for updates and improved documentation!

What's Changed

New Contributors

Full Changelog: https://github.com/ikarenkov/Kombucha-UDF/commits/v0.1.2