-
-
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
[d.ts] first parameter date is optional in isSame(), isBefore(), isAfter() #2272
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2272 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 183 183
Lines 2111 2111
Branches 555 554 -1
=========================================
Hits 2111 2111
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
thanks |
## [1.11.8](v1.11.7...v1.11.8) (2023-06-02) ### Bug Fixes * .format add padding to 'YYYY' ([#2231](#2231)) ([00c223b](00c223b)) * Added .valueOf method to Duration class ([#2226](#2226)) ([9b4fcfd](9b4fcfd)) * timezone type mark `date` parameter as optional ([#2222](#2222)) ([b87aa0e](b87aa0e)) * type file first parameter date is optional in isSame(), isBefore(), isAfter() ([#2272](#2272)) ([4d56f3e](4d56f3e))
🎉 This PR is included in version 1.11.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.11.8](iamkun/dayjs@v1.11.7...v1.11.8) (2023-06-02) ### Bug Fixes * .format add padding to 'YYYY' ([iamkun#2231](iamkun#2231)) ([00c223b](iamkun@00c223b)) * Added .valueOf method to Duration class ([iamkun#2226](iamkun#2226)) ([9b4fcfd](iamkun@9b4fcfd)) * timezone type mark `date` parameter as optional ([iamkun#2222](iamkun#2222)) ([b87aa0e](iamkun@b87aa0e)) * type file first parameter date is optional in isSame(), isBefore(), isAfter() ([iamkun#2272](iamkun#2272)) ([4d56f3e](iamkun@4d56f3e))
I don't know why this PR #1929 closed,
But it is quite useful to use
birthday.isBefore()
with no params in typescript.