ember-cli-simple-store
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -80,4 +80,3 @@ import Ember from "ember"; | ||
var dirtyKey = "%@:isDirty".fmt(attrName); | ||
var dirtyCheck = (original === current) || (original === undefined && current === ""); | ||
return dirtyCheck ? undefined : dirty[dirtyKey]; | ||
return original === current ? undefined : dirty[dirtyKey]; | ||
}).property("_dirty", "" + attrName)); | ||
@@ -84,0 +83,0 @@ }); |
ember-cli-simple-store Changelog | ||
============================== | ||
1.0.1 | ||
----- | ||
* [BUG]: isDirty should remain when undefined attr set to empty str | ||
([commit](https://github.com/toranb/ember-cli-simple-store/commit/944f9c56d4282c6d9d887128ca9a8f45d81998fe)) | ||
1.0.0 | ||
@@ -6,0 +12,0 @@ ----- |
{ | ||
"name": "ember-cli-simple-store", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
5061291
162
62739
1