-
Notifications
You must be signed in to change notification settings - Fork 66
Remove I prefixes before Transaction types #426
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
Remove I prefixes before Transaction types #426
Conversation
🦋 Changeset detectedLatest commit: d42093a The changes in this PR will be included in the next version bump. This PR includes changesets to release 40 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
BundleMonUnchanged files (127)
Total files change -2B 0% Final result: ✅ View report in BundleMon website ➡️ |
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.
Makes sense to me, and prefer not having the I anywhere
0825090
to
f33ef5d
Compare
9271fc2
to
c3c76e1
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.
c3c76e1
to
7f24670
Compare
f33ef5d
to
18f576a
Compare
Should I do this with the Since this whole thing is gonna bump to v3 anyway. |
7f24670
to
03ae199
Compare
18f576a
to
243b7f6
Compare
Renaming these types will force users and library authors to rename theirs too, and to force people who depend on them to use >3.0. If there's any time to do this, it's now before there's more code that depends on this, but we could also save people the trouble now. |
For sure. I was kind of hoping we'd wait until more of my refactoring PRs (there's a lot more to come after this in my quest to make room for instruction plans). Maybe it's time for a v3 feature branch? |
03ae199
to
ca4a84a
Compare
243b7f6
to
89bf30d
Compare
89bf30d
to
5aeb05a
Compare
897035d
to
37a3d5c
Compare
dbbc080
to
87bbf91
Compare
37a3d5c
to
dc7aa5e
Compare
87bbf91
to
4e54279
Compare
dc7aa5e
to
eea0da4
Compare
4e54279
to
a864afe
Compare
eea0da4
to
fb46a16
Compare
f3093e0
to
24b5bdc
Compare
fb46a16
to
2d27e4b
Compare
24b5bdc
to
f3093e0
Compare
b7703f6
to
d64f022
Compare
f3093e0
to
56aa6ee
Compare
56aa6ee
to
867e852
Compare
d64f022
to
4eb6899
Compare
Merge activity
|
4eb6899
to
d42093a
Compare
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. |
Most of the types in the
transactions
andtransaction-messages
are not prefixed by the letterI
apart from four of them. This PR makes them more consistent with the rest of the library by removing that prefix.