CHANGELOG for angel_orm_generator@1.0.0-alpha+3

This commit is contained in:
thosakwe 2017-08-01 01:47:25 -04:00
parent 62a4c15a2b
commit f9de817e40

View file

@ -1,3 +1,7 @@
# 1.0.0-alpha+3
Implemented `@hasOne`, with tests. Still missing `@hasMany`.
`belongsToMany` will likely be scrapped.
# 1.0.0-alpha+2
* Added support for `belongsTo` relationships. Still missing `hasOne`, `hasMany`, `belongsToMany`.