UNPKG

2.02 kBMarkdownView Raw
1This project follows the [Semantic Versioning](https://semver.org/) convention,
2so breaking changes will only be made in major version updates.
3
4## 2.0.9 (2019-11-18)
5
6* Updated [yargs dependency](https://yargs.js.org/) from v14 to v15.
7
8## 2.0.8 (2019-08-19)
9
10* Updated [yargs dependency](https://yargs.js.org/) from v13 to v14.
11
12## 2.0.7 (2019-07-01)
13
14* Updated [fs-extra
15dependency](https://github.com/jprichardson/node-fs-extra) to 8.1.0 now that graceful-fs fixed its incompatibility with fs-extra.
16
17## 2.0.6 (2019-05-12)
18
19* Reverted [fs-extra
20dependency](https://github.com/jprichardson/node-fs-extra) back to 7.0 because of an [incompatibility with graceful-fs](https://github.com/jprichardson/node-fs-extra/issues/664) because of a [graceful-fs bug](https://github.com/isaacs/node-graceful-fs/issues/158) in some Node versions.
21
22## 2.0.5 (2019-05-12)
23
24* Updated [fs-extra
25dependency](https://github.com/jprichardson/node-fs-extra) to 8.0.
26
27## 2.0.4 (2019-04-30)
28
29* Updated [chokidar dependency](https://github.com/paulmillr/chokidar) from v2 to v3.
30
31## 2.0.3 (2019-02-12)
32
33* Updated [yargs dependency](https://yargs.js.org/) from v12 to v13.
34
35## 2.0.2 (2018-07-18)
36
37* Updated [fs-extra
38dependency](https://github.com/jprichardson/node-fs-extra) to 7.0.
39
40## 2.0.1 (2018-06-29)
41
42* Updated [yargs dependency](https://yargs.js.org/) from ^11.1.0 to ^12.0.1.
43
44## 2.0.0 (2018-06-04)
45
46* Updated fs-extra and [drop support for Node.js versions before
478](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#600--2018-05-01).
48
49## 1.3.0 (2018-02-05)
50
51* Support `.mjs` extension by default in addition to `.js` and `.jsx`.
52
53## 1.2.2 (2018-01-27)
54
55* Chokidar, fs-extra, and yargs dependencies updated to latest versions.
56
57## 1.2.1 (2017-08-23)
58
59* Upgraded the Kefir dependency to the latest version for compatibility with Flow.
60
61## 1.2.0 (2017-06-25)
62
63* Added the `-w`/`--watch` option.
64
65## 1.1.0 (2016-08-11)
66
67* Added the `--ignore` option.
68
69## 1.0.2 (2016-03-21)
70
71* First documented and stable release.