Comparing version 1.0.5 to 1.0.6
@@ -20,2 +20,8 @@ ## [Unreleased] | ||
## [1.0.6] - 2018-08-12 | ||
### Added | ||
- $reduce operator to agreggation actions | ||
## [1.0.5] - 2018-07-11 | ||
@@ -535,2 +541,3 @@ | ||
[1.0.6]: https://github.com/Yonirt/moltyjs/compare/v1.0.5...v1.0.6 | ||
[1.0.5]: https://github.com/Yonirt/moltyjs/compare/v1.0.4...v1.0.5 | ||
@@ -537,0 +544,0 @@ [1.0.4]: https://github.com/Yonirt/moltyjs/compare/v1.0.3...v1.0.4 |
@@ -54,3 +54,4 @@ 'use strict'; | ||
$limit: [], | ||
$skip: [] | ||
$skip: [], | ||
$reduce: ['input', 'initialValue', 'in'] | ||
}; | ||
@@ -57,0 +58,0 @@ |
{ | ||
"name": "moltyjs", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A tiny ODM for MongoDB with multy tenancy support.", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/mario-lemes/moltyjs.git" | ||
"url": "https://github.com/mario-lemes/moltyjs.git" | ||
}, | ||
@@ -39,3 +39,2 @@ "author": { | ||
"chai": "^4.1.2", | ||
"crypto": "^1.0.1", | ||
"install": "^0.10.2", | ||
@@ -42,0 +41,0 @@ "mocha": "^4.0.1", |
134572
13
2481