Releases: iamkun/dayjs
Releases · iamkun/dayjs
v1.9.1
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)
Features
v1.8.36
1.8.36 (2020-09-17)
Bug Fixes
- Add Amharic (am) locale (#1046) (cdc49a1)
- Export Duration type in duration plugin (#1043) (0f20c3a)
- Fix duration plugin parsing milliseconds bug (#1042) (fe2301b)
- Timezone plugin set default timezone (#1033) (0c2050a)
- Timezone plugin should have the same behavior in latest ICU version (#1032) (de31592)
- Update Finnish (fi) locale (#963) (cf8b6a0)
- Update Polish (pl) , Hungarian (hr) and Lithuanian (lt) localization (#1045) (638fd39)
v1.8.35
v1.8.34
v1.8.33
1.8.33 (2020-08-10)
Bug Fixes
- Add PluralGetSet plugin for plural getters/setters (#996) (f76e3ce)
- Add typescript type defs in esm build (#985) (50e3b3c)
- Fix isoWeek Plugin cal bug in UTC mode (#993) (f2e5f32)
- Fix Timezone plugin parsing js date, Day.js object, timestamp bug && update type file (#994) (22f3d49), closes #992 #989
- Fix Timezone plugin UTCOffset rounding bug (#987) (b07182b), closes #986
- Fix UTC plugin bug while comparing an utc instance to a local one (#995) (747c0fb)
- Update pt-br locale weekStart 0 (#984) (0f881c1)