Skip to content

Releases: iamkun/dayjs

v1.8.8

25 Feb 04:04
Compare
Choose a tag to compare

1.8.8 (2019-02-25)

Bug Fixes

  • Update relativeTime plugin type definition (de56f2c)

v1.8.7

24 Feb 09:59
Compare
Choose a tag to compare

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

14 Feb 03:37
Compare
Choose a tag to compare

1.8.6 (2019-02-14)

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 commonJS require ES Module bug in webpack4 (23f9f3d)
  • Fix startOf week bug while week start is not Sunday (5eaf77b)
  • Implemented isBetween inclusivity (#464) (af2f4f1)
  • Update Swedish and Finnish locales (#488) (f142082)

v1.8.5

07 Feb 13:49
Compare
Choose a tag to compare

1.8.5 (2019-02-07)

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

05 Feb 14:29
Compare
Choose a tag to compare

1.8.4 (2019-02-05)

Bug Fixes

  • Allow set start day of week in locale && Allow set week in weekOfYear plugin (1295591)
  • Revert default export (b00da1b)
  • update all locale files with correct week start (5b03412)
  • update es es-do locale adding weekStart && update weekStart test (66e42ec)

v1.8.3

04 Feb 16:21
Compare
Choose a tag to compare

1.8.3 (2019-02-04)

Bug Fixes

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

v1.8.2

02 Feb 08:11
Compare
Choose a tag to compare

1.8.2 (2019-02-02)

Bug Fixes

  • Add missing czech language locale (#461) (7e04004)
  • add deltaZone in the equation when calculating diff and added utcOffset api method (#453) (ce2e30e)
  • fix it locale error (#458) (f6d9a64)

v1.8.1

02 Feb 07:59
Compare
Choose a tag to compare

1.8.1 (2019-02-02)

Performance Improvements

  • format: reuse matches instead of created when replacing (#441) (10b79d8)

v1.8.0

14 Jan 02:40
Compare
Choose a tag to compare

1.8.0 (2019-01-14)

Features

  • add CustomParseFormat plugin and QuarterOfYear plugin (#450) (8f6f63c)

v1.7.8

13 Dec 15:26
Compare
Choose a tag to compare

1.7.8 (2018-12-13)

Bug Fixes

  • update isSame isBefore isAfter (fd65464)