Comparing version 2.1.19 to 2.1.20
@@ -0,1 +1,5 @@ | ||
### v2.1.20 - 19 Nov 2014 | ||
- Exposing dirty properties array on the instance (#575) | ||
- Bump node-enforce version (#562) | ||
### v2.1.19 - 21 Aug 2014 | ||
@@ -2,0 +6,0 @@ - Fix Chain.find().remove() & Chain.find.count() with mapsTo keys (#530) |
@@ -650,2 +650,6 @@ var Utilities = require("./Utilities"); | ||
}); | ||
Object.defineProperty(instance, "dirtyProperties", { | ||
get: function () { return opts.changes; }, | ||
enumerable: false | ||
}); | ||
Object.defineProperty(instance, "isInstance", { | ||
@@ -652,0 +656,0 @@ value: true, |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version" : "2.1.19", | ||
"version" : "2.1.20", | ||
"license" : "MIT", | ||
@@ -40,3 +40,3 @@ "homepage" : "http://dresende.github.io/node-orm2", | ||
"dependencies": { | ||
"enforce" : "0.1.2", | ||
"enforce" : "0.1.5", | ||
"sql-query" : "git+https://github.com/dresende/node-sql-query.git#v0.1.23", | ||
@@ -51,3 +51,3 @@ "sql-ddl-sync" : "git+https://github.com/dresende/node-sql-ddl-sync.git#v0.3.10", | ||
"sqlite3" : "2.1.7", | ||
"async" : "*", | ||
"async" : "0.9.0", | ||
"mocha" : "1.13.0", | ||
@@ -54,0 +54,0 @@ "should" : "1.2.2", |
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
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
232423
61
5947
+ Addedenforce@0.1.5(transitive)
- Removedenforce@0.1.2(transitive)
Updatedenforce@0.1.5