angel_orm -> 2.0.0-dev.23

This commit is contained in:
Tobe O 2019-04-02 19:06:19 -04:00
parent 78cd1086c9
commit cbc6c4bb31
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# 2.0.0-dev.23
* Add `@ManyToMany` annotation, which builds many-to-many relations.
# 2.0.0-dev.22
* `compileInsert` will explicitly never emit a key not belonging to the
associated query.

View file

@ -1,5 +1,5 @@
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.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/orm