|
| 1 | +<a name="0.7.1"></a> |
| 2 | +## [0.7.1](https://github.com/chrisvxd/react-from-json/compare/v0.7.0...v0.7.1) (2019-12-05) |
| 3 | + |
| 4 | + |
| 5 | + |
1 | 6 | <a name="0.7.0"></a> |
2 | | -# [0.7.0](https://github.com/hydrateio/react-from-json/compare/v0.6.0...v0.7.0) (2019-11-11) |
| 7 | +# [0.7.0](https://github.com/chrisvxd/react-from-json/compare/v0.6.0...v0.7.0) (2019-11-11) |
3 | 8 |
|
4 | 9 |
|
5 | 10 | ### Bug Fixes |
6 | 11 |
|
7 | | -* retain component keys on render ([d384dc9](https://github.com/hydrateio/react-from-json/commit/d384dc9)) |
| 12 | +* retain component keys on render ([d384dc9](https://github.com/chrisvxd/react-from-json/commit/d384dc9)) |
8 | 13 |
|
9 | 14 |
|
10 | 15 | ### Features |
11 | 16 |
|
12 | | -* pass propKey to mapped components ([1f13968](https://github.com/hydrateio/react-from-json/commit/1f13968)) |
| 17 | +* pass propKey to mapped components ([1f13968](https://github.com/chrisvxd/react-from-json/commit/1f13968)) |
13 | 18 |
|
14 | 19 |
|
15 | 20 |
|
16 | 21 | <a name="0.6.0"></a> |
17 | | -# [0.6.0](https://github.com/hydrateio/react-from-json/compare/v0.5.0...v0.6.0) (2019-11-04) |
| 22 | +# [0.6.0](https://github.com/chrisvxd/react-from-json/compare/v0.5.0...v0.6.0) (2019-11-04) |
18 | 23 |
|
19 | 24 |
|
20 | 25 | ### Features |
21 | 26 |
|
22 | | -* add optional 'default' component mapping, for falling back when component doesn't exist ([8d818a9](https://github.com/hydrateio/react-from-json/commit/8d818a9)) |
23 | | -* pass _type to mapped components ([fc0a56b](https://github.com/hydrateio/react-from-json/commit/fc0a56b)) |
| 27 | +* add optional 'default' component mapping, for falling back when component doesn't exist ([8d818a9](https://github.com/chrisvxd/react-from-json/commit/8d818a9)) |
| 28 | +* pass _type to mapped components ([fc0a56b](https://github.com/chrisvxd/react-from-json/commit/fc0a56b)) |
24 | 29 |
|
25 | 30 |
|
26 | 31 |
|
27 | 32 | <a name="0.5.0"></a> |
28 | | -# [0.5.0](https://github.com/hydrateio/react-from-json/compare/v0.4.0...v0.5.0) (2019-09-19) |
| 33 | +# [0.5.0](https://github.com/chrisvxd/react-from-json/compare/v0.4.0...v0.5.0) (2019-09-19) |
29 | 34 |
|
30 | 35 |
|
31 | 36 | ### Features |
32 | 37 |
|
33 | | -* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/hydrateio/react-from-json/commit/0b601db)) |
34 | | -* throw a useful error if component missing from components ([f873219](https://github.com/hydrateio/react-from-json/commit/f873219)) |
| 38 | +* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/chrisvxd/react-from-json/commit/0b601db)) |
| 39 | +* throw a useful error if component missing from components ([f873219](https://github.com/chrisvxd/react-from-json/commit/f873219)) |
35 | 40 |
|
36 | 41 |
|
37 | 42 |
|
38 | 43 | <a name="0.4.0"></a> |
39 | | -# [0.4.0](https://github.com/hydrateio/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26) |
| 44 | +# [0.4.0](https://github.com/chrisvxd/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26) |
40 | 45 |
|
41 | 46 |
|
42 | 47 | ### Features |
43 | 48 |
|
44 | | -* use array index for unique keys, and add propIndex prop ([c5df9d4](https://github.com/hydrateio/react-from-json/commit/c5df9d4)) |
| 49 | +* use array index for unique keys, and add propIndex prop ([c5df9d4](https://github.com/chrisvxd/react-from-json/commit/c5df9d4)) |
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
48 | 53 | <a name="0.3.0"></a> |
49 | | -# [0.3.0](https://github.com/hydrateio/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17) |
| 54 | +# [0.3.0](https://github.com/chrisvxd/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17) |
50 | 55 |
|
51 | 56 |
|
52 | 57 | ### Bug Fixes |
53 | 58 |
|
54 | | -* resolve null props as expected ([5186b07](https://github.com/hydrateio/react-from-json/commit/5186b07)) |
| 59 | +* resolve null props as expected ([5186b07](https://github.com/chrisvxd/react-from-json/commit/5186b07)) |
55 | 60 |
|
56 | 61 |
|
57 | 62 | ### Features |
58 | 63 |
|
59 | | -* resolve id prop from component JSON root ([214c256](https://github.com/hydrateio/react-from-json/commit/214c256)) |
| 64 | +* resolve id prop from component JSON root ([214c256](https://github.com/chrisvxd/react-from-json/commit/214c256)) |
60 | 65 |
|
61 | 66 |
|
62 | 67 |
|
63 | 68 | <a name="0.2.0"></a> |
64 | | -# [0.2.0](https://github.com/hydrateio/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01) |
| 69 | +# [0.2.0](https://github.com/chrisvxd/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01) |
65 | 70 |
|
66 | 71 |
|
67 | 72 | ### Features |
68 | 73 |
|
69 | | -* replace ComponentRef props with ComponentLookup components ([d77e080](https://github.com/hydrateio/react-from-json/commit/d77e080)) |
| 74 | +* replace ComponentRef props with ComponentLookup components ([d77e080](https://github.com/chrisvxd/react-from-json/commit/d77e080)) |
70 | 75 |
|
71 | 76 |
|
72 | 77 |
|
|
0 commit comments