Updated route
This commit is contained in:
parent
2058e4b2f1
commit
193fa6c94a
3 changed files with 15 additions and 7 deletions
|
@ -3,6 +3,9 @@
|
||||||
## 8.0.0
|
## 8.0.0
|
||||||
|
|
||||||
* Require Dart >= 3.0
|
* Require Dart >= 3.0
|
||||||
|
* Upgraded: angel3_http_exception
|
||||||
|
* Upgraded: angel3_route
|
||||||
|
|
||||||
|
|
||||||
## 7.0.0
|
## 7.0.0
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 8.0.0
|
||||||
|
|
||||||
|
* Require Dart >= 3.0
|
||||||
|
* Breaking: Updated `build_web_compilers` to 4.0.0
|
||||||
|
|
||||||
## 7.0.0
|
## 7.0.0
|
||||||
|
|
||||||
* Require Dart >= 2.17
|
* Require Dart >= 2.17
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
name: angel3_route
|
name: angel3_route
|
||||||
version: 7.0.0
|
version: 8.0.0
|
||||||
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel3 framework, but can be used in Flutter and on the Web.
|
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel3 framework, but can be used in Flutter and on the Web.
|
||||||
homepage: https://angel3-framework.web.app/
|
homepage: https://angel3-framework.web.app/
|
||||||
repository: https://github.com/dukefirehawk/angel/tree/master/packages/route
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/route
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
belatuk_combinator: ^4.0.0
|
belatuk_combinator: ^5.0.0
|
||||||
string_scanner: ^1.1.0
|
string_scanner: ^1.2.0
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.1.2
|
build_runner: ^2.4.0
|
||||||
build_web_compilers: ^3.2.1
|
build_web_compilers: ^4.0.0
|
||||||
http: ^0.13.3
|
http: ^0.13.0
|
||||||
test: ^1.21.0
|
test: ^1.24.0
|
||||||
lints: ^2.0.0
|
lints: ^2.0.0
|
||||||
|
|
Loading…
Reference in a new issue