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 a5a9a30 commit b54ba32Copy full SHA for b54ba32
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+###v. 0.4.2 (25 Sep 2017)
2
+Added meta support per spec (https://github.com/yury-dymov/json-api-normalizer/issues/19)
3
+
4
###v. 0.4.1 (11 Jun 2017)
5
Including self links in normalization (https://github.com/yury-dymov/json-api-normalizer/pull/16)
6
package.json
@@ -1,6 +1,6 @@
{
"name": "json-api-normalizer",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "JSON API response normalizer",
"main": "dist/bundle.js",
"scripts": {
0 commit comments