Skip to content

Commit

Permalink
chore(release): 1.8.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.10](iamkun/dayjs@v1.8.9...v1.8.10) (2019-03-10)

### Bug Fixes

* **locale:** Add nepali (ne) locale ([#524](iamkun/dayjs#524)) ([bdbec01](iamkun/dayjs@bdbec01))
* Add WeekYear plugin ([a892608](iamkun/dayjs@a892608))
* API .locale() with no argument should return current locale name string ([8d63d88](iamkun/dayjs@8d63d88))
* CustomParseFormat correct parse HH:mm:ss with only one digit like 0:12:10 ([600d547](iamkun/dayjs@600d547))
* CustomParseFormat plugin parse Do format string ([bf27fda](iamkun/dayjs@bf27fda)), closes [#522](iamkun/dayjs#522)
* Expand setters like .year(2000) .hour(12) ([ac532a0](iamkun/dayjs@ac532a0))
* Move toObject, toArray API to separate plugin from core ([40a3431](iamkun/dayjs@40a3431))
  • Loading branch information
andrewhood125ruhuc committed Nov 10, 2026
1 parent 7ad9d9c commit cf4a392
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.8.10](https://github.com/iamkun/dayjs/compare/v1.8.9...v1.8.10) (2019-03-10)


### Bug Fixes

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

## [1.8.9](https://github.com/iamkun/dayjs/compare/v1.8.8...v1.8.9) (2019-03-06)


Expand Down

0 comments on commit cf4a392

Please sign in to comment.