Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 562 Bytes

CHANGELOG.md

File metadata and controls

21 lines (11 loc) · 562 Bytes

Changelog

For version 3 and above, please see the list of changes on the Releases page.

v2.0.0

Breaking changes

  • Dropped support of older Node.js versions. Officially supports Node.js version 8 and above.

  • Removed exported Operators object. Use instead operators on the root.

  • Removed support for array $pushAll operator as it was deprecated by mongo since version 2.4.

v1.2.0

Features

  • Added support for array operators.

  • Added support for bitwise operators.