All Versions
81
Latest Version
Avg Release Cycle
30 days
Latest Release
958 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.8.10 Changes
March 10, 20191.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 -
v1.8.8 Changes
February 25, 2019 -
v1.8.7 Changes
February 24, 20191.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 -
v1.8.4 Changes
February 05, 2019 -
v1.8.3 Changes
February 04, 2019 -
v1.8.1 Changes
February 02, 2019โ Add LocalizedFormat plugin supplying format like LTS, LT, LLLL
โก๏ธ update declaration File with default export (#278)
From v1.8.1, in TypeScript Project, just
import from dayjs from 'dayjs'
โ add ES2015 module support (#451)
๐ Performance Improvements