Skip to content

v0.3.0

Compare
Choose a tag to compare
@jjrv jjrv released this 28 Jan 14:10
· 34 commits to master since this release

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.