Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 1.13 KB

v2.0.6 Feat: register one or multiple naps

v2.0.5 Feat: expose nap disposer function as a third arg to the nap function

v2.0.4 Feat: implement nap for state

v2.0.3 Feat: implement transformers for state

v2.0.2 _Feat: expose mobx functinoality through samx

v2.0.1 Feat: expose toJS from mobx

v2.0.0 Feat: Create State as a second observable layer that reacts as needed by updates in the Model.

This is a breaking change and it deprecates the former Render wrapper. Feat: Proposals can now specify deep property mutation through the new key property. Feat: View components are now observers for the State and render only if needed.

v1.1.2 Fix: MobX faulty configure call

v1.1.1 Fix: Defining an acceptor stopped models from receiving propositions

v1.1.0 Feat: Add support for State based propositions

Basically this injects the current model representation when the passed proposition is a Function.

v1.0.2 Fix: Drop JSX syntax in favor of vanilla JS

This settle the building errors without the need of building the library.

v1.0.1 Fix: Drop spread operator

v1.0.0 Bootstrap SAMx