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 094123d commit 506c45bCopy full SHA for 506c45b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+###v. 0.4.6 (29 Nov 2017)
2
+- Meta property is also available for relationship objects (https://github.com/yury-dymov/json-api-normalizer/issues/25)
3
+- cross-env support added
4
+
5
###v. 0.4.5 (23 Oct 2017)
6
While processing nested objects, we should handle dates accordingly (https://github.com/yury-dymov/json-api-normalizer/issues/23)
7
package.json
@@ -1,6 +1,6 @@
{
"name": "json-api-normalizer",
- "version": "0.4.5",
+ "version": "0.4.6",
"description": "JSON API response normalizer",
"main": "dist/bundle.js",
"scripts": {
0 commit comments