Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@joemasilotti joemasilotti released this 15 Oct 13:00
· 6 commits to main since this release
98700ea

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

Full Changelog: 0.2.0...0.3.0

Breaking changes

  • TurboNavigationDelegate.controller(_:forProposal:) -> UIViewController? has been replaced with TurboNavigationDelegate.handle(proposal:) -> ProposalResult