Skip to content

Releases: prantlf/dayjs

v2.2.0

17 Nov 22:01
Compare
Choose a tag to compare

2.2.0 (2018-11-17)

Features

  • Add time zone data module for years 1970-2038 (2e5ec2d)

v2.1.2

17 Nov 13:21
Compare
Choose a tag to compare

2.1.2 (2018-11-17)

Bug Fixes

  • Introduce a timeZone module allowing custom time zone data (b778a61)

v2.1.1

17 Nov 12:14
Compare
Choose a tag to compare

2.1.1 (2018-11-17)

Bug Fixes

  • Add new locales and timeZone plugin versions to the module file list (a84fbd4)

v2.1.0

17 Nov 11:13
Compare
Choose a tag to compare

2.1.0 (2018-11-17)

Bug Fixes

  • Merge new locales from the mainstream project (e1a0558)
  • Upgrade runtime and development dependencies (241488d)

Features

  • Include two versions of the timeZone plugin with limited data (022a45a)

v2.0.2

28 Oct 23:12
Compare
Choose a tag to compare

2.0.2 (2018-10-28)

Bug Fixes

  • Fix loading localization modules (31cb5a5)
  • Fix loading localization modules II (5c1b8d4)
  • Remove the reference to the earlier removed "ua" locale module. (d5ade02)

v2.0.1

28 Oct 15:42
Compare
Choose a tag to compare

2.0.1 (2018-10-28)

Bug Fixes

  • Remove support of the intermediate localization format (1e1c5f6)

v2.0.0

28 Oct 15:23
Compare
Choose a tag to compare

2.0.0 (2018-10-28)

Bug Fixes

  • Remove the locale "ua" and leave just "uk", which is correct according to ISO 639 (7917304)
  • Remove support of the intermediate localization format (1e1c5f6)

BREAKING CHANGES

  • The locale "ua" is not suported any more. Use the identifier "uk" for the Ukrainian language.
  • Only localization in the original format are upgraded. Localizations using three strings (m, mm, and mmm) were avaiolable only for a short time and have to upgraded manually.

v1.12.4

28 Oct 23:34
Compare
Choose a tag to compare

1.12.4 (2018-10-28)

Bug Fixes

  • Fix loading localization modules

v1.12.3

28 Oct 15:09
Compare
Choose a tag to compare

1.12.3 (2018-10-28)

Bug Fixes

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

v1.12.2

14 Oct 17:10
Compare
Choose a tag to compare

1.12.2 (2018-10-14)

Bug Fixes

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