Upgraded package model

This commit is contained in:
thomashii 2021-03-06 20:40:23 +08:00
parent cac3512416
commit fb00912c5f
4 changed files with 17 additions and 10 deletions

View file

@ -1,3 +1,10 @@
# 2.3.0
* Upgrade angel_http_exception to 1.3.0
* Upgrade angel_cli to 2.3.0. Rename not working.
* Upgrade angel_route to 3.3.0
* Upgrade angel_model to 1.3.0
# 2.2.0
* Changed Dart SDK requirements for all packages to ">=2.10.0 <2.12.0"
* Upgraded 3rd party libraries to the latest version prior to dart 2.12

View file

@ -1,5 +1,5 @@
name: angel_http_exception
version: 2.3.0
version: 1.3.0
description: Exception class that can be serialized to JSON and serialized to clients.
#author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/dukefirehawk/angel/packages/http_exception

View file

@ -1,9 +1,9 @@
name: angel_model
version: 1.0.3
version: 1.3.0
description: Angel's basic data model class, no longer with the added weight of the whole framework.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/model
environment:
sdk: ">=2.10.0 <2.12.0"
sdk: ">=2.10.0 <3.0.0"
dev_dependencies:
pedantic: ^1.9.2
pedantic: ^1.11.0

View file

@ -7,12 +7,12 @@ environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
combinator: ^1.0.0
meta: ^1.0.0
path: ^1.0.0
#meta: ^1.0.0
#path: ^1.0.0
string_scanner: ^1.0.0
dev_dependencies:
build_runner: ^1.11.1
build_web_compilers: ^2.12.2
build_runner: ^1.11.5
build_web_compilers: ^2.16.4
http: ^0.13.0
pedantic: ^1.0.0
test: ^1.15.7
pedantic: ^1.11.0
test: ^1.16.5