Comparing version 0.8.4 to 0.8.5
@@ -34,2 +34,8 @@ ## [Unreleased] | ||
## [0.8.5] - 2018-02-02 | ||
### Added | ||
* New aggregation pipeline stages ($count, $group, $addFields, $redact) | ||
## [0.8.4] - 2018-01-28 | ||
@@ -414,2 +420,3 @@ | ||
[0.8.5]: https://github.com/Yonirt/moltyjs/compare/v0.8.4...v0.8.5 | ||
[0.8.4]: https://github.com/Yonirt/moltyjs/compare/v0.8.3...v0.8.4 | ||
@@ -416,0 +423,0 @@ [0.8.3]: https://github.com/Yonirt/moltyjs/compare/v0.8.2...v0.8.3 |
@@ -46,3 +46,7 @@ 'use strict'; | ||
$unwind: [], | ||
$group: [] | ||
$group: [], | ||
$count: [], | ||
$group: [], | ||
$addFields: [], | ||
$redact: [] | ||
}; | ||
@@ -49,0 +53,0 @@ |
{ | ||
"name": "moltyjs", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "A tiny ODM for MongoDB with multy tenancy support.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
118895
2173