Skip to content

Latest commit

 

History

History
108 lines (51 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

108 lines (51 loc) · 3.04 KB

1.0.6 (2016-12-01)

Bug Fixes

  • tests for insertOne() and insertMany() fixed (5fc9674)
  • tests for insertOne() and insertMany() fixed (8499a32)

1.0.5 (2016-12-01)

Features

  • add methods findOneAndReplace(), findOneAndDelete(), findOneAndUpdate() (ad8adb8)
  • replace method findOne() of mongodb native nodejs driver with find().limit(1) (30013c0)

1.0.4 (2016-04-23)

Features

  • replace method findOne() of mongodb native nodejs driver with find().limit(1) (30013c0)

<a name"1.0.3">

1.0.3 (2015-05-21)

Bug Fixes

  • check if type of a schema property is an array when analyzing the schema (084a6c77)

<a name"1.0.2">

1.0.2 (2015-04-22)

Features

  • add method ensureObjectID(id) (f8811b11)

<a name"1.0.1">

1.0.1 (2015-04-14)

Bug Fixes

  • use updateOne() instead of update() (a65b24b4)

<a name"1.0.0">

1.0.0 (2015-04-02)

Features

  • drop the deprecated functions insert(), update() and remove() (4d4c2c0c)

<a name"0.10.1">

0.10.1 (2015-04-02)

Features

  • export the object which is used as an id in the repository (cb4ff4cc)
  • update mongodb driver (b4a2888a)

0.10.0 (2015-01-21)

Features

  • change option 'deleteUnknownProperties' to 'unknownProperties' (6d2d34e2)

Breaking Changes

from now on only lx-valid >= 0.4.0 is supported (6d2d34e2)

0.9.1 (2014-12-19)

Features

  • improve detection of mongo-ids in queries (a246a0b6)
  • update to mongodb node.js driver 2.0.10 (31e7f492)

0.9.0 (2014-12-18)

Init