All Versions
81
Latest Version
Avg Release Cycle
30 days
Latest Release
405 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.10.4 Changes
January 22, 2021๐ Bug Fixes
- Correct handling negative duration (#1317) (3f5c085)
- ๐ Improve
Duration
types (#1338) (4aca4b1) - ๐ parse a string for MMM month format with underscore delimiter (#1349) (82ef9a3)
- โก๏ธ Update Bengali [bn] locale (#1329) (02d96ec)
- โก๏ธ update locale Portuguese [pt] yearStart (#1345) (5c785d5)
- ๐ update Polish [pl] locale yearStart (#1348) (e93e6b8)
- โก๏ธ Update Slovenian [sl] relativeTime locale (#1333) (fe5f1d0)
-
v1.10.3 Changes
January 09, 2021๐ Bug Fixes
- ๐ fix customParseFormat plugin strict mode parse meridiem bug (#1321) (e49eeef)
- ๐ fix weekYear plugin missing locale bug (#1319) (344bdc0), closes #1304
- โก๏ธ update advancedFormat plugin to add format options for iso week and weekyear (#1309) (2c54c64)
- โก๏ธ update devHelper to add dev warning setting locale before loading (c5cc893)
- โก๏ธ update German [de] locale yearStart (1858df8), closes #1264
-
v1.10.2 Changes
January 05, 2021 -
v1.10.1 Changes
January 03, 2021 -
v1.10.0 Changes
January 03, 2021๐ Bug Fixes
- โ add ordinal to localeData plugin (#1266) (fd229fa)
- โ add preParsePostFormat plugin & update Arabic [ar] locale (#1255) (f2e4790)
- โ add type support for plural forms of units (#1289) (de49bb1)
- escape last period to match only milliseconds (#1239) (#1295) (64037e6)
๐ Features
-
v1.9.7 Changes
December 05, 20201.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.5 Changes
November 05, 20201.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 Changes
October 23, 20201.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