We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbefc58 commit 78a1a91Copy full SHA for 78a1a91
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.4.0"></a>
2
+# [0.4.0](https://github.com/hydrateio/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26)
3
+
4
5
+### Features
6
7
+* use array index for unique keys, and add propIndex prop ([c5df9d4](https://github.com/hydrateio/react-from-json/commit/c5df9d4))
8
9
10
11
<a name="0.3.0"></a>
12
# [0.3.0](https://github.com/hydrateio/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "react-from-json",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "Declare your React component tree in JSON",
"author": "hydrateio",
"license": "MIT",
0 commit comments