Skip to content

Commit

Permalink
Update version -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAschenbach committed Aug 29, 2022
1 parent df9eec4 commit 1dabfda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.0
* **BREAKING**: Navigation operations can now take arbitrary objects as arguments in addition to path arguments
* Path arguments are now accessed from `PathArguments.path`
* Fix: nested paths not interpolated using initial location when empty (particularly caused problems when initial location of nested navigators was set to '/')
* Improved error messages
* Formatting

# 0.2.1+3
* Fix static analysis

Expand Down Expand Up @@ -55,4 +62,4 @@
* Declaratively set navigator page stack with `open()` and `openNamed()`
* Sync current path with platform (e.g. browser URL)
* Push pages to top of page stack
* Attach pageless routes to top page
* Attach pageless routes to top page
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.1+3"
version: "1.0.0"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: advanced_navigator
description: Flutter's Navigator 2.0 as one easy-to-use widget with full page history manipulation operations, simplified pop event delegation and powerful nesting.
version: 0.2.1+3
version: 1.0.0
repository: https://github.com/LucasAschenbach/advanced_navigator

environment:
Expand Down

0 comments on commit 1dabfda

Please sign in to comment.