Skip to content

Releases: felixge/node-dateformat

4.3.1

05 Dec 09:21
Compare
Choose a tag to compare
  • Added p Mask for Timezone Offset e.g. +02:00 (details)

4.2.2

04 Dec 09:58
47bdabb
Compare
Choose a tag to compare
  • Fix Rounding Issue with L Mask (details)

4.2.1

04 Dec 09:39
Compare
Choose a tag to compare

4.2.0

04 Dec 08:46
Compare
Choose a tag to compare
  • Fixed Invalid '1970-01-01' Formatting (details)

4.1.0

04 Dec 08:44
Compare
Choose a tag to compare
  • Added Padding Short Date Mask

4.0.2

04 Dec 07:38
Compare
Choose a tag to compare
  • Fixed an issue with old years not having padding. e.g. 0009 was formatting as 9.

Performance Improvements

30 Nov 00:57
Compare
Choose a tag to compare

This release brings significant performance improvements to dateformat.
Some common operations are now 6 times faster than before!!!

There are no breaking changes in this release.

image

3.0.0

19 Sep 21:19
Compare
Choose a tag to compare

Allows AM/PM indicators to be localized.

As this requires an extra field in dateFormat.i18n it becomes a breaking change for anyone localizing the names.

v2.0.0

25 Nov 06:17
Compare
Choose a tag to compare

Removes CLI

v1.0.7-1.2.3

05 Aug 14:54
Compare
Choose a tag to compare

Changes in this release are:

-Add repository section to package.json
-Add code fences for syntax highlighting
-Added the npm install command (to README.md)
-Add MIT license to comply with license requirements
-Support GMT: prefix in addition to UTC: