Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
 * docs: update with security consideration section (virkt25)
 * fix: sanitize query by default (virkt25)
 * change `count` to `countDocuments` (Rahmat Nugraha)
 * add `useNewUrlParser` on validOptionNames (Rahmat Nugraha)
 * Dedicated Model for testing disableDefaultSort (HugoPoi)
 * Add disableDefaultSort in README (HugoPoi)
 * Add settings disableDefaultSort for find method (HugoPoi)
  • Loading branch information
virkt25 committed Aug 15, 2018
1 parent 0f46f71 commit bdad30a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
2018-07-24, Version 3.5.0
2018-08-15, Version 3.6.0
=========================

* docs: update with security consideration section (virkt25)

* fix: sanitize query by default (virkt25)

* change `count` to `countDocuments` (Rahmat Nugraha)

* add `useNewUrlParser` on validOptionNames (Rahmat Nugraha)

* Dedicated Model for testing disableDefaultSort (HugoPoi)

* Add disableDefaultSort in README (HugoPoi)

* Add settings disableDefaultSort for find method (HugoPoi)


2018-07-23, Version 3.5.0
=========================

* chore: drop node 4 and update deps (Taranveer Virk)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-mongodb",
"version": "3.5.0",
"version": "3.6.0",
"description": "The official MongoDB connector for the LoopBack framework.",
"engines": {
"node": ">=6"
Expand Down

0 comments on commit bdad30a

Please # to comment.