v0.3.0
This commit is contained in:
parent
49ae6a87f0
commit
a7137b4960
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
# v0.3.0
|
||||
|
||||
- Rename `.files` to `.paths`, as it contains directories, not just files
|
||||
- Include an additional `isNew` boolean in `+` events, indicating whether this is a new or an updated file/directory
|
||||
- No longer call the `filter` function on the root watched directory
|
||||
- No longer include the root watched directory under the `''` in the `Map`, nor emit `+` events for it
|
||||
|
||||
# v0.2.2
|
||||
|
||||
- Rollup was erroneously added as a dependency and is now a dev dependency as it should be
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cheap-watch",
|
||||
"version": "0.2.2",
|
||||
"version": "0.3.0",
|
||||
"description": "If it works, why use something else?",
|
||||
"keywords": [
|
||||
"async",
|
||||
|
|
Loading…
Reference in a new issue