UNPKG

1.22 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.4 (2019-04-30)
5
6* Updated [chokidar dependency](https://github.com/paulmillr/chokidar) from v2 to v3.
7
8## 2.0.3 (2019-02-12)
9
10* Updated [yargs dependency](https://yargs.js.org/) from v12 to v13.
11
12## 2.0.2 (2018-07-18)
13
14* Updated [fs-extra
15dependency](https://github.com/jprichardson/node-fs-extra) to 7.0.
16
17## 2.0.1 (2018-06-29)
18
19* Updated [yargs dependency](https://yargs.js.org/) from ^11.1.0 to ^12.0.1.
20
21## 2.0.0 (2018-06-04)
22
23* Updated fs-extra and [drop support for Node.js versions before
248](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#600--2018-05-01).
25
26## 1.3.0 (2018-02-05)
27
28* Support `.mjs` extension by default in addition to `.js` and `.jsx`.
29
30## 1.2.2 (2018-01-27)
31
32* Chokidar, fs-extra, and yargs dependencies updated to latest versions.
33
34## 1.2.1 (2017-08-23)
35
36* Upgraded the Kefir dependency to the latest version for compatibility with Flow.
37
38## 1.2.0 (2017-06-25)
39
40* Added the `-w`/`--watch` option.
41
42## 1.1.0 (2016-08-11)
43
44* Added the `--ignore` option.
45
46## 1.0.2 (2016-03-21)
47
48* First documented and stable release.