Skip to content

Commit f85dbb4

Browse files
committed
v0.5.0
1 parent 0b601db commit f85dbb4

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
<a name="0.4.0"></a>
213
# [0.4.0](https://github.com/hydrateio/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26)
314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-from-json",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Declare your React component tree in JSON",
55
"author": "hydrateio",
66
"license": "MIT",

0 commit comments

Comments
 (0)