Releases: niaeashes/Echeveria
Releases · niaeashes/Echeveria
Release 0.1.5
- Provides
RoutingInfo
toNotFoundRoute
- Support hit testing and update README by @niaeashes in #21
Full Changelog: 0.1.4...0.1.5
Release 0.1.4
Implement route hit testing utility (#20)
Release 0.1.3
Supports relative path (#18)
Release 0.1.2
Add global view modifier with View.routing (#13)
Release 0.1.1
Support easy way binding with next path state and route view via navi…
Initial Release
Drop navigation system and use AnyView (#9) * Add discover transition * Add RouteView * Split route view file, and support not found route * use AnyView * Update README * Update example project