backbone-mongo
Advanced tools
Comparing version 0.6.6 to 0.6.7
// Generated by CoffeeScript 1.8.0 | ||
/* | ||
backbone-mongo.js 0.6.6 | ||
backbone-mongo.js 0.6.7 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -288,6 +288,7 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
]), {}, function(err, results) { | ||
var _ref1; | ||
if (err) { | ||
return callback(err); | ||
} | ||
return callback(null, results[0].count); | ||
return callback(null, ((_ref1 = results[0]) != null ? _ref1.count : void 0) || 0); | ||
}); | ||
@@ -294,0 +295,0 @@ }; |
// Generated by CoffeeScript 1.8.0 | ||
/* | ||
backbone-mongo.js 0.6.6 | ||
backbone-mongo.js 0.6.7 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.8.0 | ||
/* | ||
backbone-mongo.js 0.6.6 | ||
backbone-mongo.js 0.6.7 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.8.0 | ||
/* | ||
backbone-mongo.js 0.6.6 | ||
backbone-mongo.js 0.6.7 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.8.0 | ||
/* | ||
backbone-mongo.js 0.6.6 | ||
backbone-mongo.js 0.6.7 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.8.0 | ||
/* | ||
backbone-mongo.js 0.6.6 | ||
backbone-mongo.js 0.6.7 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
// Generated by CoffeeScript 1.8.0 | ||
/* | ||
backbone-mongo.js 0.6.6 | ||
backbone-mongo.js 0.6.7 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-mongo | ||
@@ -6,0 +6,0 @@ License: MIT (http://www.opensource.org/licenses/mit-license.php) |
{ | ||
"name": "backbone-mongo", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "MongoDB storage for BackboneORM", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Please refer to the following release notes when upgrading your version of BackboneORM. | ||
### 0.6.7 | ||
* Fix issue with empty results from aggregation ($unique) and $count | ||
### 0.6.6 | ||
@@ -4,0 +7,0 @@ * $unique does not work properly with $page: https://github.com/vidigami/backbone-mongo/issues/14 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
102392
1032