Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 894 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 894 Bytes

v1.0.10 (10 February 2020)

  • [BUGFIX] Fix day wrapping when the result is midnight in new browsers supporting DTF hourCycle (#38, #41, #43).

v1.0.9 (28 December 2019)

  • [DOCS] Improve the documentation, particularly on the usage of format.

v1.0.8 (12 October 2019)

  • [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.

v1.0.6 (2 February 2019)

  • [BUGFIX] Rewrite import paths in esm version to use esm version of date-fns. (#8 @pkaske)

v1.0.3 (21 January 2019)

  • [BUGFIX] Removed const, let, template string and arrow function syntax which is not transpiled in the ems build to fix for IE11.

v1.0.0 (12 January 2019)

  • [ENHANCEMENT] Typescript typings.

v0.1.1 (13 November 2018)

Initial release.