Skip to content

Commit 99be3b6

Browse files
author
hxoliverrumbelow
committed
Filter resources at the database level
1 parent 5ca15f2 commit 99be3b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
2015-12-21 - Pagination support
33
2015-12-21 - Sort support
44
2015-12-21 - v1.0.0
5+
2015-12-30 - Offload queries to Mongo
6+
2015-12-30 - v1.1.0

lib/mongoHandler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use strict";
22
var _ = {
3-
clone: require("lodash.clone"),
43
omit: require("lodash.omit")
54
};
65
var async = require("async");

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonapi-store-mongodb",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "MongoDB data store for jsonapi-server.",
55
"main": "lib/mongoHandler.js",
66
"repository": {
@@ -27,7 +27,6 @@
2727
"dependencies": {
2828
"async": "1.5.0",
2929
"debug": "2.2.0",
30-
"lodash.clone": "3.0.3",
3130
"lodash.omit": "3.1.0",
3231
"mongodb": "2.0.48"
3332
},

0 commit comments

Comments
 (0)