Skip to content

Releases: charto/classy-mst

v3.14.0

Choose a tag to compare

@jjrv jjrv released this 07 May 01:52
  • Fix compatibility issues with latest mobx-state-tree 3.14.0 (thanks @dsabanin).

v3.8.0

Choose a tag to compare

@jjrv jjrv released this 22 Nov 08:12
  • Fix typings for models with pre/postProcessSnapshot hooks.
  • Fix compatibility with mobx-state-tree 3.8.x.

v3.7.0

Choose a tag to compare

@jjrv jjrv released this 31 Oct 00:13
  • Fix mobx-state-tree 3.7.x support.

v3.5.0

Choose a tag to compare

@jjrv jjrv released this 31 Oct 00:09
  • Add sealed option for classes that cannot be inherited.

v3.0.2

Choose a tag to compare

@jjrv jjrv released this 31 Oct 00:04
  • Fix naming actions.

v3.0.1

Choose a tag to compare

@jjrv jjrv released this 17 Aug 20:37
  • Fix compatibility with MobX 4.
  • Name actions for easier debugging (thanks @ksjogo).

v3.0.0

Choose a tag to compare

@jjrv jjrv released this 17 Aug 18:06
  • Upgrade to mobx-state-tree 3.0.

v1.0.2

Choose a tag to compare

@jjrv jjrv released this 16 May 18:08
  • Force properties to be enumerable, so mobx-state-tree can see them.

v1.0.1

Choose a tag to compare

@jjrv jjrv released this 27 Apr 09:47
  • Fix getters and setters.
  • Fix polymorphic snapshots for models with no actions.

v1.0.0

Choose a tag to compare

@jjrv jjrv released this 27 Apr 05:29
  • Improve definition of recursive models.
  • Finalize the API.