Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 740 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 740 Bytes

Changelog

Changes between releases are kept here beginning from v0.5.0

v0.6.2 / 2015-11-17

  • Fixed erroneous cloning of objects. See issue#20

v0.6.1 / 2015-09-20

  • Fixed matching nested array fields without specifying index. See issue#19
  • Added VERSION global field

v0.6.0 / 2015-05-28

  • Added $dateToString aggregation operator

v0.5.0 / 2015-04-29

  • Added support for extending operators via Mingo.addOperators
  • Added bower.json
  • Fixed grouping documents by an object key
  • Fixed exclusive select projection not returning correct fields