2.2.0 (2018-11-17)
- Add time zone data module for years 1970-2038 (2e5ec2d)
2.1.2 (2018-11-17)
- Introduce a timeZone module allowing custom time zone data (b778a61)
2.1.1 (2018-11-17)
- Add new locales and timeZone plugin versions to the module file list (a84fbd4)
2.1.0 (2018-11-17)
- Merge new locales from the mainstream project (e1a0558)
- Upgrade runtime and development dependencies (241488d)
- Include two versions of the timeZone plugin with limited data (022a45a)
2.0.2 (2018-10-28)
- Fix loading localization modules (31cb5a5)
- Fix loading localization modules II (5c1b8d4)
- Remove the reference to the earlier removed "ua" locale module. (d5ade02)
2.0.1 (2018-10-28)
- Remove support of the intermediate localization format (1e1c5f6)
2.0.0 (2018-10-28)
- Remove the locale "ua" and leave just "uk", which is correct according to ISO 639 (7917304)
- The locale "ua" is not suported any more. Use the identifier "uk" for the Ukrainian language.
1.12.3 (2018-10-28)
- #386 - Added logic to return just 0 (1a09a57)
- Replace the internal logic for looking up the right plural form by using the fast-plural-rules NPM module (6253bcd)
1.12.2 (2018-10-14)
- Change the locale structure to support a special singular form (1bb9c6b)
- Correct upgrading from the improved locale format to the ultimate one (f39fb48)
- Update sk and ua locales to support the change in the locale format (386e641)
1.12.1 (2018-10-14)
- Correct upgrading from the improved locale format to the ultimate one (e1a290e)
1.12.0 (2018-10-14)
- Recognize localizable format L, LT and LTS in custom parse formats (881e66c)
1.11.2 (2018-10-13)
- Change the locale structure to support different plural rules and forms (4ae6724)
- Convert sk and ua locales to the new format (a0e42f9)
- Convert weekdays in ru and ua locales to lower-case (e9be3a0)
- Extend checks for invalid date string in CustomParseFormat (be71f6e)
1.11.1 (2018-09-29)
- Do not store the Date object instance passed to the dayjs function (08d518c)
1.11.0 (2018-09-27)
- add dayjs.unix: add dayjs.unix to parse timestamp in seconds && locale update (5711c5e)
- DST: fix daylight saving time DST bug && add test (#354) (6fca6d5)
- Retain UTC mode when constructing a new instance from another instance in UTC mode (beb80fc)
- Add static method dayjs.utc to help migration from Moment.js (e640b57)
1.10.4 (2018-09-26)
- Upgrade timezone-support (ccb7dad)
1.10.3 (2018-09-18)
- Move timezone-support to dependencies; the plugin does not bundle it (76144f2)
1.10.2 (2018-09-18)
- Add customParseFormat to npm package (15193ee)
1.10.1 (2018-09-15)
- typings: default export issue#277 (149d477)
- Do not clone the Date instance needlessly in toISOString (088cdc5)
1.10.0 (2018-09-14)
- CustomParseFormat - a plugin for the constructor to parse strings in custom formats (2158218)
1.9.0 (2018-09-13)
- Add Ukrainian (UA) locale (acd628c)
1.8.0 (2018-09-13)
- Introduce dayjs-ext - fork of days with extensions (4ab9f9a)
1.7.7 (2018-09-26)
1.7.6 (2018-09-25)
- add dayjs.unix: add dayjs.unix to parse timestamp in seconds && locale update (5711c5e)
1.7.5 (2018-08-10)
- add isBetween API & update (b5fc3d1)
1.7.4 (2018-07-11)
1.7.3 (2018-07-10)
- locale-nl: set correct weekdays and months (6d089d7)
1.7.2 (2018-07-04)
- DEPRECATED isLeapYear, use IsLeapYear plugin instead (e2e5116)
1.7.1 (2018-07-03)
- fix week() error near the end of the year (fa03689)
1.7.0 (2018-07-02)
- Added method
.week()
to retrieve week of the year (e1c1b1c) - Updated Japanese locae
1.6.10 (2018-06-25)
1.6.9 (2018-06-14)
- add isDayjs => boolean API (6227c8b)
1.6.8 (2018-06-14)
1.6.7 (2018-06-11)
1.6.6 (2018-06-06)
1.6.5 (2018-05-31)
1.6.4 (2018-05-25)
1.6.3 (2018-05-21)
- Changing locales locally is immutable from this release (2cce729), closes #182
- instance locale change should be immutable (84597c9)
- Add more locales
- english ordinal fix
1.6.2 (2018-05-18)
1.6.1 (2018-05-18)
- Add German, Brazilian Portuguese locales
- add() & parse() bug fix & add locale de, pt-br (bf1331e)