This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
What's Changed
- Add more details to the README on getting started by @joemasilotti in #47
- Allow a preconfigured session to be handled by someone other than TurboNavigator by @olivaresf in #48
- Fix typo in "replace" code examples by @tapster in #52
- Use enum
VisitProposalResponse
to decide which view controller to display by @olivaresf in #51 - View controller visit proposal extensions by @olivaresf in #55
- Clean up demo project by @joemasilotti in #56
- Option to implement
sessionDidFinishRequest(_:)
by @joemasilotti in #59
New Contributors
- @olivaresf made their first contribution in #48
- @tapster made their first contribution in #52
Full Changelog: 0.2.0...0.3.0
Breaking changes
TurboNavigationDelegate.controller(_:forProposal:) -> UIViewController?
has been replaced withTurboNavigationDelegate.handle(proposal:) -> ProposalResult