1
Fork 0
This commit is contained in:
Conduitry 2018-04-02 19:50:36 -04:00
parent 6e6e0dad87
commit 223ab2758a
2 changed files with 11 additions and 1 deletions

10
CHANGELOG.md Normal file
View file

@ -0,0 +1,10 @@
# v0.2.0
- Report directory stats and events
- Expose latest stats for all files and directories as `watch.files`
- Expose pre-deletion stats for deleted files and directories as part of `-` event
- `watch.init()` simply returns a `Promise` resolving to `undefined` now that `watch.files` is available
# v0.1.0
- Initial release

View file

@ -1,6 +1,6 @@
{
"name": "cheap-watch",
"version": "0.1.0",
"version": "0.2.0",
"description": "If it works, why use something else?",
"keywords": ["async", "asynchronous", "file", "watch", "watcher"],
"main": "./dist/CheapWatch.cjs.js",