Releases: charto/classy-mst
Releases · charto/classy-mst
v0.4.1
- Fix compatibility issue inheriting from classes transpiled using Babel.
v0.4.0
- Fix support for MobX 4 and mobx-state-tree 2.
v0.3.1
Fix bugs:
- Incorrect base class when inheritance is not used.
- Error defining a class without actions.
v0.3.0
Breaking changes:
mobx-state-tree
is now listed under peerDependencies
and should be installed separately.
Other changes:
- Support polymorphism, with type names added to snapshots as needed.
- Support getters and setters inside class definitions.
- Fix bug where subclass actions were also added to their parent class.
- Small speed improvements.
v0.2.0
Breaking changes:
shim()
now belongs only in the model code extends
clause, NOT around model data.
Other changes:
- Convert initialized class members into volatile state.
- Fix Babel compatibility.
v0.1.1
- Export ModelInterface type.
- Improve documentation.