1 | ### 1.0.1
|
2 |
|
3 | - Fix a regression where some files were not processed when `-x/--execute` was not specified
|
4 |
|
5 | ### 1.0.0
|
6 |
|
7 | - Iron out some bugs
|
8 | - Debounce write to cache files
|
9 | - Add a default execution delay (1 second)
|
10 |
|
11 | ### 0.2.1
|
12 |
|
13 | - Support for Babel 7
|
14 |
|
15 | ### 0.1.2
|
16 |
|
17 | - Fix support for `--write-flow-sources`
|
18 |
|
19 | ### 0.1.1
|
20 |
|
21 | - Do not restart executed programs on file unlink (git checkouts are not smooth because of it)
|
22 |
|
23 | ### 0.1.0
|
24 |
|
25 | - Add support for nodemon like execution with `-x/--execute`, `--execute-delay`
|
26 |
|
27 | ### 0.0.5
|
28 |
|
29 | - Fix a bug sometimes when the CLI won't quit
|
30 |
|
31 | ### 0.0.4
|
32 |
|
33 | - Upgrade to latest `sb-config-file`
|
34 | - Upgrade anymatch and chokdar to latest versions
|
35 |
|
36 | ### 0.0.3
|
37 |
|
38 | - Don't offer `babel-cli` from self
|
39 |
|
40 | ### 0.0.2
|
41 |
|
42 | - Only transpile js files
|
43 |
|
44 | ### 0.0.1
|
45 |
|
46 | - Initial release
|