2018-12-31 12:22:05 +00:00
|
|
|
# 2.0.0-dev.2
|
|
|
|
* Changes to work with `package:angel_orm@2.0.0-dev.15`.
|
|
|
|
|
2018-12-09 17:44:16 +00:00
|
|
|
# 2.0.0-dev.1
|
|
|
|
* Generate migration files.
|
|
|
|
|
2018-12-08 23:15:36 +00:00
|
|
|
# 2.0.0-dev
|
|
|
|
* Dart 2 updates, and more.
|
|
|
|
|
2017-12-08 17:48:19 +00:00
|
|
|
# 1.0.0-alpha+6
|
|
|
|
* `DateTime` is now `CAST` on insertion and update operations.
|
|
|
|
|
2017-08-01 05:47:25 +00:00
|
|
|
# 1.0.0-alpha+3
|
|
|
|
Implemented `@hasOne`, with tests. Still missing `@hasMany`.
|
|
|
|
`belongsToMany` will likely be scrapped.
|
|
|
|
|
2017-07-15 15:11:57 +00:00
|
|
|
# 1.0.0-alpha+2
|
|
|
|
* Added support for `belongsTo` relationships. Still missing `hasOne`, `hasMany`, `belongsToMany`.
|
|
|
|
|
2017-07-14 23:03:39 +00:00
|
|
|
# 1.0.0-alpha+1
|
|
|
|
* Closed #12. `insertX` and `updateX` now use `rc.camelCase`, instead of `rc.snakeCase`.
|
|
|
|
* Closed #13. Added `limit` and `offset` properties to `XQuery`.
|
|
|
|
* 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`.
|