Releases: vapor/fluent
Releases · vapor/fluent
Fluent 2.0 Alpha 13
Fixed:
- Delete queries no longer require an array response.
Fluent 2.0 Alpha 12
New:
- Entity's must now conform to
RowConvertible
. Identifier
type for ids.
Fluent 2.0 Alpha 11
Fluent 2.0 Alpha 10
Fluent 2.0 Alpha 9
Fluent 2.0 Alpha 8
Fluent 1.4.1
Fluent 2.0 Alpha 7
Fluent 2 Alpha 6
New:
- Improved
Join
key naming. - Database
log
property andLog
type for logging queries. Siblings
now has a third generic parameter for the through typeSiblings
now hasadd
,remove
, andisAttached
when the through type conforms toPivotProtocol
Fluent 2.0 Alpha 5
New:
- Operators
return try Child.query().filter(Parent.foreignIdKey == parentId)
Fixed:
- Compiler crash.