|
1 | | -<a name="0.11.1"></a> |
2 | | -## [0.11.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.11.0...v0.11.1) (2016-05-06) |
| 1 | +<a name="0.12.0"></a> |
| 2 | +# [0.12.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.11.1...v0.12.0) (2016-05-25) |
3 | 3 |
|
| 4 | +### Features |
4 | 5 |
|
| 6 | +* Adds option create write typings to top-level (#116) ([a4cb090](https://github.com/knisterpeter/react-to-typescript-definitions/commit/a4cb090)) |
5 | 7 |
|
| 8 | +<a name="0.11.1"></a> |
| 9 | +## [0.11.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.11.0...v0.11.1) (2016-05-06) |
6 | 10 |
|
7 | 11 | <a name="0.11.0"></a> |
8 | 12 | # [0.11.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.10.0...v0.11.0) (2016-04-09) |
9 | 13 |
|
10 | | - |
11 | 14 | ### Bug Fixes |
12 | 15 |
|
13 | 16 | * **parser:** configure babel to be as permissive as possible ([586b5ec](https://github.com/knisterpeter/react-to-typescript-definitions/commit/586b5ec)) |
14 | 17 |
|
15 | | - |
16 | | - |
17 | 18 | <a name="0.10.0"></a> |
18 | 19 | # [0.10.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.9.0...v0.10.0) (2016-02-01) |
19 | 20 |
|
20 | | - |
21 | 21 | ### Features |
22 | 22 |
|
23 | 23 | * Added support for ref attributes ([d6f5b46](https://github.com/knisterpeter/react-to-typescript-definitions/commit/d6f5b46)) |
24 | 24 |
|
25 | | - |
26 | | - |
27 | 25 | <a name="0.9.0"></a> |
28 | 26 | # [0.9.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.8.0...v0.9.0) (2016-01-29) |
29 | 27 |
|
30 | | - |
31 | | - |
32 | | - |
33 | 28 | <a name="0.8.0"></a> |
34 | 29 | # [0.8.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.7.0...v0.8.0) (2016-01-21) |
35 | 30 |
|
36 | | - |
37 | 31 | ### Features |
38 | 32 |
|
39 | 33 | * Exported component interfaces ([511767d](https://github.com/knisterpeter/react-to-typescript-definitions/commit/511767d)) |
40 | 34 |
|
41 | | - |
42 | | - |
43 | 35 | <a name="0.7.0"></a> |
44 | 36 | # [0.7.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.6.0...v0.7.0) (2015-12-31) |
45 | 37 |
|
46 | | - |
47 | 38 | ### Features |
48 | 39 |
|
49 | 40 | * Support es6 class syntax ([8b27145](https://github.com/knisterpeter/react-to-typescript-definitions/commit/8b27145)) |
50 | 41 |
|
51 | | - |
52 | | - |
53 | 42 | <a name="0.6.0"></a> |
54 | 43 | # [0.6.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.5.0...v0.6.0) (2015-12-21) |
55 | 44 |
|
56 | | - |
57 | 45 | ### Features |
58 | 46 |
|
59 | 47 | * Added instanceOf proptypes ([c548b7b](https://github.com/knisterpeter/react-to-typescript-definitions/commit/c548b7b)) |
60 | 48 | * Added jsdoc to d.ts files ([1a40858](https://github.com/knisterpeter/react-to-typescript-definitions/commit/1a40858)) |
61 | 49 |
|
62 | | - |
63 | | - |
64 | 50 | <a name="0.5.0"></a> |
65 | 51 | # [0.5.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.4.0...v0.5.0) (2015-12-21) |
66 | 52 |
|
67 | | - |
68 | 53 | ### Features |
69 | 54 |
|
70 | 55 | * Added arrayOf type props ([faa9e0b](https://github.com/knisterpeter/react-to-typescript-definitions/commit/faa9e0b)) |
71 | 56 | * Added required props ([f5d8cf7](https://github.com/knisterpeter/react-to-typescript-definitions/commit/f5d8cf7)) |
72 | 57 | * Added union proptypes ([033a159](https://github.com/knisterpeter/react-to-typescript-definitions/commit/033a159)) |
73 | 58 |
|
74 | | - |
75 | | - |
76 | 59 | <a name="0.4.0"></a> |
77 | 60 | # [0.4.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.3.2...v0.4.0) (2015-12-19) |
78 | 61 |
|
79 | | - |
80 | 62 | ### Features |
81 | 63 |
|
82 | 64 | * Added react key to generated props ([a54511e](https://github.com/knisterpeter/react-to-typescript-definitions/commit/a54511e)) |
|
85 | 67 |
|
86 | 68 | * Tests are written in typescript ([2b04aa6](https://github.com/knisterpeter/react-to-typescript-definitions/commit/2b04aa6)) |
87 | 69 |
|
88 | | - |
89 | | - |
90 | 70 | <a name="0.3.2"></a> |
91 | 71 | ## [0.3.2](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.3.1...v0.3.2) (2015-12-15) |
92 | 72 |
|
93 | | - |
94 | 73 | ### Performance Improvements |
95 | 74 |
|
96 | 75 | * Reduced indention depth ([d981864](https://github.com/knisterpeter/react-to-typescript-definitions/commit/d981864)) |
97 | 76 |
|
98 | | - |
99 | | - |
100 | 77 | <a name="0.3.1"></a> |
101 | 78 | ## [0.3.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.3.0...v0.3.1) (2015-12-10) |
102 | 79 |
|
103 | | - |
104 | 80 | ### Bug Fixes |
105 | 81 |
|
106 | 82 | * Terminate node if no input from stdin ([61734ca](https://github.com/knisterpeter/react-to-typescript-definitions/commit/61734ca)) |
107 | 83 |
|
108 | | - |
109 | | - |
110 | 84 | <a name="0.3.0"></a> |
111 | 85 | # [0.3.0](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.2.1...v0.3.0) (2015-12-10) |
112 | 86 |
|
113 | | - |
114 | 87 | ### Bug Fixes |
115 | 88 |
|
116 | 89 | * **CHANGELOG:** Fixed changelog urls ([5aa784d](https://github.com/knisterpeter/react-to-typescript-definitions/commit/5aa784d)) |
|
121 | 94 | * **types:** Added more optional types ([5ab5736](https://github.com/knisterpeter/react-to-typescript-definitions/commit/5ab5736)) |
122 | 95 | * Implemented pipes ([2c4b42a](https://github.com/knisterpeter/react-to-typescript-definitions/commit/2c4b42a)) |
123 | 96 |
|
124 | | - |
125 | | - |
126 | 97 | <a name="0.2.1"></a> |
127 | 98 | ## [0.2.1](https://github.com/knisterpeter/react-to-typescript-definitions/compare/v0.2.0...v0.2.1) (2015-12-02) |
128 | 99 |
|
129 | | - |
130 | 100 | ### Bug Fixes |
131 | 101 |
|
132 | 102 | * **main:** Fixed mail file attribute ([c694f3e](https://github.com/knisterpeter/react-to-typescript-definitions/commit/c694f3e)) |
133 | 103 | * **npm:** Fixed publishing ([28c64d8](https://github.com/knisterpeter/react-to-typescript-definitions/commit/28c64d8)) |
134 | 104 |
|
135 | | - |
136 | | - |
137 | 105 | <a name="0.2.0"></a> |
138 | 106 | # 0.2.0 (2015-12-02) |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
0 commit comments