-
-
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
locally changing locale is immutable, docs update #182
Conversation
Codecov Report
@@ Coverage Diff @@
## master #182 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 11 11
Lines 275 275
Branches 48 47 -1
=====================================
Hits 275 275
Continue to review full report at Codecov.
|
Hi, @ohbarye @ludvon In order to keep the same behavior with other APIs, I've changed And also updated one line of the English doc like this: Changing locales locally
- Returns a new Dayjs object by switching to new locale. For less confusion, would you please update your Docs if you have some free time? Cheers. |
🎉 This PR is included in version 1.6.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
to reflect this change: iamkun#182 (comment)
@iamkun The wording in my translation already implied it was immutable, so I don't need to change it. |
@ludvon great! |
<a name="1.6.3"></a> ## [1.6.3](iamkun/dayjs@v1.6.2...v1.6.3) (2018-05-21) ### Bug Fixes * Changing locales locally is immutable from this release ([2cce729](iamkun/dayjs@2cce729)), closes [#182](iamkun/dayjs#182) * instance locale change should be immutable ([84597c9](iamkun/dayjs@84597c9))
to reflect this change: iamkun/dayjs#182 (comment)
<a name="1.6.3"></a> ## [1.6.3](iamkun/dayjs@v1.6.2...v1.6.3) (2018-05-21) ### Bug Fixes * Changing locales locally is immutable from this release ([2cce729](iamkun/dayjs@2cce729)), closes [#182](iamkun/dayjs#182) * instance locale change should be immutable ([84597c9](iamkun/dayjs@84597c9))
to reflect this change: iamkun/dayjs#182 (comment)
<a name="1.6.3"></a> ## [1.6.3](iamkun/dayjs@v1.6.2...v1.6.3) (2018-05-21) ### Bug Fixes * Changing locales locally is immutable from this release ([2cce729](iamkun/dayjs@2cce729)), closes [#182](iamkun/dayjs#182) * instance locale change should be immutable ([84597c9](iamkun/dayjs@84597c9))
to reflect this change: iamkun/dayjs#182 (comment)
No description provided.