Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🔖 bumped router version to 0.2.0-dev.1
  • Loading branch information
sarbagyastha committed Nov 2, 2022
commit 43f00b60549af38df7e6db3a1e34eb0582384a76
7 changes: 7 additions & 0 deletions packages/clean_framework_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 0.2.0-dev.1
**Nov 2, 2022 (Breaking)**
- Upgraded to `go_router` v5.
- `AppRouter` is now abstract, in order to make it extensible.
- Routes now need to be enum mixed with `RoutesMixin`.
- Added `AppRouterScope`.

## 0.2.0-dev.0
**Nov 1, 2022**
- Upgraded to `clean_framework: ^2.0.0-dev.0`.
Expand Down
2 changes: 1 addition & 1 deletion packages/clean_framework_router/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clean_framework_router
description: A wrapper around go_router to make it easier to use with clean_framework.
version: 0.2.0-dev.0
version: 0.2.0-dev.1
homepage: https://acmesoftware.com/
repository: https://github.com/MattHamburger/clean_framework/packages/clean_framework_router

Expand Down