angel_orm -> 2.0.0-dev.23
This commit is contained in:
parent
78cd1086c9
commit
cbc6c4bb31
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# 2.0.0-dev.23
|
||||||
|
* Add `@ManyToMany` annotation, which builds many-to-many relations.
|
||||||
|
|
||||||
# 2.0.0-dev.22
|
# 2.0.0-dev.22
|
||||||
* `compileInsert` will explicitly never emit a key not belonging to the
|
* `compileInsert` will explicitly never emit a key not belonging to the
|
||||||
associated query.
|
associated query.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_orm
|
name: angel_orm
|
||||||
version: 2.0.0-dev.22
|
version: 2.0.0-dev.23
|
||||||
description: Runtime support for Angel's ORM. Includes base classes for queries.
|
description: Runtime support for Angel's ORM. Includes base classes for queries.
|
||||||
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