Releases: frzi/swiftui-router
Releases · frzi/swiftui-router
1.0.0
Almost completely rewritten from scratch.
Changes from the top of my head:
Switch
renamed toSwitchRoutes
, to prevent conflict with SwiftUI'sSwitch
.Link
renamed toNavLink
, to prevent conflict with SwiftUI'sLink
.Redirect
renamed toNavigate
.- Renamed the
HistoryData
environment object toNavigator
. A better descriptive name. - Use an actual dictionary (
[String : String]
) to hold parameter values instead of the@ dynamicMemberLookup
object inRouteInformation
. - All paths are now relative.
- Added support for an extra step of parameter validation in
Route
. - Detailed documentation in the source code.
- Added tests.
0.1.3
0.1.2
0.1.1: Merge pull request #3 from itrack/master
Updated Package.swift