mobx-keystone
Advanced tools
Changelog
0.69.5
applySnapshot
so it respects default initializers.undefined
or null
will set it to its default value (same as if it was done in new
or fromSnapshot
).Changelog
0.69.4
Changelog
0.69.3
ModelData
and ModelCreationData
now take into account any possible transformations. If you want to use the old ones (without transformations) then use ModelUntransformedData
and ModelUntransformedCreationData
.Changelog
0.69.2
Changelog
0.69.1
applySnapshot
was being used (even if the contents of the value-type did not really change).Changelog
0.68.6
applySnapshot
generating no-op patches sometimes.Changelog
0.68.5
fromSnapshotProcessor
not accepting null or undefined when a tProp
with a default value was used.Changelog
0.68.4
Changelog
0.68.3