Updated ORM

This commit is contained in:
thomashii 2022-06-16 10:14:17 +08:00
parent 6c51e7a231
commit a6681dbdab
4 changed files with 6 additions and 5 deletions

View file

@ -1,9 +1,9 @@
# Change Log
## 6.0.2
## 6.1.0
* Fixed issue #68: Support for non-nullable type
* Added `defaultValue` to Column
* Added `defaultValue` to `@Column` annotation
* Upgraded to `lints` 2.x.x
## 6.0.1

View file

@ -1,5 +1,5 @@
name: angel3_orm
version: 6.0.2
version: 6.1.0
description: Runtime support for Angel3 ORM. Includes base classes for queries.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm

View file

@ -1,9 +1,10 @@
# Change Log
## 6.1.1
## 6.2.0
* Fixed issue #68: Support for non-nullable type
* Upgraded to `lints` 2.x.x
* Generate default value based on `defaultValue` in the `@Column` annotation
## 6.1.0

View file

@ -1,5 +1,5 @@
name: angel3_orm_generator
version: 6.1.1
version: 6.2.0
description: Code generators for Angel3 ORM. Generates query builder classes.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/orm/angel_orm_generator