Skip to content

Releases: TotallyInformation/node-red-contrib-fs

Bug Fix

15 Jan 14:18
Compare
Choose a tag to compare

Fix inability to pass in start folder via msg Issue #19 - thanks to Paul for reporting.

Fix memory leak and add new configuration option

13 Jan 20:33
Compare
Choose a tag to compare
  • 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.

06 Jan 12:18
Compare
Choose a tag to compare
  • 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

06 Oct 19:00
Compare
Choose a tag to compare
  • 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