Skip to content

Commit bdad30a

Browse files
committedAug 15, 2018
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)
1 parent 0f46f71 commit bdad30a

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
 

‎CHANGES.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
2018-07-24, Version 3.5.0
1+
2018-08-15, Version 3.6.0
2+
=========================
3+
4+
* docs: update with security consideration section (virkt25)
5+
6+
* fix: sanitize query by default (virkt25)
7+
8+
* change `count` to `countDocuments` (Rahmat Nugraha)
9+
10+
* add `useNewUrlParser` on validOptionNames (Rahmat Nugraha)
11+
12+
* Dedicated Model for testing disableDefaultSort (HugoPoi)
13+
14+
* Add disableDefaultSort in README (HugoPoi)
15+
16+
* Add settings disableDefaultSort for find method (HugoPoi)
17+
18+
19+
2018-07-23, Version 3.5.0
220
=========================
321

422
* chore: drop node 4 and update deps (Taranveer Virk)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-mongodb",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "The official MongoDB connector for the LoopBack framework.",
55
"engines": {
66
"node": ">=6"

0 commit comments

Comments
 (0)
Please sign in to comment.