Skip to content

Releases: TotallyInformation/node-red-contrib-moment

v4.0.0 - Dependency update, output settings, bug fix

04 Oct 14:33
Compare
Choose a tag to compare
  • BREAKING CHANGE Updated dependencies mean that minimum Node.js version is now v10 (previously v8). Minimum Node-RED version is now v1.0 (prevously 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 and msg.outTz. Resolves Issue #31.
  • Bug fix, locale now correctly defaults to host locale if not provided.

Humanizer contribution merged

13 Apr 11:59
Compare
Choose a tag to compare

Also warning added about the behaviour of moment.js in regard to object formats (month is zero based) and dependency versions bumped to latest.

Major rewrite with tz/locale awareness and more

26 Jun 21:33
Compare
Choose a tag to compare

Significant rewrite, updated moment.js, got rid of all eval’s, added adjustment calcs, added time zone and locale awareness.

Bug fixes & contributor acknowledgement

12 Jun 21:28
Compare
Choose a tag to compare

Merged in some fixes on Jacques44's contributions & acknowledged him in the package. Also fixed the npm readme.

Added Locale support (thanks to @Jacques44)

30 Mar 20:10
Compare
Choose a tag to compare

Locale support option added. README and minor version bumped

First stable release

10 Mar 09:17
Compare
Choose a tag to compare

Stable and working