Skip to content

Tags: philedius/dayjs

Tags

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)

v1.8.2

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

## [1.8.2](iamkun/dayjs@v1.8.1...v1.8.2) (2019-02-02)

### Bug Fixes

*  Add missing czech language locale ([iamkun#461](iamkun#461)) ([7e04004](iamkun@7e04004))
* add deltaZone in the equation when calculating diff and added utcOffset api method ([iamkun#453](iamkun#453)) ([ce2e30e](iamkun@ce2e30e))
* fix it locale error ([iamkun#458](iamkun#458)) ([f6d9a64](iamkun@f6d9a64))

v1.8.1

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

## [1.8.1](iamkun/dayjs@v1.8.0...v1.8.1) (2019-02-02)

### Performance Improvements

* **format:** reuse matches instead of created when replacing ([iamkun#441](iamkun#441)) ([10b79d8](iamkun@10b79d8))