UNPKG

1.36 kBMarkdownView Raw
1### 1.2.1
2
3- Fix a bug with the recent option `--ignored-for-restart`
4
5### 1.2.0
6
7- Fix bugs from the recent typescript related changes
8- Add new `--ignored-for-restart` option
9
10### 1.1.0
11
12- Add `--typescript` that enables processing of files ending with `.ts` and `.tsx`
13
14### 1.0.5
15
16- Remove an unnecessary deferred `process.exit`
17
18### 1.0.4
19
20- WHYYYY -HOW?? DID BABEL PRESET ENV APPEAR IN MANIFEST???
21
22### 1.0.3
23
24- Fix a regression where cache would not be saved when project had only a few files
25
26### 1.0.2
27
28- Fix a regression where cache directory would not be created if it didn't exist
29
30### 1.0.1
31
32- Fix a regression where some files were not processed when `-x/--execute` was not specified
33
34### 1.0.0
35
36- Iron out some bugs
37- Debounce write to cache files
38- Add a default execution delay (1 second)
39
40### 0.2.1
41
42- Support for Babel 7
43
44### 0.1.2
45
46- Fix support for `--write-flow-sources`
47
48### 0.1.1
49
50- Do not restart executed programs on file unlink (git checkouts are not smooth because of it)
51
52### 0.1.0
53
54- Add support for nodemon like execution with `-x/--execute`, `--execute-delay`
55
56### 0.0.5
57
58- Fix a bug sometimes when the CLI won't quit
59
60### 0.0.4
61
62- Upgrade to latest `sb-config-file`
63- Upgrade anymatch and chokdar to latest versions
64
65### 0.0.3
66
67- Don't offer `babel-cli` from self
68
69### 0.0.2
70
71- Only transpile js files
72
73### 0.0.1
74
75- Initial release