All Versions
75
Latest Version
Avg Release Cycle
25 days
Latest Release
87 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.10.8 Changes
February 28, 2022 -
v1.10.7 Changes
September 10, 2021๐ Bug Fixes
- โ Add Spanish (Mexico) [es-mx] locale (#1614) (3393f2a)
- โ Add Arabic (Iraq) [ar-iq] locale (#1627) (b5a1391)
- โ add format object type to type file (#1572) (5a79cc6)
- ๐ duration plugin when parsing duration from ISO string, set missing components to 0 instead of NaN (#1611) (252585b)
- narrow type for
add
andsubtract
(#1576) (1686962) - โก๏ธ update customParseFormat plugin strict x X parsing (#1571) (08adda5)
- โก๏ธ update Lithuanian [lt] locale spelling for single month (#1609) (255dc54)
- โก๏ธ Update Norwegian Bokmรฅl [nb] local yearStart 4 (#1608) (7a8467c)
- โก๏ธ update plugin advancedFormat
isValid
validation (#1566) (755fc8b) - โก๏ธ update Sinhalese [si] locale month name (#1475) (63de2a8)
- โก๏ธ update utcOffset plugin type file (#1604) (f68e4b1)
-
v1.10.6 Changes
July 06, 2021๐ Bug Fixes
- โ add invalid date string override (#1465) (#1470) (06f88f4)
- โ add sv-fi Finland Swedish locale (#1522) (8e32164)
- ๐ customParseFormat support parsing X x timestamp (#1567) (eb087f5)
- dayjs ConfigTypeMap add null & undefined (#1560) (b5e40e6)
- ๐ Fix DayOfYear plugin when using BadMutable plugin (#1511) (0b0c6a3)
- ๐ Implement ordinal in Bulgarian translation (fixes #1501) (#1502) (b728da5)
- ๐ more strict delimiter in REGEX_PARSE (#1555) (bfdab5c)
- parameter type (#1549) (f369844)
- โก๏ธ update customParseFormat plugin to custom two-digit year parse function (#1421) (bb5df55)
- โก๏ธ update names of weekdays and months in Bulgarian [bg] to lowercase (#1438) (b246210)
- โก๏ธ update type file
.diff
(#1505) (6508494) - โก๏ธ update UTC plugin type file for strict parsing (#1443) (b4f28df)
-
v1.10.5 Changes
May 26, 2021๐ Bug Fixes
- โ add meridiem in ar locales (#1375) (319f616)
- โ Added Zulu support to customParseFormat (#1359) (1138a3f)
- ๐ fix Bengali [bn] locale monthsShort error (a0e6c0c)
- ๐ fix missing types for ArraySupport plugin (#1401) (b1abdc4)
- ๐ fix Ukrainian [uk] locale (#1463) (0fdac93)
- ๐ hotfix for
Duration
types (#1357) (855b7b3), closes #1354 - ๐ timezone plugin DST error (#1352) (71bed15)
- โก๏ธ Update duration plugin change string to number (#1394) (e1546d1)
- โก๏ธ update Duration plugin to support no-argument (#1400) (8d9a5ae)
- โก๏ธ Update Finnish [fi] locale to set yearStart (#1378) (f3370bd)
- โก๏ธ update Russian [ru] locale meridiem and unit tests (#1403) (f10f39d)
- โก๏ธ update Russian [ru] locale yearStart config (#1372) (5052515)
- โก๏ธ update Slovenian [sl] locale to set correct ordinal (#1386) (cb4f746)
- โก๏ธ update Spanish [es] locale to change month names to lowercase (#1414) (9c20e77)
- โก๏ธ update Swedish [sv] locale to set correct yearStart (#1385) (66c5935)
- โก๏ธ update UTC plugin to support string argument like +HH:mm (#1395) (656127c)
-
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