ember-cli-simple-store
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -53,3 +53,3 @@ import Ember from "ember"; | ||
this._setup(); | ||
this.set("_data", {}); | ||
this.set("_data", clone(this)); | ||
this.set("_oldState", clone(this)); | ||
@@ -56,0 +56,0 @@ }, |
ember-cli-simple-store Changelog | ||
============================== | ||
1.0.3 | ||
----- | ||
* [BUG] when setting field to empty string, model is not dirty | ||
([#12](https://github.com/toranb/ember-cli-simple-store/pull/12)) | ||
1.0.2 | ||
@@ -5,0 +12,0 @@ ----- |
{ | ||
"name": "ember-cli-simple-store", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "ember-cli addon that provides a simple identity map for ember.js web applications", | ||
@@ -5,0 +5,0 @@ "directories": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27195
11
279