Releases: TotallyInformation/node-red-contrib-fs
Releases · TotallyInformation/node-red-contrib-fs
Bug Fix
Fix memory leak and add new configuration option
- Fix memory leak Issue #18 - thanks to Colin for reporting.
- Add configuration option to turn off output warnings - these can be excessive as they include "cannot access" general warnings (permissions).
- Code tidy
v1.2.0 Improved folder handling.
- Folder pattern matching added
- Search for files, folders or both added
- all options now set able the incoming msg
- NOTE that, because of the new functionality, existing nodes may see more results returned
Minor bug fixes and code tidy
- 1.1.1 - Minor bug fixes and code tidy
- Add GitHub templates
- Minor tidy of main code
- Improve NR v1 send/done functions
- Remove spurious
console.log(file)
- Remove input
_msgid
from output so that all output messages get their own _msgid (Fixes Issue #11) - Update dependencies to latest