1
0
Files
sashinexists/node_modules/watcher/changelog.md
2024-12-07 13:18:31 +11:00

53 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Version 2.3.1
- Readme: updated with new Node recursive developments (#37)
- Updated some dependencies
### Version 2.3.0
- Replaced ripstat with stubborn-fs directly, for simplicity
### Version 2.2.2
- Updated "dettle", to ensure debounce delays of 0 are handled properly
### Version 2.2.1
- Replaced "debounce" with "dettle"
### Version 2.2.0
- Added support for ignoring paths with a regex
### Version 2.1.0
- Readme: added a mention about a high renameTimeout value
- Updated dependencies
- Exposed the "limit" option from "tiny-readdir"
- Ensuring relative paths can be watched too
- CI: ignoring Node v14
- Added support for detecting case-sensitive renames in case-insensitive filesystems
### Version 2.0.0
- Added 4 more tests regarding empty directories
- Added a test using "touch" specifically
- Added a GH CI workflow
- Updated test workflow
- Fixed an issue where not all internal watchers were being disposed of on close
- Switched to ESM
### Version 1.2.0
- Added support for passing a readdir map, in order to potentially deduplicate away the potential initial scan the library needs
### Version 1.1.2
- Deleted repo-level github funding.yml
- Using "ripstat" for retrieving stats objects faster
### Version 1.1.1
- Aborting directories scans immediately when closing the watcher
- Ensuring the thread doesnt get clogged during recursive directory scanning
### Version 1.1.0
- Node v12 is the minimum version supported
- Storing stripped-down stats objects in 50+% less memory
- Handling change events more reliably
- Ensuring the "depth" option is handled properly when native recursion is unavailable
- New option: "native", it allows for disabling the native recursive watcher
### Version 1.0.0
- Initial commit