Releases: vapor-community/fluent-provider
Releases · vapor-community/fluent-provider
Fluent Provider 1.3.0
New:
skipPreparations
flag inConfig/fluent.json
can be used to skip preparations in addition to settingnull
migration entity name.
Fluent Provider 1.2.0
Fluent Provider 1.1.1
Fluent Provider 1.1.0
New:
"log"
setting influent.json
for enabling/disabling query logging.- Preparations can be skipped by setting
"migrationEntityName": null
influent.json
Fixed:
- SQLite now prepends the working directory if the path does not begin with a
/
Fluent Provider 1.0
🎉
This is a new package designed to integrate fluent and vapor functionality!
Fluent Provider 1.0 Beta 14
Fixed:
- Parameterizable updates.
Fluent Provider 1.0 Beta 13
1.0.0-beta.13 string init fix
Fluent Provider 1.0 Beta 12
Fixed:
- Small fixes.
Fluent Provider 1.0 Beta 11
Fixed:
- Updated to new Vapor config.
Fluent Provider 1.0 Beta 9
New:
autoForeignKeys
configuration