-
Notifications
You must be signed in to change notification settings - Fork 80
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
Renamed Argument Labels #116
Renamed Argument Labels #116
Conversation
@TaeJoongYoon Thanks for contributing!
[Edit]: Looks like we have breaking changes planned for v0.7.0 anyways so no need to add deprecation markers. Sorry! |
@TaeJoongYoon Travis reports |
@mjarvis @DivineDominion |
@TaeJoongYoon There seems to be more typos :) The |
It would also be beneficial to add an entry to |
@DivineDominion I'm sorry.. test succeed. @mjarvis Do I add it? |
@TaeJoongYoon Great! Regarding the CHANGELOG: yes, please! For example: - Renamed argument labels for modern Swift conformance (#116) - @TaeJoongYoon Or whatever you find fitting. |
@DivineDominion I added it with comments! |
Codecov Report
@@ Coverage Diff @@
## master #116 +/- ##
======================================
Coverage 85.5% 85.5%
======================================
Files 5 5
Lines 200 200
======================================
Hits 171 171
Misses 29 29
Continue to review full report at Codecov.
|
Changelog.md
Outdated
@@ -5,6 +5,9 @@ | |||
|
|||
- Removes the compatibility of this with `ReSwift-Recorder`, which itself is being deprecated. | |||
- Ensures compatibility with latest versions of `ReSwift` which have removed these types. | |||
- Renamed argument labels for modern Swift conformance ([#116](<https://github.com/ReSwift/ReSwift-Router/pull/115>)) - @TaeJoongYoon |
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.
- Renamed argument labels for modern Swift conformance ([#116](<https://github.com/ReSwift/ReSwift-Router/pull/115>)) - @TaeJoongYoon | |
- Renamed argument labels for modern Swift conformance ([#116](<https://github.com/ReSwift/ReSwift-Router/pull/116>)) - @TaeJoongYoon |
(fixed the pull request number in the URL)
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.
My apology for the typo...
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.
Do I have to do anything extra?
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 don't see anything else. I'll merge it once this is fixed 👍
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.
Okay. I fixed it :)
@TaeJoongYoon Thanks a lot for contributing to ReSwift! We've invited you to join Generated by 🚫 dangerJS |
I edit functions in Router name and arguments according to API Design Guidelines