Releases: iamkun/dayjs
Releases · iamkun/dayjs
v1.11.3
v1.11.2
v1.11.1
1.11.1 (2022-04-15)
Bug Fixes
- add Bengali (Bangladesh) [bn-bd] locale (#1806) (840ed76)
- refactor replace deprecated String.prototype.substr() (#1836) (627fa39)
- Update German [de] locale, adds the abbreviations for month including a . in the end, as in September -> Sept. (#1831) (4e2802c)
- update Italian (Switzerland) [it-ch] locale relativeTime (#1829) (8e6d11d)
- update Kurdish [ku] locale strings and formatted output contains non-standard kurdish characters (#1848) (a597d0b)
- update locale bo [Tibetan]: corrected the orders in formats (#1823) (e790516)
v1.11.0
1.11.0 (2022-03-14)
Bug Fixes
- Add Kirundi (rn) locale (#1793) (74e5247)
- add missing date shorthand D type definition (#1752) (b045baf)
- Add relative time to Galician (gl) and fix ordinals (#1800) (dcbf170)
- update German locales (de-at, de-ch) (#1775) (f9055a7)
- update Icelandic [is] locale relativeTime config (#1796) (76f9e17)
- Update index.d.ts note (#1716) (5a108ff)
- Update locale German [de] monthsShort (#1746) (4a7b7d0)
- update meridiem function to Kurdish (ku) locale (#1725) (efd3904)
- update updateLocal plugin typescript types (#1692) (c7a3f73)
Features
v1.10.8
v1.10.7
1.10.7 (2021-09-10)
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
1.10.6 (2021-07-06)
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
1.10.5 (2021-05-26)
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
1.10.4 (2021-01-22)
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
1.10.3 (2021-01-09)
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