This project follows the Semantic Versioning convention, so breaking changes will only be made in major version updates.
- Updated yargs dependency from v14 to v15.
- Updated yargs dependency from v13 to v14.
- Updated fs-extra dependency to 8.1.0 now that graceful-fs fixed its incompatibility with fs-extra.
- Reverted fs-extra dependency back to 7.0 because of an incompatibility with graceful-fs because of a graceful-fs bug in some Node versions.
- Updated fs-extra dependency to 8.0.
- Updated chokidar dependency from v2 to v3.
- Updated yargs dependency from v12 to v13.
- Updated fs-extra dependency to 7.0.
- Updated yargs dependency from ^11.1.0 to ^12.0.1.
- Updated fs-extra and drop support for Node.js versions before 8.
- Support
.mjs
extension by default in addition to.js
and.jsx
.
- Chokidar, fs-extra, and yargs dependencies updated to latest versions.
- Upgraded the Kefir dependency to the latest version for compatibility with Flow.
- Added the
-w
/--watch
option.
- Added the
--ignore
option.
- First documented and stable release.