v1.9.0
1.9.0 (2020-09-28)
Bug Fixes
- Add
setDefault
typing to timezone.d.ts (#1057) (c0f0886) - fix DST bug in utc plugin (#1053) (3d73543)
- Fix optional type for timezone plugin (#1081) (a6ebcf2), closes #1079
- Fix timezone plugin conversion bug (#1073) (16816a3)
- update duration plugin type file (#1065) (94af9af)
- update timezone plugin to support getting offset name e.g. EST (#1069) (cbb755e)
- update utc plugin to support keepLocalTime
.utc(true)
(#1080) (5ce4e0d)