Skip to content

Commit

Permalink
prepare release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tp committed Sep 4, 2024
1 parent 1bcf9fc commit 764f9cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.5

* Support hot reload for all built-in navigators
* Add `StatelessNavigator`, akin to `StatelessWidget` for when the child pages are determined just from the arguments
* Remove `MappedNavigatableSource`, as a stateful instance (unlike the managed `NavigatorState`) just seems to easy to use wrongly (not retaining the instance, and thus recreating it over and over)

## 0.0.4

* Add `StatefulNavigator`, akin to `StatefulWidget`
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.4"
version: "0.0.5"
flutter:
dependency: "direct main"
description: flutter
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: fdr
description: "Fully declarative routing for Flutter applications, as easy as `Widget.build`."
version: 0.0.4
version: 0.0.5
homepage: "https://github.com/relentless-works/fdr"
repository: "https://github.com/relentless-works/fdr"

Expand Down

0 comments on commit 764f9cd

Please sign in to comment.