Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@ikarenkov ikarenkov released this 16 Feb 09:36
· 12 commits to main since this release
79e8442

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