New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobx-state-tree

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-state-tree - npm Package Versions

1
79
13

3.2.0

Diff
xaviergonz
published 3.2.0 •

Changelog

Source

3.2.0

mweststrate
published 3.1.1 •

Changelog

Source

3.1.1

mweststrate
published 3.1.0 •

Changelog

Source

3.1.0

  • Fixed issue where snapshot post-processors where not always applied. Fixes #926, #961, through #959 by @k-g-a
mweststrate
published 3.0.3 •

Changelog

Source

3.0.3

  • Fixed re-adding the same objects to an array. Fixes #928 through #949 by @Krivega
mweststrate
published 3.0.2 •

Changelog

Source

3.0.2

  • Introduced types.integer! By @jayarjo through #935
  • Improved typescript typings, several fixes to the type system. Awesome contribution by @xaviergonz through #937 and #945. Fixes #922, #930, #932, #923
  • Improved handling of types.late
mweststrate
published 3.0.0 •

Changelog

Source

3.0.0

Welcome to MobX-state-tree! This version introduces some breaking changes, but nonetheless is an recommended upgrade as all changes should be pretty straight forward and there is no reason anymore to maintain the 2.x range (3.0 is still compatible with MobX 4)

mweststrate
published 3.0.0-beta.2 •
mweststrate
published 2.2.0 •

Changelog

Source

2.2.0

  • Added support for MobX 5. Initiative by @jeffberry through #868. Please note that there are JavaScript engine restrictions for MobX 5 (no Internet Explorer, or React Native Android). If you need to target those versions please keep using MobX 4 as peer dependency (MST is compatible with both)
  • Reduced memory footprint with ~10-20%, by k-g-a through #872
  • Fixed issue where undo manager was not working correctly for non-root stores, by marcofugaro trough #875
mweststrate
published 2.1.0 •

Changelog

Source

2.1.0

  • Fixed issue where default values of types.frozen where not applied correctly after apply snapshot. #842 by SirbyAlive. Fixes #643
  • Fixed issue where empty patch sets resulted in in unnecessary history items. #838 by chemitaxis. Fixes #837
  • flows of destroyed nodes can no 'safely' resume. #798 by Bnaya. Fixes #792
  • Made sure the type Snapshot is exposed. #821 by dsabanin
  • Fix: the function parameter was incorrectly typed as non-optional. #851 by abruzzihraig
mweststrate
published 2.0.5 •

Changelog

Source

2.0.5

  • It is now possible to get the snapshot of a node without triggering the postProcessSnapshot hook. See #745 for details. By @robinfehr
  • Introduced getParentOfType and hasParentOfType. See #767 by @k-g-a
  • Fixed issue where running typeCheck accidentally logged typecheck errors to the console. Fixes #781