Skip to content

Commit 1dabfda

Browse files
Update version -> 1.0.0
1 parent df9eec4 commit 1dabfda

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.0
2+
* **BREAKING**: Navigation operations can now take arbitrary objects as arguments in addition to path arguments
3+
* Path arguments are now accessed from `PathArguments.path`
4+
* Fix: nested paths not interpolated using initial location when empty (particularly caused problems when initial location of nested navigators was set to '/')
5+
* Improved error messages
6+
* Formatting
7+
18
# 0.2.1+3
29
* Fix static analysis
310

@@ -55,4 +62,4 @@
5562
* Declaratively set navigator page stack with `open()` and `openNamed()`
5663
* Sync current path with platform (e.g. browser URL)
5764
* Push pages to top of page stack
58-
* Attach pageless routes to top page
65+
* Attach pageless routes to top page

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "0.2.1+3"
10+
version: "1.0.0"
1111
async:
1212
dependency: transitive
1313
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: advanced_navigator
22
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.
3-
version: 0.2.1+3
3+
version: 1.0.0
44
repository: https://github.com/LucasAschenbach/advanced_navigator
55

66
environment:

0 commit comments

Comments
 (0)