UNPKG

1.63 kBMarkdownView Raw
1# CHANGELOG
2
3## 0.11.0
4
5 * add support for `--visitors` to allow additional jstransform visitors to be
6 used for transformation.
7
8## 0.10.0
9
10 * add support for `--es6/--harmony` option to compile a limited set of es6
11 into es5. Supported features are arrow functions, rest params, templates,
12 object short notation and classes.
13
14 * add support for `--everything` to apply transform to every module
15
16## 0.9.1
17
18 * fix mathcing filename for extension
19
20## 0.9.0
21
22 * bump jstransform to 0.9.0
23
24## 0.8.0
25
26 * bump react-tools version to 0.9.0
27
28 * deprecate reactify/undoubted transform
29
30 * -x/--extension command line option to process files with specified extension
31
32## 0.7.0
33
34 * bump jstransform version
35
36## 0.6.1
37
38 * fix transform function override
39
40## 0.6.0
41
42 * allow transform function to be passed as an argument
43
44 * export isJSXExtension regexp
45
46## 0.5.1
47
48 * add "browserify-transform" keyword to package metadata
49
50## 0.5.0
51
52 * move react-tools from peer deps to deps, update to 0.8.0
53
54## 0.4.0
55
56 * update to react-tools 0.5.0
57 * mention filename if transform error occurred
58 * fix bug with callstack explosion
59
60## 0.3.1
61
62 * rewrite in javascript
63
64## 0.3.0
65
66 * reactify/no-doubt transform which doesn't not require pragma even for .js
67 files
68
69## 0.2.2
70
71 * check for the presence of @jsx pragma
72
73## 0.2.1
74
75 * update to react-tools 0.4.1
76
77## 0.2.0
78
79 * update to react-tools 0.4.0
80
81## 0.1.4
82
83 * fix test for @jsx pragma
84
85## 0.1.3
86
87 * preserve line numbers during transform
88
89## 0.1.2
90
91 * emit error event on error
92
93## 0.1.1
94
95 * update to react-tools 0.3.1
96 * specs
97
98## 0.1.0
99
100 * initial release