Skip to content

Conversation

@TaeJoongYoon
Copy link
Member

I edit functions in Router name and arguments according to API Design Guidelines

// From
routingActionsForTransitionFrom(_ oldRoute:,newRoute:)
// To
routingActionsForTransition(from oldRoute:,to newRoute:)

// From
routableIndexForRouteSegment(_ segment:)
// To
routableIndex(for segment:)

@DivineDominion
Copy link
Contributor

@TaeJoongYoon can you rebase/merge the current master into your fork so we have a common base?

@TaeJoongYoon
Copy link
Member Author

I'm so sorry.

I'm not good at git rebase so I deleted my PR repository.

I re-PR #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants