We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b601db commit f85dbb4Copy full SHA for f85dbb4
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+<a name="0.5.0"></a>
2
+# [0.5.0](https://github.com/hydrateio/react-from-json/compare/v0.4.0...v0.5.0) (2019-09-19)
3
+
4
5
+### Features
6
7
+* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/hydrateio/react-from-json/commit/0b601db))
8
+* throw a useful error if component missing from components ([f873219](https://github.com/hydrateio/react-from-json/commit/f873219))
9
10
11
12
<a name="0.4.0"></a>
13
# [0.4.0](https://github.com/hydrateio/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26)
14
package.json
@@ -1,6 +1,6 @@
{
"name": "react-from-json",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "Declare your React component tree in JSON",
"author": "hydrateio",
"license": "MIT",
0 commit comments