Releases: vapor/fluent
Releases · vapor/fluent
0.9
The great rename!
Better:
- better node transforming and extract support.
Fluent 0.8.1
Better:
- Node 0.3
Fluent 0.8
New:
- Relationships for foreign keys (has many, belongs to, many to many, etc)
hasPrefix
,hasSuffix
andcontains
filtersNode
used for seamless conversion from DB data to entities to JSON- Unions (SQL joins)
Fixed:
- Multiple filter support
Fluent 0.7.2
Fixed:
- Fixed the data clause of the SQL
UPDATE
syntax
Fluent 0.7.1
Fixed:
- Fixes a bug serializing SQL.
Fluent 0.7
Fluent 0.6
Better:
- Uses Open Swift 0.9
Fluent 0.5
New:
- Polymorphic
- StructuredData
Better:
- Snapshot 06-06
Fluent 0.3.1
Fixes an issue compiling on Linux for testing.
Fluent 0.3
Refactored to work with Mongo and SQLite.