Releases: Marcisbee/exome
Releases · Marcisbee/exome
v1.0.2
Bugfixes
- Fixes issue where getter get called before ready.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Bugfixes
- Fixes rxjs compatibility issue when using
BehaviorSubject
inside Exome
.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
Feature
Added new ReactiveController named StoreController
as part of lit v2.0.
v0.15.0
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
Feature
- Adds experimental
afterLoadState
method that triggers callback whenever Exome data was loaded via loadState
.
v0.13.0
Feature
- Adds new
onAction
method that triggers callback whenever specific action is called.
v0.12.4
Bugfixes
- Fixes
loadState
inability to load circular Exome instances.