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

Changelog History
Page 3

  • v1.9.3 Changes

    October 13, 2020

    1.9.3 (2020-10-13)

    ๐Ÿ› Bug Fixes

  • v1.9.2 Changes

    October 13, 2020

    1.9.2 (2020-10-13)

    ๐Ÿ› Bug Fixes

    • โž• add arraySupport plugin (#1129) (be505c2)
    • ๐Ÿ”Œ export type of duration plugin (#1094) (2c92e71)
    • ๐Ÿ›  Fix LocaleData plugin longDateFormat lowercase error (#1101) (7937ccd)
    • ๐Ÿ›  Fix objectSupport plugin bug in UTC (#1107) (fe90bb6), closes #1105
    • ๐Ÿ›  fix Serbian locale grammar (sr, sr-cyrl) (#1108) (cc87eff)
    • ๐Ÿ›  Fix typo for "monday" in arabic (#1067) (2e1e426)
    • ๐Ÿ‘Œ support dayjs.add(Duration), dayjs.subtract(Duration) (#1099) (b1a0294)
    • โšก๏ธ update Breton [br] locale relativeTime config (#1103) (b038bfd)
    • โšก๏ธ update Catalan [ca] locale ordinal (73da380)
    • โšก๏ธ update German [de] locale relativeTime config (#1109) (f6e771b)
    • โšก๏ธ update localeData plugin to add longDateFormat to global localeData (#1106) (16937d1)
    • โšก๏ธ Update objectSupport plugin to return current date time while parsing empty object (f56783e)
  • v1.9.1 Changes

    September 28, 2020

    1.9.1 (2020-09-28)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix objectSupport plugin to get the correct result (zero-based month) (#1089) (f95ac15)
  • v1.9.0 Changes

    September 28, 2020

    1.9.0 (2020-09-28)

    ๐Ÿ› Bug Fixes

    • โž• Add setDefault typing to timezone.d.ts (#1057) (c0f0886)
    • ๐Ÿ›  fix DST bug in utc plugin (#1053) (3d73543)
    • ๐Ÿ›  Fix optional type for timezone plugin (#1081) (a6ebcf2), closes #1079
    • ๐Ÿ›  Fix timezone plugin conversion bug (#1073) (16816a3)
    • โšก๏ธ update duration plugin type file (#1065) (94af9af)
    • โšก๏ธ update timezone plugin to support getting offset name e.g. EST (#1069) (cbb755e)
    • โšก๏ธ update utc plugin to support keepLocalTime .utc(true) (#1080) (5ce4e0d)

    ๐Ÿ”‹ Features

  • v1.8.36 Changes

    September 17, 2020

    1.8.36 (2020-09-17)

    ๐Ÿ› Bug Fixes

    • โž• Add Amharic (am) locale (#1046) (cdc49a1)
    • ๐Ÿ”Œ Export Duration type in duration plugin (#1043) (0f20c3a)
    • ๐Ÿ›  Fix duration plugin parsing milliseconds bug (#1042) (fe2301b)
    • 0๏ธโƒฃ Timezone plugin set default timezone (#1033) (0c2050a)
    • โœ… Timezone plugin should have the same behavior in latest ICU version (#1032) (de31592)
    • โšก๏ธ Update Finnish (fi) locale (#963) (cf8b6a0)
    • ๐Ÿ’… Update Polish (pl) , Hungarian (hr) and Lithuanian (lt) localization (#1045) (638fd39)
  • v1.8.35 Changes

    September 02, 2020

    1.8.35 (2020-09-02)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix BadMutable plugin bug in .diff (#1023) (40ab6d9)
    • ๐Ÿ›  fix LocaleData plugin to support instance.weekdays() API (#1019) (a09d259), closes #1017
    • โšก๏ธ Update Dutch (nl) locale to set correct yearStart (1533a2c)
  • v1.8.34 Changes

    August 20, 2020

    1.8.34 (2020-08-20)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix Timezone plugin to preserve milliseconds while changing timezone (#1003) (5f446ed), closes #1002
    • ๐Ÿ‘Œ support parsing unlimited decimals of millisecond (#1010) (d1bdd36), closes #544
    • โšก๏ธ update Duration plugin to support global locale (#1008) (1c49c83), closes #1007
  • v1.8.33 Changes

    August 10, 2020

    1.8.33 (2020-08-10)

    ๐Ÿ› Bug Fixes

    • โž• Add PluralGetSet plugin for plural getters/setters (#996) (f76e3ce)
    • โž• Add typescript type defs in esm build (#985) (50e3b3c)
    • ๐Ÿ›  Fix isoWeek Plugin cal bug in UTC mode (#993) (f2e5f32)
    • ๐Ÿ›  Fix Timezone plugin parsing js date, Day.js object, timestamp bug && update type file (#994) (22f3d49), closes #992 #989
    • ๐Ÿ›  Fix Timezone plugin UTCOffset rounding bug (#987) (b07182b), closes #986
    • ๐Ÿ›  Fix UTC plugin bug while comparing an utc instance to a local one (#995) (747c0fb)
    • โšก๏ธ Update pt-br locale weekStart 0 (#984) (0f881c1)
  • v1.8.32 Changes

    August 04, 2020

    1.8.32 (2020-08-04)

    ๐Ÿ› Bug Fixes

    • โž• Add Experimental Timezone Plugin (#974) (e69caba)
    • ๐Ÿ›  fix parse date string error e.g. '2020/9/30' (#980) (231790d), closes #979
    • โšก๏ธ update monthDiff function to get more accurate results (19e8a7f)
    • โšก๏ธ Update UTC plugin to support keepLocalTime (#973) (9f488e5)
  • v1.8.31 Changes

    July 29, 2020

    1.8.31 (2020-07-29)

    ๐Ÿ› Bug Fixes

    • โช Rollback LocalePresetType to string (#968) (b342bd3)
    • โšก๏ธ Update Regex to parse 'YYYY' correctly (#969) (70c1239)