Dayjs Versions Save

⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API

v1.11.1

2 years ago

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

2 years ago

1.11.0 (2022-03-14)

Bug Fixes

Features

  • Fallback to language only locale + support uppercase locales (#1524) (9138dc2)

v1.10.8

2 years ago

1.10.8 (2022-02-28)

Bug Fixes

  • set locale pt, pt-br correct weekdays and months (#1697) (e019301)

v1.10.7

2 years ago

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 and subtract (#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

2 years ago

1.10.6 (2021-07-06)

Bug Fixes

v1.10.5

2 years ago

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

3 years ago

1.10.4 (2021-01-22)

Bug Fixes

v1.10.3

3 years ago

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

v1.10.2

3 years ago

1.10.2 (2021-01-05)

Bug Fixes

  • fix parse regex bug (#1307) (db2b6a5), closes #1305
  • remove module entry in package.json to revert 1.10.1 change (#1314) (824dcb8)
  • update devHelper add warning "passing Year as a Number will be parsed as a Unix timestamp" (#1315) (b0dda31)

v1.10.1

3 years ago

1.10.1 (2021-01-03)

Bug Fixes