Merge pull request #23 from dukefirehawk/bug-fix/pr-21

Removed error field
This commit is contained in:
Thomas Hii 2021-12-10 13:19:44 +08:00 committed by GitHub
commit bc070ca798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Change Log
## 3.1.1
* Removed `error`
## 3.1.0
* Updated linter to `package:lints`

View file

@ -5,8 +5,6 @@ class Model {
/// A unique identifier corresponding to this item.
String? id;
String? error;
/// The time at which this item was created.
DateTime? createdAt;

View file

@ -1,5 +1,5 @@
name: angel3_model
version: 3.1.0
version: 3.1.1
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