We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f959e2 commit f0a2081Copy full SHA for f0a2081
.gitignore
@@ -13,3 +13,5 @@ results
13
14
npm-debug.log
15
node_modules
16
+
17
+.idea/
HISTORY.md
@@ -1,6 +1,9 @@
1
History
2
=======
3
4
+####2016-11-18 v0.1.15
5
+Allow extended operators to specify their own clean function @jake314159
6
7
####2016-02-11 v0.1.14
8
Apply rename when using multiple filters @jake314159
9
package.json
@@ -1,6 +1,6 @@
{
"name": "mongo-queryfilter",
- "version": "0.1.14",
+ "version": "0.1.15",
"description": "Safely create a simple mongo query from a querystring collection to allow filtering",
"main": "index.js",
"scripts": {
0 commit comments