Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

21 lines (11 loc) · 1.5 KB

Sails-Mongo Changelog

0.12.1

  • [ENHANCEMENT] Sets the reconnectInterval to the mongo default and adds a reconnectTries configuration option. See #118 for more details. Thanks @luislobo for the patch!

0.12.0

  • [ENHANCEMENT] Now exposes a flag wlNext that allows you to toggle the case sensitivity of a string query. See #380 and #238 for more. Thanks @nicoespeon.

0.11.7

  • [ENHANCEMENT] When running an update only return _id values when doing the initial lookup. See #237 for more. Thanks @andyhu.

  • [ENHANCEMENT] Better error message for duplicate keys when using Wired Tiger. See #372 for more. Thanks @Mordred.

  • [ENHANCEMENT] Allow multi-line queries when using contains, like, startsWith, and endsWith. See #308 for more. Thanks @vbud.

  • [BUG] Fix issue when returning results with the key _id that are not actual ObjectId instances. See #356 for more. Thanks @miccar.

  • [STABILITY] Locked the dependency versions down.