Comparing version 6.0.0 to 6.1.0
@@ -0,1 +1,4 @@ | ||
### v6.1.0 | ||
- [Feature] Accept options when calling `Model.create` ([856](../../pull/856)) | ||
### v6.0.0 | ||
@@ -2,0 +5,0 @@ - [POSSIBLY BREAKING] Set internal default property value to `undefined` instead of `null` ([855](../../pull/855)). |
@@ -619,3 +619,3 @@ var _ = require("lodash"); | ||
} | ||
item.save(function (err) { | ||
item.save({}, options, function (err) { | ||
if (err) { | ||
@@ -622,0 +622,0 @@ err.index = index; |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"license": "MIT", | ||
@@ -18,0 +18,0 @@ "homepage": "http://dresende.github.io/node-orm2", |
@@ -11,3 +11,3 @@ ## Object Relational Mapping | ||
If you're starting a new project, please consider using one of the following instead as they have a much more active community: | ||
If you're starting a new project, consider using one of the following instead as they have a more active community: | ||
* https://github.com/bookshelf/bookshelf | ||
@@ -14,0 +14,0 @@ * https://github.com/sequelize/sequelize |
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
267779