-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix objectSupport plugin to get the correct result (zero-based month) #1089
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1089 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 172 172
Lines 1546 1547 +1
Branches 328 328
=========================================
+ Hits 1546 1547 +1
Continue to review full report at Codecov.
|
This should be a breaking change, let make it from 1.8.x to 1.9.1 |
## [1.9.1](v1.9.0...v1.9.1) (2020-09-28) ### Bug Fixes * Fix objectSupport plugin to get the correct result (zero-based month) ([#1089](#1089)) ([f95ac15](f95ac15))
🎉 This PR is included in version 1.9.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.9.1](iamkun/dayjs@v1.9.0...v1.9.1) (2020-09-28) ### Bug Fixes * Fix objectSupport plugin to get the correct result (zero-based month) ([#1089](iamkun/dayjs#1089)) ([f95ac15](iamkun/dayjs@f95ac15))
## [1.9.1](iamkun/dayjs@v1.9.0...v1.9.1) (2020-09-28) ### Bug Fixes * Fix objectSupport plugin to get the correct result (zero-based month) ([#1089](iamkun/dayjs#1089)) ([f95ac15](iamkun/dayjs@f95ac15))
## [1.9.1](iamkun/dayjs@v1.9.0...v1.9.1) (2020-09-28) ### Bug Fixes * Fix objectSupport plugin to get the correct result (zero-based month) ([#1089](iamkun/dayjs#1089)) ([f95ac15](iamkun/dayjs@f95ac15))
dayjs({month: 1})
should return2020-02-01
instead if1970-01-01