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