analyzer range
This commit is contained in:
parent
ccf7505303
commit
117896874e
2 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
# 2.0.0+2
|
||||
* Widen `analyzer` dependency range.
|
||||
|
||||
# 2.0.0+1
|
||||
* Restore `build.yaml`, which at some point, got deleted.
|
||||
|
||||
|
@ -51,4 +54,4 @@ Implemented `@hasOne`, with tests. Still missing `@hasMany`.
|
|||
* Closed #14. Refined the `or` method (it now takes an `XQueryWhere`), and removed `and` and `not`.
|
||||
* Closed #16. Added `sortAscending` and `sortDescending` to `XQuery`.
|
||||
* Closed #17. `delete` now uses `toSql` from `XQuery`.
|
||||
* Closed #18. `XQuery` now supports `union` and `unionAll`.
|
||||
* Closed #18. `XQuery` now supports `union` and `unionAll`.
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
name: angel_orm_generator
|
||||
version: 2.0.0+1
|
||||
version: 2.0.0+2
|
||||
description: Code generators for Angel's ORM. Generates query builder classes.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/orm
|
||||
environment:
|
||||
sdk: ">=2.0.0-dev <3.0.0"
|
||||
dependencies:
|
||||
# analyzer: ">=0.27.1 <2.0.0"
|
||||
analyzer: ">=0.27.1 <0.35.0"
|
||||
analyzer: ">=0.27.1 <2.0.0"
|
||||
angel_model: ^1.0.0
|
||||
angel_serialize: ^2.0.0
|
||||
angel_orm: ^2.0.0-dev
|
||||
|
|
Loading…
Reference in a new issue