-
Notifications
You must be signed in to change notification settings - Fork 623
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
deprecation(semver): rename rangeFormat()
to formatRange()
#4090
Conversation
I don't see the reason of the deprecation. Is this discussed somewhere? |
Javascript generally has a verb-first convention for functions. It is highlighted in the #3948 (comment) description. |
Fair enough. |
…ichen/deno_std into semver_rename_range_format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a format_range_test.ts
file. Now, LGMT. Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
…and#4090) Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* initial commit * Update log/logger.ts Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> * replace WARNING with WARN * update * refactor(cli): make `Spinner` constructor options more readable (#4091) * initial commit * update * docs(testing): fix assertion deprecation notices (#4122) * refactor(assert): remove `void` return types (#4124) * fix(http): punt removal version of `unstable_cookie_map.ts` (#4125) * chore: ignore `/docs` in license checker tool (#4123) * deprecation(semver): rename `rangeFormat()` to `formatRange()` (#4090) Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> * refactor(archive): prepare for `noUncheckedIndexedAccess` (#4110) * refactor(archive): prepare for noUncheckedIndexedAccess * adjust test to handle new TarHeader requirements * revert WARNING --------- Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Simon Holloway <simon@syhol.io>
rangeFormat()
toformatRange()