Skip to content

Commit a327e4d

Browse files
committed
Publish 0.1.14
1 parent b4bca5f commit a327e4d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

HISTORY.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
History
22
=======
33

4-
####2015-09-25 [v0.1.12] v0.1.12
4+
####2016-02-11 v0.1.14
5+
Apply rename when using multiple filters @jake314159
6+
7+
####2015-10-26 v0.1.13
8+
Bumped qsversion @dhendo
9+
10+
####2015-09-25 v0.1.12
511
Disallow nulls for certain operators @jake314159
612

7-
####2015-08-12 [v0.1.11] v0.1.11
13+
####2015-08-12 v0.1.11
814
Pass fieldname to operator function @jake314159
915

10-
####2015-06-16 [v0.1.10] v0.1.10
16+
####2015-06-16 v0.1.10
1117
Add support for $all
1218

13-
####2015-02-19 [v0.1.8] v0.1.9
19+
####2015-02-19 v0.1.9
1420
Bugfixes to allow raw objects to pass in arrays / numbers correctly
1521

16-
####2015-02-18 [v0.1.6] v0.1.7
22+
####2015-02-18 v0.1.7
1723
Allow a raw object to be passed in. Flatten deep object properties.
1824

1925
####2014-11-12 v0.1.5

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-queryfilter",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Safely create a simple mongo query from a querystring collection to allow filtering",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)