Upgraded package model
This commit is contained in:
parent
cac3512416
commit
fb00912c5f
4 changed files with 17 additions and 10 deletions
|
@ -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
|
# 2.2.0
|
||||||
* Changed Dart SDK requirements for all packages to ">=2.10.0 <2.12.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
|
* Upgraded 3rd party libraries to the latest version prior to dart 2.12
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_http_exception
|
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.
|
description: Exception class that can be serialized to JSON and serialized to clients.
|
||||||
#author: Tobe O <thosakwe@gmail.com>
|
#author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/dukefirehawk/angel/packages/http_exception
|
homepage: https://github.com/dukefirehawk/angel/packages/http_exception
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name: angel_model
|
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.
|
description: Angel's basic data model class, no longer with the added weight of the whole framework.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/model
|
homepage: https://github.com/angel-dart/model
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <2.12.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
pedantic: ^1.9.2
|
pedantic: ^1.11.0
|
||||||
|
|
|
@ -7,12 +7,12 @@ environment:
|
||||||
sdk: ">=2.10.0 <3.0.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
combinator: ^1.0.0
|
combinator: ^1.0.0
|
||||||
meta: ^1.0.0
|
#meta: ^1.0.0
|
||||||
path: ^1.0.0
|
#path: ^1.0.0
|
||||||
string_scanner: ^1.0.0
|
string_scanner: ^1.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^1.11.1
|
build_runner: ^1.11.5
|
||||||
build_web_compilers: ^2.12.2
|
build_web_compilers: ^2.16.4
|
||||||
http: ^0.13.0
|
http: ^0.13.0
|
||||||
pedantic: ^1.0.0
|
pedantic: ^1.11.0
|
||||||
test: ^1.15.7
|
test: ^1.16.5
|
Loading…
Reference in a new issue