Releases: iamkun/dayjs
Releases · iamkun/dayjs
v1.10.2
v1.10.1
v1.10.0
v1.9.8
v1.9.7
1.9.7 (2020-12-05)
Bug Fixes
- add duration.format to format a Duration (#1202) (9a859a1)
- Add function handling for relativeTime.future and relativeTime.past (#1197) (ef1979c)
- avoid install installed plugin (#1214) (a92eb6c)
- avoid memory leak after installing a plugin too many times (b8d2e32)
- fix diff bug when UTC plugin enabled (#1201) (9544ed2), closes #1200
- fix startOf/endOf bug in timezone plugin (#1229) (eb5fbc4)
- fix utc plugin diff edge case (#1187) (971b3d4)
- update customParseFormat plugin to parse 2-digit offset (#1209) (b56936a), closes #1205
- Update timezone plugin type definition (#1221) (34cfb92)
v1.9.6
v1.9.5
1.9.5 (2020-11-05)
Bug Fixes
- customParseFormat plugin supports parsing localizedFormats (#1110) (402b603)
- fix customParseFormat plugin parse meridiem bug (#1169) (9e8f8d9), closes #1168
- fix devHelper error in umd bundle in browser (#1165) (d11b5ee)
- fix utc plugin diff bug in DST (#1171) (f8da3fe), closes #1097 #1021
- isoWeek plugin type (#1177) (c3d0436)
- update localeData plugin to support meridiem (#1174) (fdb09e4), closes #1172
- update timezone plugin parse Date instance / timestamp logic & remove useless test (#1183) (a7f858b)
v1.9.4
1.9.4 (2020-10-23)
Bug Fixes
- Add descriptions to types (#1148) (9a407a1)
- add devHelper plugin (#1163) (de49dc8)
- Fix Hungarian (hu) locale (#1112) (ab13754)
- fix minMax plugin parsing empty array bug (#1062) (368108b)
- update adding/subtracting Duration from Dayjs object (#1156) (f861aca)
- update en-NZ locale to use proper ordinal formatting function (#1143) (fcdbc58)
- update localeData plugin type (#1116) (ee5a4ec)
- update timezone plugin to support custom parse format (#1160) (48cbf31), closes #1159
- update timezone plugin to support keepLocalTime (#1161) (1d429e5), closes #1149
v1.9.3
v1.9.2
1.9.2 (2020-10-13)
Bug Fixes
- add arraySupport plugin (#1129) (be505c2)
- export type of duration plugin (#1094) (2c92e71)
- Fix LocaleData plugin longDateFormat lowercase error (#1101) (7937ccd)
- Fix objectSupport plugin bug in UTC (#1107) (fe90bb6), closes #1105
- fix Serbian locale grammar (sr, sr-cyrl) (#1108) (cc87eff)
- Fix typo for "monday" in arabic (#1067) (2e1e426)
- support dayjs.add(Duration), dayjs.subtract(Duration) (#1099) (b1a0294)
- update Breton [br] locale relativeTime config (#1103) (b038bfd)
- update Catalan [ca] locale ordinal (73da380)
- update German [de] locale relativeTime config (#1109) (f6e771b)
- update localeData plugin to add longDateFormat to global localeData (#1106) (16937d1)
- Update objectSupport plugin to return current date time while parsing empty object (f56783e)