We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508506c commit a3afe7bCopy full SHA for a3afe7b
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+- 2016-05-31 - v1.2.0
2
+- 2016-05-31 - Use latest `jsonapi-server` processed filter
3
- 2016-05-13 - v1.1.0
4
- 2016-05-13 - Support `jsonapi-server` v1.2
5
- 2016-05-13 - Multiple resources per database
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonapi-store-relationaldb",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Relational data store for jsonapi-server.",
"keywords": [
6
"json:api",
@@ -35,7 +35,7 @@
35
"blanket": "1.1.9",
36
"coveralls": "^2.11.9",
37
"eslint": "^2.11.0",
38
- "jsonapi-server": "holidayextras/jsonapi-server#2ba05c6",
+ "jsonapi-server": "^1.10.0",
39
"mocha": "^2.5.3",
40
"mocha-lcov-reporter": "^1.2.0",
41
"mocha-performance": "^0.1.1",
0 commit comments