Releases: felixge/node-dateformat
Releases · felixge/node-dateformat
5.0.3
- Fix deprecation warning
Automatic extension resolution of the "main" field is deprecated for ES modules.
Thanks to @nestedscope for their contributions ❤️
5.0.2
- Update docs for dateformat imports
Thanks to @BendingBender for their contributions ❤️
5.0.1
- Bundle Size Reductions
- Fixed
Z
format issue in Australia (details) - Introduced breaking changes to imports, now imports are as format
import dateFormat from "dateformat";
Thanks to @jimmywarting and @mikegreiling for their contributions ❤️
4.6.2
- Fixed breaking changes with imports
4.6.1
- Bundle Size Reductions
- Fixed
Z
format issue in Australia (details)
Thanks to @jimmywarting and @mikegreiling for their contributions ❤️
4.5.1
- Fixed an issue with the
WW
mask not working