Skip to content

Releases: charto/classy-mst

v3.14.0

07 May 01:52
Compare
Choose a tag to compare
  • Fix compatibility issues with latest mobx-state-tree 3.14.0 (thanks @dsabanin).

v3.8.0

22 Nov 08:12
Compare
Choose a tag to compare
  • Fix typings for models with pre/postProcessSnapshot hooks.
  • Fix compatibility with mobx-state-tree 3.8.x.

v3.7.0

31 Oct 00:13
Compare
Choose a tag to compare
  • Fix mobx-state-tree 3.7.x support.

v3.5.0

31 Oct 00:09
Compare
Choose a tag to compare
  • Add sealed option for classes that cannot be inherited.

v3.0.2

31 Oct 00:04
Compare
Choose a tag to compare
  • Fix naming actions.

v3.0.1

17 Aug 20:37
Compare
Choose a tag to compare
  • Fix compatibility with MobX 4.
  • Name actions for easier debugging (thanks @ksjogo).

v3.0.0

17 Aug 18:06
Compare
Choose a tag to compare
  • Upgrade to mobx-state-tree 3.0.

v1.0.2

16 May 18:08
Compare
Choose a tag to compare
  • Force properties to be enumerable, so mobx-state-tree can see them.

v1.0.1

27 Apr 09:47
Compare
Choose a tag to compare
  • Fix getters and setters.
  • Fix polymorphic snapshots for models with no actions.

v1.0.0

27 Apr 05:29
Compare
Choose a tag to compare
  • Improve definition of recursive models.
  • Finalize the API.