Skip to content

Tags: zongkelong/dayjs

Tags

v1.8.12

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

## [1.8.12](iamkun/dayjs@v1.8.11...v1.8.12) (2019-04-02)

### Bug Fixes

* Add .get API ([7318797](iamkun@7318797))
* Add 79 locales ([iamkun#541](iamkun#541)) ([f75a125](iamkun@f75a125))
* Add Calendar plugin ([d1b9cf9](iamkun@d1b9cf9))
* Add isoWeeksInYear plugin ([2db8631](iamkun@2db8631))
* Add Occitan (oc-lnc) locale file ([iamkun#551](iamkun#551)) ([c30b715](iamkun@c30b715))
* Add plugin minMax to sopport .max .min ([2870a23](iamkun@2870a23))
* Fix set Month Year error in last day of the month ([d058f4a](iamkun@d058f4a))
* Update ko locale weekdaysShort  ([iamkun#543](iamkun#543)) ([317fd3e](iamkun@317fd3e))
* Update localizedFormat plugin to support lowercase localizable formats (l, ll, lll, llll) ([iamkun#546](iamkun#546)) ([f2b5ebf](iamkun@f2b5ebf))

v1.8.11

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

## [1.8.11](iamkun/dayjs@v1.8.10...v1.8.11) (2019-03-21)

### Bug Fixes

* Add .add('quarter') .startOf('quarter') through plugin quarterOfYear ([dde39e9](iamkun@dde39e9)), closes [iamkun#537](iamkun#537) [iamkun#531](iamkun#531)
* Add locale support for Azerbaijani language (az) ([iamkun#535](iamkun#535)) ([eeb20fa](iamkun@eeb20fa))
* Correct typescript definition `add` ([22a249c](iamkun@22a249c)), closes [iamkun#531](iamkun#531)
* Fix CustomParseFormat plugin formatting bug ([iamkun#536](iamkun#536)) ([8578546](iamkun@8578546)), closes [iamkun#533](iamkun#533)
* Update pt locale ([iamkun#538](iamkun#538)) ([1ac9e1e](iamkun@1ac9e1e))

v1.8.10

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

## [1.8.10](iamkun/dayjs@v1.8.9...v1.8.10) (2019-03-10)

### Bug Fixes

* **locale:** Add nepali (ne) locale ([iamkun#524](iamkun#524)) ([bdbec01](iamkun@bdbec01))
* Add WeekYear plugin ([a892608](iamkun@a892608))
* API .locale() with no argument should return current locale name string ([8d63d88](iamkun@8d63d88))
* CustomParseFormat correct parse HH:mm:ss with only one digit like 0:12:10 ([600d547](iamkun@600d547))
* CustomParseFormat plugin parse Do format string ([bf27fda](iamkun@bf27fda)), closes [iamkun#522](iamkun#522)
* Expand setters like .year(2000) .hour(12) ([ac532a0](iamkun@ac532a0))
* Move toObject, toArray API to separate plugin from core ([40a3431](iamkun@40a3431))

v1.8.9

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

## [1.8.9](iamkun/dayjs@v1.8.8...v1.8.9) (2019-03-06)

### Bug Fixes

* Add de-AT locale ([iamkun#515](iamkun#515)) ([d93f7b6](iamkun@d93f7b6))
* Add UTC mode with UTC plugin ([iamkun#517](iamkun#517)) ([caf335c](iamkun@caf335c))
* Adding locale zh-hk ([iamkun#516](iamkun#516)) ([5fc05a6](iamkun@5fc05a6))

v1.8.8

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

## [1.8.8](iamkun/dayjs@v1.8.7...v1.8.8) (2019-02-25)

### Bug Fixes

* Update relativeTime plugin type definition ([de56f2c](iamkun@de56f2c))

v1.8.7

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

## [1.8.7](iamkun/dayjs@v1.8.6...v1.8.7) (2019-02-24)

### Bug Fixes

* Add plugin type definitions ([iamkun#418](iamkun#418)) ([361d437](iamkun@361d437))
* Add Swahili locale ([iamkun#508](iamkun#508)) ([b9cee84](iamkun@b9cee84))
* Parse month string 'MMMM MMM (February, Feb)' in customParseFormat ([iamkun#457](iamkun#457)) ([f343206](iamkun@f343206))
* Update declaration file .diff .isBefore .isSame .isAfter ([iamkun#496](iamkun#496)) ([4523275](iamkun@4523275))
* Word orders corrections for locale 'fa' ([iamkun#491](iamkun#491)) ([56050c2](iamkun@56050c2))

v1.8.6

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

## [1.8.6](iamkun/dayjs@v1.8.5...v1.8.6) (2019-02-14)

### Bug Fixes

* Add Bahasa Melayu (Malaysia) locale ([iamkun#485](iamkun#485)) ([cb208b0](iamkun@cb208b0))
* Copy & export built-in en locale to /locale folder as a separate file ([a7e05e0](iamkun@a7e05e0))
* Fix bug in customParseFormat plugin while month(MM) is '01' ([9884ca5](iamkun@9884ca5)), closes [iamkun#494](iamkun#494)
* Fix commonJS require ES Module bug in webpack4 ([23f9f3d](iamkun@23f9f3d))
* Fix startOf week bug while week start is not Sunday ([5eaf77b](iamkun@5eaf77b))
* Implemented isBetween inclusivity ([iamkun#464](iamkun#464)) ([af2f4f1](iamkun@af2f4f1))
* Update Swedish and Finnish locales ([iamkun#488](iamkun#488)) ([f142082](iamkun@f142082))

v1.8.5

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

## [1.8.5](iamkun/dayjs@v1.8.4...v1.8.5) (2019-02-07)

### Bug Fixes

* Add en-gb locale ([iamkun#478](iamkun#478)) ([508c3a7](iamkun@508c3a7))
* **module:** transpile everything except ES6 modules in the 'module' entrypoint ([iamkun#477](iamkun#477)) ([iamkun#480](iamkun#480)) ([iamkun#482](iamkun#482)) ([767017d](iamkun@767017d))
* update customParseFormat plugin support hh:mm ([54947cc](iamkun@54947cc)), closes [iamkun#484](iamkun#484)
* Update module in package.json ([5c5a7a0](iamkun@5c5a7a0))

v1.8.4

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

## [1.8.4](iamkun/dayjs@v1.8.3...v1.8.4) (2019-02-05)

### Bug Fixes

* Allow set start day of week in locale && Allow set week in weekOfYear plugin ([1295591](iamkun@1295591))
* Revert default export ([b00da1b](iamkun@b00da1b))
* update all locale files with correct week start ([5b03412](iamkun@5b03412))
* update es es-do locale adding weekStart && update weekStart test ([66e42ec](iamkun@66e42ec))

v1.8.3

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

## [1.8.3](iamkun/dayjs@v1.8.2...v1.8.3) (2019-02-04)

### Bug Fixes

* fix ios safari YYYY-MM-DD HH:mm parse BUG ([e02ae82](iamkun@e02ae82)), closes [iamkun#254](iamkun#254)