Skip to content

Releases: alexhisen/mobx-form-store

v1.3.3

17 Sep 23:18
Compare
Choose a tag to compare
  • Update to latest mocha.
  • fix: workaround for incorrect map iteration behavior in MobX 4.x - see mobxjs/mobx#2112

v1.3.2...v1.3.3

v1.3.2

28 Aug 08:30
Compare
Choose a tag to compare
  • fix: exclude props that start with $ from being saved when saveAll: true.

v1.3.1...v1.3.2

v1.3.1

28 Aug 08:01
Compare
Choose a tag to compare
  • fix: correctly support saving of computed properties with saveAll: true option.

v1.3.0...v1.3.1

v1.3.0

23 Aug 23:20
Compare
Choose a tag to compare
  • feat: add ability to dynamically configure and enable/disable autoSave in a store

v1.2.0...v1.3.0

v1.2.0

30 Jul 01:22
Compare
Choose a tag to compare
  • feat: add ability to override the saveOptions used by auto-save
  • feat: computed properties present in the data (or placed there by an afterRefresh callback) will now be observed and included in saves if changed.

v1.1.0...v1.2.0

v1.1.0

17 May 22:40
Compare
Choose a tag to compare
  • feat: add dispose() method that disposes of all internal observation/autoruns so this instance can be garbage-collected.

v1.0.15...v1.1.0

v1.0.15

13 May 20:40
Compare
Choose a tag to compare
  • fix auto-save interval delay under Mobx 3.x 4079411

v1.0.14...v1.0.15