Skip to content

Tags: prantlf/dayjs

Tags

v2.2.0

Toggle v2.2.0's commit message
chore(release): 2.2.0 [skip ci]

# [2.2.0](v2.1.2...v2.2.0) (2018-11-17)

### Features

* Add time zone data module for years 1970-2038 ([2e5ec2d](2e5ec2d))

v2.1.2

Toggle v2.1.2's commit message
chore(release): 2.1.2 [skip ci]

## [2.1.2](v2.1.1...v2.1.2) (2018-11-17)

### Bug Fixes

* Introduce a timeZone module allowing custom time zone data ([b778a61](b778a61))

v2.1.1

Toggle v2.1.1's commit message
chore(release): 2.1.1 [skip ci]

## [2.1.1](v2.1.0...v2.1.1) (2018-11-17)

### Bug Fixes

* Add new locales and timeZone plugin versions to the module file list ([a84fbd4](a84fbd4))

v2.1.0

Toggle v2.1.0's commit message
chore(release): 2.1.0 [skip ci]

# [2.1.0](v2.0.2...v2.1.0) (2018-11-17)

### Bug Fixes

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

### Features

* Include two versions of the timeZone plugin with limited data ([022a45a](022a45a))

v2.0.2

Toggle v2.0.2's commit message
chore(release): 2.0.2 [skip ci]

## [2.0.2](https://github.com/prantlf/dayjs.git/compare/v2.0.1...v2.0.2) (2018-10-28)

### Bug Fixes

* Fix loading localization modules ([31cb5a5](https://github.com/prantlf/dayjs.git/commit/31cb5a5))
* Fix loading localization modules II ([5c1b8d4](https://github.com/prantlf/dayjs.git/commit/5c1b8d4))
* Remove the reference to the earlier removed "ua" locale module. ([d5ade02](https://github.com/prantlf/dayjs.git/commit/d5ade02))

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1 [skip ci]

## [2.0.1](https://github.com/prantlf/dayjs.git/compare/v2.0.0...v2.0.1) (2018-10-28)

### Bug Fixes

* Remove support of the intermediate localization format ([1e1c5f6](https://github.com/prantlf/dayjs.git/commit/1e1c5f6))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](https://github.com/prantlf/dayjs.git/compare/v1.12.3...v2.0.0) (2018-10-28)

### Bug Fixes

* Remove the locale "ua" and leave just "uk", which is correct according to ISO 639 ([7917304](https://github.com/prantlf/dayjs.git/commit/7917304))

### BREAKING CHANGES

* The locale "ua" is not suported any more. Use the identifier "uk" for the Ukrainian language.

v1.12.4

Toggle v1.12.4's commit message
chore: Upgrade devlopment dependencies

v1.12.3

Toggle v1.12.3's commit message
chore(release): 1.12.3 [skip ci]

## [1.12.3](https://github.com/prantlf/dayjs.git/compare/v1.12.2...v1.12.3) (2018-10-28)

### Bug Fixes

* [iamkun#386](https://github.com/prantlf/dayjs.git/issues/386) - Added logic to return just 0 ([1a09a57](https://github.com/prantlf/dayjs.git/commit/1a09a57))
* Replace the internal logic for looking up the right plural form by using the fast-plural-rules NPM module ([6253bcd](https://github.com/prantlf/dayjs.git/commit/6253bcd))

v1.12.2

Toggle v1.12.2's commit message
chore(release): 1.12.2 [skip ci]

## [1.12.2](v1.12.1...v1.12.2) (2018-10-14)

### Bug Fixes

* Change the locale structure to support a special singular form ([1bb9c6b](1bb9c6b))
* Correct upgrading from the improved locale format to the ultimate one ([f39fb48](f39fb48))
* Update sk and ua locales to support the change in the locale format ([386e641](386e641))