-
Notifications
You must be signed in to change notification settings - Fork 915
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
refactor(experimental): rename mapCodec to transformCodec #2434
Conversation
🦋 Changeset detectedLatest commit: 6258291 The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @lorisleiva and the rest of your teammates on Graphite |
4bff556
to
fcd5901
Compare
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.
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.
Ahh lame that your Git diff looks like this.
e345282
to
279dc22
Compare
fcd5901
to
375e64b
Compare
279dc22
to
86411fd
Compare
375e64b
to
1170151
Compare
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.
Nice, agree that this is clearer!
Merge activity
|
86411fd
to
0c939af
Compare
1170151
to
6258291
Compare
🎉 This PR is included in version 1.91.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
Currently we have the following codec functions:
Whilst they do completely different things, their names are too close to each other.
This PR fixes this by renaming
mapCodec
totransformCodec
— i.e./map(Encoder|Decoder|Codec)/transform$1/g
.