All Versions
81
Latest Version
Avg Release Cycle
30 days
Latest Release
485 days ago

Changelog History
Page 5

  • v1.8.20 Changes

    February 04, 2020

    1.8.20 (2020-02-04)

    ๐Ÿ› Bug Fixes

    • โž• Add Bislama Locale (bi) (#780) (9ac6ab4)
    • ๐Ÿ›  Fix weekOfYear plugin to support yearStart locale for better week number result (#769) (f00db36)
    • โšก๏ธ Update et (Estonian) locale relativeTime (#790) (d8e0f45)
    • โšก๏ธ Update LocaleData plugin to support dayjs.localeData().weekdays() API (287fed6), closes #779
    • โšก๏ธ Update LocaleData plugin to support dayjs.months dayjs.weekdays API (144c2ae), closes #779
    • โšก๏ธ Update pl locale fusional config (d372475)
  • v1.8.19 Changes

    January 06, 2020

    1.8.19 (2020-01-06)

    ๐Ÿ› Bug Fixes

    • โž• Add UpdateLocale plugin to update a locale's properties (#766) (82ce2ba)
    • ๐Ÿ›  Fix CustomParseFormat Plugin 'YYYY-MM' use first day of the month (ba709ec), closes #761
    • ๐Ÿ›  Fix CustomParseFormat Plugin to set correct locale (66ce23f)
    • ๐Ÿ›  Fix WeekOfYear Plugin wrong calender week number bug (79b86db), closes #760
    • โšก๏ธ Update RelativeTime plugin to support function to make additional processing (#767) (4bd9250)
    • โšก๏ธ Update ru, uk, cs locale to support relativeTime with plural (3f080f7)
  • v1.8.18 Changes

    December 18, 2019

    1.8.18 (2019-12-18)

    ๐Ÿ› Bug Fixes

    • โž• Add missing locale type definition (#716) (cde5d0b)
    • ๐Ÿ›  Fix .locale() handel unsupported locale (78ec173)
    • โšก๏ธ Update Italian locale (it) (#727) (5b53e98)
    • โšก๏ธ Update locale (fa) (#733) (9ad2e47)
    • โšก๏ธ Update locale (zh-cn) (#706) (e31e544)
    • โšก๏ธ Update locale (zh-cn) meridiem (#735) (15d1b81)
    • โšก๏ธ Update LocaleData plugin to support dayjs().longDateFormat() (#734) (aa0f210), closes #680
    • โšก๏ธ Update Mongolian (mn) locale relativeTime (#753) (6d51435)
    • โšก๏ธ Update Swedish locale (sv) fix ordinal error (#745) (49670d5), closes #743
  • v1.8.17 Changes

    November 06, 2019

    1.8.17 (2019-11-06)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix set utcOffset in utc mode (d148115)
    • โšก๏ธ Update advancedFormat plugin to support w ww wo week tokens โ€ฆ (#678) (26cfa63), closes #676
    • โšก๏ธ Update ka locale weekdays (f8ca3d4)
    • โšก๏ธ Update nb locale (#679) (1063b0e)
    • ๐Ÿ’… Update Polish locale (pl)(#713) (30d2f02)
    • โšก๏ธ Update Ukrainian locale (uk) (#710) (360161c)
    • ๐Ÿ”Œ UTC plugin set utcOffset value (#668) (8877883)
  • v1.8.16 Changes

    August 27, 2019

    1.8.16 (2019-08-27)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix relativeTime Plugin .FromNow() result error in UTC mode (a385d5c)
    • ๐Ÿ”Œ Handle locale in WeekOfYear plugin (#658) (0e45b0a)
    • ๐Ÿ”Œ LocaleData plugin returns all months and weekdays data when pas no argument (#645) (95e70b4)
    • Return null in toJSON if not valid (#633) (19affc8)
    • โšก๏ธ Update Danish (da) locale (#626) (ac2ec77)
    • โšก๏ธ Update Korean locale meridiem (#642) (b457146)
    • โšก๏ธ update Occitan locale Catalan locale (#630) (fef135e)
    • โšก๏ธ update pt-br locale (#628) (ccf596d)
    • โšก๏ธ Update weekdaysShort to some locale files (#643) (cc1f15f)
  • v1.8.15 Changes

    July 08, 2019

    1.8.15 (2019-07-08)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix dayjs.locale() returns current global locale (#602) (790cd1a)
    • ๐Ÿ›  Fix incorrect Thai locale translation of July (#607) (43cbfd3)
    • Lowercase french locale months and weekdays (#615) (e5a257c)
    • Type - Export Ls object to query all available locales (#623) (f6bfae0)
    • โšก๏ธ Update nb (Norsk Bokmรฅl) locale (#604) (907f5c9)
    • โšก๏ธ Update types of .diff API (#617) (f0f43d2)
  • v1.8.14 Changes

    May 07, 2019

    1.8.14 (2019-05-07)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix .format API returns UTC offset when value is 0 bug (b254964)
    • ๐Ÿ›  Fix QuarterOfYear plugin bug (#591) (434f774)
    • ๐Ÿ›  Fix UTC plugin add day DST bug (#590) (86cd839)
  • v1.8.13 Changes

    April 26, 2019

    1.8.13 (2019-04-26)

    ๐Ÿ› Bug Fixes

    • โž• Add missing relativeTime and formats for some locales (#560) (96b917e)
    • โž• Add weekday (locale aware day of the week) plugin (#569) (9007cc5), closes #559
    • ๐Ÿ‘ Allow customizing "am" / "pm" strings with locale meridiem function (#580) (576e93e), closes #578
    • ๐Ÿ›  Fix .add day/week decimal rouding bug (800f6c9)
    • ๐Ÿ›  Fix .diff type definition error (#565) (c4921ae), closes #561
    • ๐Ÿ›  Fix CustomParseFormat plugin bug (#568) (1f5a9db), closes #555
    • ๐Ÿ›  Fix relativeTime plugin Math.round bug (40bea40)
    • ๐Ÿ”Œ skip square brackets in buddhistEra, advancedFormat plugins (#556) (9279718), closes #554
    • โšก๏ธ Update Indonesian locale(#574) (0aa7143)
    • โšก๏ธ Update locale month to support both array and function (#581) (b6599d3)
    • โšก๏ธ Update LocalizedFormat plugin lowercase formats logic (#557) (d409304)
  • v1.8.12 Changes

    April 02, 2019

    1.8.12 (2019-04-02)

    ๐Ÿ› Bug Fixes

    • โž• Add .get API (7318797)
    • โž• Add 79 locales (#541) (f75a125)
    • โž• Add Calendar plugin (d1b9cf9)
    • โž• Add isoWeeksInYear plugin (2db8631)
    • โž• Add Occitan (oc-lnc) locale file (#551) (c30b715)
    • โž• Add plugin minMax to sopport .max .min (2870a23)
    • ๐Ÿ›  Fix set Month Year error in last day of the month (d058f4a)
    • โšก๏ธ Update ko locale weekdaysShort (#543) (317fd3e)
    • โšก๏ธ Update localizedFormat plugin to support lowercase localizable formats (l, ll, lll, llll) (#546) (f2b5ebf)
  • v1.8.11 Changes

    March 21, 2019

    1.8.11 (2019-03-21)

    ๐Ÿ› Bug Fixes

    • โž• Add .add('quarter') .startOf('quarter') through plugin quarterOfYear (dde39e9), closes #537 #531
    • โž• Add locale support for Azerbaijani language (az) (#535) (eeb20fa)
    • Correct typescript definition add (22a249c), closes #531
    • ๐Ÿ›  Fix CustomParseFormat plugin formatting bug (#536) (8578546), closes #533
    • โšก๏ธ Update pt locale (#538) (1ac9e1e)