Releases: speedytwenty/mongodb-pipelinejs
Releases · speedytwenty/mongodb-pipelinejs
v0.1.3
What's Changed
- fix: Restore $all operator by @speedytwenty in #22
- Adding rudimentary
$facet
stage +$replaceWith
and$sortByCount
stages. by @speedytwenty in #23 - Adding ops: $nin, $substr related and $bit related by @speedytwenty in #24
- Adding $find utility operator by @speedytwenty in #25
Full Changelog: v0.1.0...v0.1.3
v0.1.0
What's Changed
- fix:missing lint dependencies and related lint errors by @speedytwenty in #19
- chore: Restored inconsistently documented operators by @speedytwenty in #21
Full Changelog: v0.0.5...v0.1.0
v0.0.4
What's Changed
- Cleanup tsconfig by @speedytwenty in #3
- Prevent redundant calls to object notation methods by @speedytwenty in #5
- Inline documentation updates + satisfied linter by @speedytwenty in #6
- Generated HTML Documentation on Github Pages by @speedytwenty in #7
- Adding missing docs for (existing) stages and tests. by @speedytwenty in #9
- Mixture of docs/tests and operator additions by @speedytwenty in #11
- Progress on operator tests, docs & examples + some operator additions by @speedytwenty in #12
- Test Coverage Workflow (with Coveralls integration) by @speedytwenty in #13
- Add minified output to build with usage instructions by @speedytwenty in #14
- Adding utility operators: $arrayElemFirst, $arrayElemLast, $decrement and $increment by @speedytwenty in #16
- Docs & Tests for Safe operators + Utility Operator additions and refinements by @speedytwenty in #17
Full Changelog: v0.0.2...v0.0.4
v0.0.2
What's Changed
- Initial port for MongoDB aggregation expression to Typescript by @speedytwenty in #1
- Add nonenumerable as dependency by @speedytwenty in #2
Full Changelog: https://github.com/speedytwenty/mongodb-pipelinejs/commits/v0.0.2