Comparing version 2.1.7 to 2.1.8
### v2.2.0 - (to do, in future) | ||
- Fixes error code spelling: `PARAM_MISSMATCH` -> `PARAM_MISMATCH` | ||
### v2.1.8 - 28 Apr 2014 | ||
- Fix '.omit' (#491) | ||
### v2.1.7 - 25 Apr 2014 | ||
@@ -5,0 +8,0 @@ - Add explicit 'integer' type to avoid confusion. |
@@ -48,3 +48,3 @@ var _ = require("lodash"); | ||
} | ||
this.only(_.difference(Object.keys(Model.properties), omit)); | ||
this.only(_.difference(Object.keys(Model.allProperties), omit)); | ||
return this; | ||
@@ -51,0 +51,0 @@ }, |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version" : "2.1.7", | ||
"version" : "2.1.8", | ||
"license" : "MIT", | ||
@@ -18,0 +18,0 @@ "homepage" : "http://dresende.github.io/node-orm2", |
@@ -54,3 +54,3 @@ ## Object Relational Mapping | ||
surname : String, | ||
age : Number, | ||
age : Number, // FLOAT | ||
male : Boolean, | ||
@@ -57,0 +57,0 @@ continent : [ "Europe", "America", "Asia", "Africa", "Australia", "Antartica" ], // ENUM type |
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
217618
59
5709