- [BUGFIX] Fix day wrapping when the result is midnight in new browsers supporting DTF
hourCycle
(#38, #41, #43).
- [DOCS] Improve the documentation, particularly on the usage of
format
.
- [BUGFIX] Not losing milliseconds when converting time zones. (#25)
- [BUGFIX] Fix missing
_lib/convertToFP/index.js
. (#20) - [UPGRADE] Upgrade dependencies and match the
date-fns@2
build config.
- [BUGFIX] Rewrite import paths in esm version to use esm version of date-fns. (#8 @pkaske)
- [BUGFIX] Removed
const
,let
, template string and arrow function syntax which is not transpiled in the ems build to fix for IE11.
- [ENHANCEMENT] Typescript typings.
Initial release.