Releases: alexhisen/mobx-form-store
Releases · alexhisen/mobx-form-store
v1.3.3
- Update to latest mocha.
- fix: workaround for incorrect map iteration behavior in MobX 4.x - see mobxjs/mobx#2112
v1.3.2
- fix: exclude props that start with $ from being saved when saveAll: true.
v1.3.1
- fix: correctly support saving of computed properties with saveAll: true option.
v1.3.0
- feat: add ability to dynamically configure and enable/disable autoSave in a store
v1.2.0
- 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
- feat: add dispose() method that disposes of all internal observation/autoruns so this instance can be garbage-collected.