Merge pull request #8 from dukefirehawk/angel3

Updated route dependencies
This commit is contained in:
Thomas Hii 2021-09-26 15:23:38 +08:00 committed by GitHub
commit 0d4c3e0f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'
dependencies: dependencies:
angel3_container: ^3.0.0 angel3_container: ^3.1.0
angel3_http_exception: ^3.0.0 angel3_http_exception: ^3.0.0
angel3_model: ^3.0.0 angel3_model: ^3.1.0
angel3_route: ^5.1.0 angel3_route: ^5.2.0
angel3_mock_request: ^2.0.0 angel3_mock_request: ^2.0.0
belatuk_merge_map: ^3.0.0 belatuk_merge_map: ^3.0.0
belatuk_combinator: ^3.0.0 belatuk_combinator: ^3.0.0
belatuk_http_server: ^2.0.0 belatuk_http_server: ^2.1.0
charcode: ^1.2.0 charcode: ^1.2.0
file: ^6.1.0 file: ^6.1.0
http_parser: ^4.0.0 http_parser: ^4.0.0
@ -35,6 +35,6 @@ dev_dependencies:
io: ^1.0.0 io: ^1.0.0
test: ^1.17.5 test: ^1.17.5
lints: ^1.0.0 lints: ^1.0.0
#dependency_overrides: dependency_overrides:
# angel3_route: angel3_route:
# path: ../route path: ../route

View file

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

View file

@ -1,5 +1,5 @@
name: angel3_route 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. 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/ 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
@ -10,8 +10,8 @@ dependencies:
string_scanner: ^1.1.0 string_scanner: ^1.1.0
path: ^1.8.0 path: ^1.8.0
dev_dependencies: dev_dependencies:
build_runner: ^1.12.2 build_runner: ^2.1.2
build_web_compilers: ^2.16.5 build_web_compilers: ^3.2.1
http: ^0.13.3 http: ^0.13.3
test: ^1.17.5 test: ^1.17.5
lints: ^1.0.0 lints: ^1.0.0