Note: This release has breaking changes.
Breaking changes:
-
There has been a breaking change in the syntax for DuckPage
. There is no functionality difference.
-
DuckPage
no longer needs a name
parameter and the interface for DuckPage.createRoute
has changed, see #44 for a migration guide and reasoning.
-
FIX: link to custom pages. (ae2a8715)
-
FIX: typo. (5390c2bb)
-
BREAKING FIX: allow awaiting custom page navigation (#44). (96d9c459)
- FIX: generate documentation categories correctly. (174b9b27)
- FEAT: add library level comment. (8a6baa0c)
- FEAT: add support for extra documentation. (0b5befe1)
- FEAT: add support for NavigatorObservers (#35). (616aefbb)
- FIX: allow comparison of LocationStack. (a0f83e2f)
- FIX: router errors when restoring state (#41). (879a8863)
- DOCS: improve README to highlight philosophy. (6b871e00)
- FEAT: feat: add support for fire-and-forget deeplink handling (#32). (728a9a69)
Note: This release has breaking changes.
- BREAKING FEAT: remove need to specify onPopInvoked (#31). (dffbfc86). Please see the README for how to create custom pages.
Note: This release has breaking changes.
Note: This release has breaking changes.
- BREAKING FEAT: use Location Type for popUntil (#25). (ea2ff70d)
Note: This release has breaking changes.
- FIX: child back button dispatcher (#8). (a8cba916)
- FEAT: catch case where users pushes duplicate path (#9). (5a504661)
- FIX: add code highlighting to README. (071845a2)