Skip to content

Releases: Marcisbee/exome

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.

v0.12.3

17 Jun 12:41
Compare
Choose a tag to compare
remove console.log

v0.12.2

17 Jun 12:38
Compare
Choose a tag to compare

Bugfixes

  • Fixes saveState snapshot of circular Exome instances.

v0.12.1

15 Jun 12:38
c8097e1
Compare
Choose a tag to compare

Bugfixes

  • saveState and loadState now works with minified class names;
  • Issue with state type but warning about store type in load-state (#8).