gen@2.1.0-beta.2
This commit is contained in:
parent
d25e84637e
commit
4cdded0d87
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# 2.1.0-beta.2
|
||||||
|
* Support for custom SQL expressions.
|
||||||
|
|
||||||
# 2.1.0-beta.1
|
# 2.1.0-beta.1
|
||||||
* `OrmBuildContext` caching is now local to a `Builder`, so `watch`
|
* `OrmBuildContext` caching is now local to a `Builder`, so `watch`
|
||||||
*should* finally always run when required. Should resolve
|
*should* finally always run when required. Should resolve
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_orm_generator
|
name: angel_orm_generator
|
||||||
version: 2.1.0-beta.1
|
version: 2.1.0-beta.2
|
||||||
description: Code generators for Angel's ORM. Generates query builder classes.
|
description: Code generators for Angel's ORM. Generates query builder classes.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/orm
|
homepage: https://github.com/angel-dart/orm
|
||||||
|
|
Loading…
Reference in a new issue