Node-RED v0.19.4 Release Notes

    • #1888 Fix race condition in non-cache lfs context Fixes
    • LocalFileSystem Context: Remove extra flush code
    • Prevent race condition in caching mode of lfs context (#1889)
    • Allow context store name to be provided in the key
    • Switch node: only use promises when absolutely necessary
    • Fix dbl-click handling on webkit-based browsers
    • Ensure context.flow/global cannot be deleted or enumerated
    • #1883 Handle context.get with multiple levels of unknown key Fixes
    • Fix global.get("foo.bar") for functionGlobalContext set values
    • Fix node color bug (#1877)
    • #1857 from cclauss/patch-1 Merge pull request
    • Define raw_input() in Python 3 & fix time.sleep()