This release contains:
- A bug fix for Issue #20 (override of hidden files setting not working).
- A boost of the readdirp dependency to the latest version
And the reason for bumping to 1.4:
-
7 new flags output on the
stat
object for each file when the "File Details" flag is set.isBlockDevice, isCharacterDevice, isDirectory, isFIFO, isFile, isSocket, isSymbolicLink
which should help you make sense of what type of file/folder/etc they are.
Please note that the extended flags don't all work on Windows - this is down to Node.js and the Windows filing system not this node or Node-RED.