Hi all, please note that a new version of the moment node has been published to npm, it should appear in the Node-RED catalogue shortly.
The new version is v4.0.0 and is a new major version because of the following breaking change:
- Minimum Node.js version is now v10
- Minimum Node-RED version is now v1
Other than that, the other changes are:
-
BREAKING CHANGE Updated dependencies mean that minimum Node.js version is now v10 (previously v8). Minimum Node-RED version is now v1.0 (previously v0.13)
-
Update dependencies
-
Move change log to separate file from readme.
-
Contributed changes, see Issue #34:
-
Explanation extended, examples added
-
Testing flows moved from subdir examples\ to subdir testing\
-
.html help extended
-
-
Prep for Node-RED v1.
-
Workaround for upstream parseFormat bug, see Issue #24. If input is an ISO date string with seconds >3dp, the input is trimmed to 3dp seconds.
-
Added
msg.settings
to output msg. Shows the settings/parameters used. Allows for further processing or validation if needed. -
Added ability to override input and output Timezone settings from an incoming msg object. The appropriate setting must be empty and the properties to use are
msg.inTz
andmsg.outTz
. Resolves Issue #31. -
Bug fix, locale now correctly defaults to host locale if not provided.