Upgraded model

This commit is contained in:
thomashii@dukefirehawk.com 2023-05-21 08:26:04 +08:00
parent 9626cc93a4
commit 16bf2ddfc6
5 changed files with 12 additions and 5 deletions

View file

@ -5,7 +5,10 @@
* Require Dart >= 3.0
* Upgraded: angel3_http_exception
* Upgraded: angel3_route
* Upgraded: angel3_model
* Upgraded: angel3_container
* Upgraded: angel3_container_generator
* Upgraded: angel3_mock_request
## 7.0.0

View file

@ -6,4 +6,4 @@ repository: https://github.com/dukefirehawk/angel/tree/master/packages/http_exce
environment:
sdk: '>=3.0.0 <4.0.0'
dev_dependencies:
lints: ^2.0.0
lints: ^2.1.0

View file

@ -1,5 +1,9 @@
# Change Log
## 8.0.0
* Require Dart >= 3.0
## 7.1.0
* Return -1 instead of throwing exception when id is null

View file

@ -1,9 +1,9 @@
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.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/model
environment:
sdk: '>=3.0.0 <4.0.0'
dev_dependencies:
lints: ^2.0.0
lints: ^2.1.0

View file

@ -14,4 +14,4 @@ dev_dependencies:
build_web_compilers: ^4.0.0
http: ^0.13.0
test: ^1.24.0
lints: ^2.0.0
lints: ^2.1.0