Updated Route

This commit is contained in:
thomashii 2021-09-26 15:21:38 +08:00
parent 26ddc9d39e
commit d7f41f1ab0
3 changed files with 15 additions and 10 deletions

View file

@ -6,14 +6,14 @@ repository: https://github.com/dukefirehawk/angel/tree/master/packages/framework
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
angel3_container: ^3.0.0
angel3_container: ^3.1.0
angel3_http_exception: ^3.0.0
angel3_model: ^3.0.0
angel3_route: ^5.1.0
angel3_model: ^3.1.0
angel3_route: ^5.2.0
angel3_mock_request: ^2.0.0
belatuk_merge_map: ^3.0.0
belatuk_combinator: ^3.0.0
belatuk_http_server: ^2.0.0
belatuk_http_server: ^2.1.0
charcode: ^1.2.0
file: ^6.1.0
http_parser: ^4.0.0
@ -35,6 +35,6 @@ dev_dependencies:
io: ^1.0.0
test: ^1.17.5
lints: ^1.0.0
#dependency_overrides:
# angel3_route:
# path: ../route
dependency_overrides:
angel3_route:
path: ../route

View file

@ -1,5 +1,10 @@
# Change Log
## 5.2.0
* Updated `package:build_runner`
* Updated `package:build_web_compiler`
## 5.1.0
* Updated to use `package:belatuk_combinator`

View file

@ -1,5 +1,5 @@
name: angel3_route
version: 5.1.0
version: 5.2.0
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel framework, but can be used in Flutter and on the Web.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/route
@ -10,8 +10,8 @@ dependencies:
string_scanner: ^1.1.0
path: ^1.8.0
dev_dependencies:
build_runner: ^1.12.2
build_web_compilers: ^2.16.5
build_runner: ^2.1.2
build_web_compilers: ^3.2.1
http: ^0.13.3
test: ^1.17.5
lints: ^1.0.0