Skip to content

Releases: Marcisbee/exome

v1.1.0

25 Jul 10:08
5fad104
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

28 Feb 05:58
Compare
Choose a tag to compare

Bugfixes

  • Fixes broken redux devtools url.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

18 Jan 16:20
Compare
Choose a tag to compare

Bugfixes

  • Fixes issue where getter get called before ready.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Nov 08:38
Compare
Choose a tag to compare

Bugfixes

  • Fixes rxjs compatibility issue when using BehaviorSubject inside Exome.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Nov 08:02
59b8b2b
Compare
Choose a tag to compare

What's Changed

No breaking changes. No changes at all for that matter, just a v1 release.

Full Changelog: v0.16.0...v1.0.0

v0.16.0

01 Sep 08:28
7d4721a
Compare
Choose a tag to compare

Feature

  • Adds lit support.

Added new ReactiveController named StoreController as part of lit v2.0.

v0.15.0

16 Jul 08:03
Compare
Choose a tag to compare

Feature

  • Arrow functions no longer trigger actions.

This was previously wrong as we only should trigger actions for prototype methods. It is useful to define arrow method to GET some data and that should NOT trigger action and re-render.

v0.14.0

25 Jun 10:49
Compare
Choose a tag to compare

Feature

  • Adds experimental afterLoadState method that triggers callback whenever Exome data was loaded via loadState.

v0.13.0

21 Jun 14:58
Compare
Choose a tag to compare

Feature

  • Adds new onAction method that triggers callback whenever specific action is called.

v0.12.4

17 Jun 13:31
Compare
Choose a tag to compare

Bugfixes

  • Fixes loadState inability to load circular Exome instances.