ember-cli-simple-store
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -50,5 +50,7 @@ import Ember from "ember"; | ||
init: function() { | ||
this.set("_data", {}); | ||
this._super(); | ||
this._reset(); | ||
this._setup(); | ||
this.set("_data", {}); | ||
this.set("_oldState", clone(this)); | ||
}, | ||
@@ -55,0 +57,0 @@ rollback: function() { |
ember-cli-simple-store Changelog | ||
============================== | ||
1.0.2 | ||
----- | ||
* [TEST]: adding test for save then immediate rollback | ||
([#10](https://github.com/toranb/ember-cli-simple-store/pull/10)) | ||
* [BUG]: rollback is now idempotent | ||
([commit](https://github.com/toranb/ember-cli-simple-store/commit/2d0cc9417b1bee7f674923906953045e8dc61a97)) | ||
* [PERIPHERAL]: updating to ember 1.11.3 | ||
([commit](https://github.com/toranb/ember-cli-simple-store/commit/aa572e44b1a9c057726ea9d5a5782e59cb7e5727)) | ||
1.0.1 | ||
@@ -5,0 +18,0 @@ ----- |
{ | ||
"name": "ember-cli-simple-store", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
5102841
63256