Releases: charto/classy-mst
Releases · charto/classy-mst
v3.14.0
- Fix compatibility issues with latest
mobx-state-tree
3.14.0 (thanks @dsabanin).
v3.8.0
- Fix typings for models with pre/
postProcessSnapshot
hooks.
- Fix compatibility with
mobx-state-tree
3.8.x.
v3.7.0
- Fix mobx-state-tree 3.7.x support.
v3.5.0
- Add sealed option for classes that cannot be inherited.
v3.0.1
- Fix compatibility with MobX 4.
- Name actions for easier debugging (thanks @ksjogo).
v3.0.0
- Upgrade to mobx-state-tree 3.0.
v1.0.2
- Force properties to be enumerable, so mobx-state-tree can see them.
v1.0.1
- Fix getters and setters.
- Fix polymorphic snapshots for models with no actions.
v1.0.0
- Improve definition of recursive models.
- Finalize the API.