All Versions
93
Latest Version
Avg Release Cycle
85 days
Latest Release
14 days ago

Changelog History
Page 7

  • 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)
  • v1.8.10 Changes

    March 10, 2019

    1.8.10 (2019-03-10)

    ๐Ÿ› Bug Fixes

    • โž• Add nepali (ne) locale (#524) (bdbec01)
    • โž• Add WeekYear plugin (a892608)
    • API .locale() with no argument should return current locale name string (8d63d88)
    • ๐Ÿ“œ CustomParseFormat correct parse HH:mm:ss with only one digit like 0:12:10 (600d547)
    • ๐Ÿ”Œ CustomParseFormat plugin parse Do format string (bf27fda), closes #522
    • Expand setters like .year(2000) .hour(12) (ac532a0)
    • ๐Ÿšš Move toObject, toArray API to separate plugin from core (40a3431)
  • v1.8.9 Changes

    March 06, 2019

    ๐Ÿ”‹ Features

    • โž• Add UTC mode with UTC plugin (#517) (caf335c)

    ๐Ÿ”Œ > For plugin developers: Please note, we have changed the name of some method in Utils in order to reduce the file size. (#517) (detail)

    ๐Ÿ› Bug Fixes

  • v1.8.8 Changes

    February 25, 2019

    1.8.8 (2019-02-25)

    ๐Ÿ› Bug Fixes

    • โšก๏ธ Update relativeTime plugin type definition (de56f2c)
  • v1.8.7 Changes

    February 24, 2019

    1.8.7 (2019-02-24)

    ๐Ÿ› Bug Fixes

    • โž• Add plugin type definitions (#418) (361d437)
    • โž• Add Swahili locale (#508) (b9cee84)
    • ๐Ÿ“œ Parse month string 'MMMM MMM (February, Feb)' in customParseFormat (#457) (f343206)
    • โšก๏ธ Update declaration file .diff .isBefore .isSame .isAfter (#496) (4523275)
    • Word orders corrections for locale 'fa' (#491) (56050c2)
  • v1.8.6 Changes

    February 14, 2019

    ๐Ÿ› Bug Fixes

    • โž• Add Bahasa Melayu (Malaysia) locale (#485) (cb208b0)
    • Copy & export built-in en locale to /locale folder as a separate file (a7e05e0)
    • ๐Ÿ›  Fix bug in customParseFormat plugin while month(MM) is '01' (9884ca5), closes #494
    • ๐Ÿ›  Fix startOf week bug while week start is not Sunday (5eaf77b)
    • Implemented isBetween inclusivity (#464) (af2f4f1)
    • โšก๏ธ Update Swedish and Finnish locales (#488) (f142082)
    • ๐Ÿ›  Fix commonJS require ES Module bug in webpack4 (23f9f3d), check #492

    Get access to ESM code with import dayjs from 'dayjs/esm'

  • v1.8.5 Changes

    February 07, 2019

    ๐Ÿ› Bug Fixes

    • โž• Add en-gb locale (#478) (508c3a7)
    • module: transpile everything except ES6 modules in the 'module' entrypoint (#477) (#480) (#482) (767017d)
    • โšก๏ธ update customParseFormat plugin support hh:mm (54947cc), closes #484
    • โšก๏ธ Update module in package.json (5c5a7a0)
  • v1.8.4 Changes

    February 05, 2019
    • ๐Ÿ‘ Allow set start day of week in locale && Allow set week in weekOfYear plugin (1295591) ### ๐Ÿ› Bug Fixes
    • โšก๏ธ update all locale files with correct week start (5b03412)
    • โšก๏ธ update es es-do locale adding weekStart && update weekStart test (66e42ec)
    • โช Revert default export (b00da1b)
  • v1.8.3 Changes

    February 04, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix ios safari YYYY-MM-DD HH:mm parse BUG (e02ae82), closes #254