Skip to content

Releases: prantlf/dayjs

v1.12.1

14 Oct 13:21
Compare
Choose a tag to compare

1.12.1 (2018-10-14)

WARNING: If you want to use the new localization format, upgrade to 1.12.2 or later.

Bug Fixes

  • Correct upgrading from the improved locale format to the ultimate one (e1a290e)

v1.12.0

14 Oct 11:34
Compare
Choose a tag to compare

1.12.0 (2018-10-14)

WARNING: If you want to use the new localization format, upgrade to 1.12.2 or later.

Features

  • Recognize localizable format L, LT and LTS in custom parse formats (881e66c)

v1.11.2

13 Oct 23:41
Compare
Choose a tag to compare

1.11.2 (2018-10-13)

WARNING: If you want to use the new localization format, upgrade to 1.12.2 or later.

Bug Fixes

  • 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)

v1.11.1

29 Sep 15:39
Compare
Choose a tag to compare

1.11.1 (2018-09-29)

Bug Fixes

  • Do not store the Date object instance passed to the dayjs function (08d518c)

v1.11.0

27 Sep 06:52
Compare
Choose a tag to compare

1.11.0 (2018-09-27)

Bug Fixes

  • 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)

Features

  • Add static method dayjs.utc to help migration from Moment.js (e640b57)

v1.10.4

26 Sep 22:21
Compare
Choose a tag to compare

1.10.4 (2018-09-26)

Bug Fixes

  • Upgrade timezone-support (ccb7dad)

v1.10.3

18 Sep 22:02
Compare
Choose a tag to compare

1.10.3 (2018-09-18)

Bug Fixes

  • Move timezone-support to dependencies; the plugin does not bundle it (76144f2)

v1.10.2

18 Sep 21:25
Compare
Choose a tag to compare

1.10.2 (2018-09-18)

Bug Fixes

  • Add customParseFormat to npm package (15193ee)

v1.10.1

15 Sep 15:49
Compare
Choose a tag to compare

1.10.1 (2018-09-15)

Bug Fixes

  • typings: default export issue#277 (149d477)
  • Do not clone the Date instance needlessly in toISOString (088cdc5)