Upgraded model
This commit is contained in:
parent
9626cc93a4
commit
16bf2ddfc6
5 changed files with 12 additions and 5 deletions
|
@ -5,7 +5,10 @@
|
||||||
* Require Dart >= 3.0
|
* Require Dart >= 3.0
|
||||||
* Upgraded: angel3_http_exception
|
* Upgraded: angel3_http_exception
|
||||||
* Upgraded: angel3_route
|
* Upgraded: angel3_route
|
||||||
|
* Upgraded: angel3_model
|
||||||
|
* Upgraded: angel3_container
|
||||||
|
* Upgraded: angel3_container_generator
|
||||||
|
* Upgraded: angel3_mock_request
|
||||||
|
|
||||||
## 7.0.0
|
## 7.0.0
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,4 @@ repository: https://github.com/dukefirehawk/angel/tree/master/packages/http_exce
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
lints: ^2.0.0
|
lints: ^2.1.0
|
|
@ -1,5 +1,9 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 8.0.0
|
||||||
|
|
||||||
|
* Require Dart >= 3.0
|
||||||
|
|
||||||
## 7.1.0
|
## 7.1.0
|
||||||
|
|
||||||
* Return -1 instead of throwing exception when id is null
|
* Return -1 instead of throwing exception when id is null
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name: angel3_model
|
name: angel3_model
|
||||||
version: 7.1.0
|
version: 8.0.0
|
||||||
description: Angel3 basic data model class, no longer with the added weight of the whole framework.
|
description: Angel3 basic data model class, no longer with the added weight of the whole framework.
|
||||||
homepage: https://angel3-framework.web.app/
|
homepage: https://angel3-framework.web.app/
|
||||||
repository: https://github.com/dukefirehawk/angel/tree/master/packages/model
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/model
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
lints: ^2.0.0
|
lints: ^2.1.0
|
||||||
|
|
|
@ -14,4 +14,4 @@ dev_dependencies:
|
||||||
build_web_compilers: ^4.0.0
|
build_web_compilers: ^4.0.0
|
||||||
http: ^0.13.0
|
http: ^0.13.0
|
||||||
test: ^1.24.0
|
test: ^1.24.0
|
||||||
lints: ^2.0.0
|
lints: ^2.1.0
|
||||||
|
|
Loading…
Reference in a new issue