UNPKG

4.18 kBMarkdownView Raw
1<a name="0.3.0"></a>
2# [0.3.0](https://github.com/sinnerschrader/patternplate-transform-react/compare/v0.2.3...v0.3.0) (2016-04-16)
3
4
5### Bug Fixes
6
7* **detection:** avoid babylon bug by removing jsx at the end ([74a8006](https://github.com/sinnerschrader/patternplate-transform-react/commit/74a8006))
8* **detection:** avoid shadowing parser errors ([795ca69](https://github.com/sinnerschrader/patternplate-transform-react/commit/795ca69))
9* **detection:** check for existence of default export ([c093fcb](https://github.com/sinnerschrader/patternplate-transform-react/commit/c093fcb))
10* **generation:** avoid naming collisions during transformation ([40e29b0](https://github.com/sinnerschrader/patternplate-transform-react/commit/40e29b0))
11* **generation:** fix mtime lookup ([df4c8ce](https://github.com/sinnerschrader/patternplate-transform-react/commit/df4c8ce))
12* **generation:** only include react import if it is missing ([244fc6c](https://github.com/sinnerschrader/patternplate-transform-react/commit/244fc6c))
13* **generation:** push npm resolvable names to file dependencies ([39c138f](https://github.com/sinnerschrader/patternplate-transform-react/commit/39c138f))
14* **generation:** require react on top-level ([ad35e45](https://github.com/sinnerschrader/patternplate-transform-react/commit/ad35e45))
15* **generation:** rewrite props deref only for stateless components ([2e5bf3a](https://github.com/sinnerschrader/patternplate-transform-react/commit/2e5bf3a))
16* **system:** add / update missing dependencies ([bd5fc13](https://github.com/sinnerschrader/patternplate-transform-react/commit/bd5fc13))
17
18### Features
19
20* **detection:** allow trailing function commas ([9d1804c](https://github.com/sinnerschrader/patternplate-transform-react/commit/9d1804c))
21* **detection:** enhance error messages for asi errors in plain jsx ([048c407](https://github.com/sinnerschrader/patternplate-transform-react/commit/048c407))
22* **detection:** resolve transitive demo dependencies properly ([e98bf39](https://github.com/sinnerschrader/patternplate-transform-react/commit/e98bf39))
23* **detection:** throw better parser errors ([088d540](https://github.com/sinnerschrader/patternplate-transform-react/commit/088d540))
24* **generation:** enable partial global support ([f6e72a7](https://github.com/sinnerschrader/patternplate-transform-react/commit/f6e72a7))
25* **generation:** implement legacy global injection support ([1b92b54](https://github.com/sinnerschrader/patternplate-transform-react/commit/1b92b54))
26* **transformation:** bootstrap ast-based react transformation ([f7f7b99](https://github.com/sinnerschrader/patternplate-transform-react/commit/f7f7b99))
27
28
29
30<a name="0.2.3"></a>
31## [0.2.3](https://github.com/sinnerschrader/patternplate-transform-react/compare/v0.2.2...v0.2.3) (2016-03-03)
32
33
34### Bug Fixes
35
36* **detection:** correct implicit dependency usage detection ([a6b123a](https://github.com/sinnerschrader/patternplate-transform-react/commit/a6b123a))
37
38
39
40<a name="0.2.2"></a>
41## [0.2.2](https://github.com/sinnerschrader/patternplate-transform-react/compare/v0.2.1...v0.2.2) (2016-02-17)
42
43
44### Bug Fixes
45
46* enable named imports ([94a56a8](https://github.com/sinnerschrader/patternplate-transform-react/commit/94a56a8))
47
48
49
50<a name="0.2.1"></a>
51## [0.2.1](https://github.com/sinnerschrader/patternplate-transform-react/compare/v0.2.0...v0.2.1) (2016-02-15)
52
53
54### Bug Fixes
55
56* pass convertCode configuration correctly ([95b7896](https://github.com/sinnerschrader/patternplate-transform-react/commit/95b7896))
57
58
59
60<a name="0.2.0"></a>
61# [0.2.0](https://github.com/sinnerschrader/patternplate-transform-react/compare/v0.1.0...v0.2.0) (2016-02-15)
62
63
64### Features
65
66* add possibility to transform all dependencies ([5c655cc](https://github.com/sinnerschrader/patternplate-transform-react/commit/5c655cc))
67
68
69
70<a name="0.1.0"></a>
71# 0.1.0 (2016-02-14)
72
73
74### Features
75
76* flesh transform out into own module ([5ff80a9](https://github.com/sinnerschrader/patternplate-transform-react/commit/5ff80a9))
77
78
79
80
81---
82Copyright 2016 by [SinnerSchrader Deutschland GmbH](https://github.com/sinnerschrader) and [contributors](./graphs/contributors). Released under the [MIT license]('./license.md').