wouter 0.4.8
wouter: ^0.4.8 copied to clipboard
Supercharge your routing with wouter, simple yet advanced and fully customizable routing package.
0.4.8 #
- Update: docs
- Update: dependencies
0.4.7 #
- Update: dependencies
- Add: popCount(int times)
0.4.6 #
- Update: dependencies
0.4.5 #
- Update: dependencies
0.4.4 #
- Fix: replace action
0.4.3 #
- Fix: pop action
0.4.2 #
- Fix: wouter route state
0.4.1 #
- Fix: duplicate route mount
0.4.0 #
- Fix: entries does not contain index in base navigator
0.3.9 #
- Fix: dispose of WouterStateStreamable
0.3.8 #
- Fix: didChangeDependencies of WouterStateStreamable
0.3.7 #
- Feature: parse route with context before setting path
- Feat: merge all WouterStateStreamable
0.3.6 #
- Feature: deep linking support for path only (removes host)
0.3.5 #
- Updated dependencies
0.3.4 #
- Feature: .# and .? support on build path (appending #... or ?... to the end of the route)
- Breaking: no longer throws on no match found for route
0.3.3 #
- Feature: replaceUntil action and ReplaceUntil widget
- Breaking: rename Redirect to Replace
0.3.2 #
- Fix: multiple mounting of same route
0.3.1 #
- Fix: set initial wouter state
0.3.0 #
- Feature: support for loop routing
0.2.8 #
- Feature: added WouterNavigator entryBuilder
0.2.7 #
- Removed: Unused fields
0.2.6 #
- Removed: Unused classes
0.2.5 #
- Fix: WouterListenable routing
0.2.4 #
- Feature: Added WouterListenable and WouterPage
0.2.3 #
- Fix: WouterTab added equals field
0.2.2 #
- Fix: Update navigation on routes keys change
0.2.1 #
- Breaking: renamed WouterActions to WouterAction
- Fix: Example
0.2.0 #
- Using provider
0.1.8 #
- Dependency update
0.1.7 #
- Dependency update
0.1.6 #
- Breaking: renamed route to path
- Breaking: removed buildRootPath from RoutingPolicy
- URLPolicy: add path groups
- Bug Fix: pushing relative path sometimes breaks
0.1.5 #
- Bug fix: navigator wont rebuild on routes change
- Docs misspelling
0.1.4 #
- Docs motivation fix
0.1.3 #
- Docs motivation fix
0.1.2 #
- Docs motivation added
0.1.1 #
- Docs update
0.1.0 Beta #
- initial beta release
0.0.6 Updated Example. #
0.0.5 Docs WIP. #
0.0.4 Introducing BaseWouterNavigator.builder. #
- WouterNavigator and WouterRow using builder
- added popUntil and popAndPush
- updated WouterRouteBuilder
0.0.3 Docs WIP. #
- added simple example
- added wildcard support (only at the end of the path)