mobx-keystone 0.69.9 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.0.0
4
+
5
+ - Since the API has been quite stable for a while I think it is time for a v1.0.0 release. :) No other changes.
6
+
3
7
  ## 0.69.9
4
8
 
5
9
  - Fix for `applySnapshot` throwing an exception when removing a property which was not declared in the model.