Releases: Kitura/Swift-Kuery-ORM
Releases · Kitura/Swift-Kuery-ORM
ORMDatabase is now a public type
1.0.1
Adding a public typealias for Database (#132)
Remove support for Swift 4.x; Add support for Swift 5.4
Update TravisCI removing Swift 4.x; update github org to Kitura (#134)
* Update TravisCI removing Swift 4.x; update github org to Kitura
* Update package dependencies
- Remove Swift 4.x package file
0.6.1
This release includes ci updates and bug fixes for:
- Prevent handling of empty array in QueryParams (#117)
- Support custom encoding formats for optional
Date
fields
0.6.0
This release includes:
- A fix for an error when using an array to filter with
QueryParams
#113
- Support for specifying an encoding format for any
Date
fields within a Model
. #110
0.5.1
This release fixes the following issues:
#100 - A database passed to a Model API would be ignored.
0.5.0
New features in this release:
- Add support for embedding auto-assigned IDs (#104)
Bug fixes:
- Prevent error when using camelCase properties (#93)
- Add missing case for decoding
UUID?
(#95)
- Prevent crash on current access to
TableInfo
(#101)
0.4.1
- fix: Make
Model.executeQuery
class functions public (#87)
0.4.0
This release updates the ORM to use SwiftKuery 3.0
The update includes breaking changes to the Database
class:
- The getConnection method is removed
ConnectionStrategy .generator
requires the generator function to execute a passed DatabseTask
on a connected connection whereas previously it would just need to return a connected Connection
.
0.3.1
Make fix for concurrent access to type info map avaialable.