Skip to content

Releases: Kitura/Swift-Kuery-ORM

ORMDatabase is now a public type

16 Apr 06:26
bce5e01
Compare
Choose a tag to compare
1.0.1

Adding a public typealias for Database (#132)

Remove support for Swift 4.x; Add support for Swift 5.4

24 Aug 00:12
d7ddad2
Compare
Choose a tag to compare
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

19 Aug 08:16
Compare
Choose a tag to compare

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

08 Jul 08:27
Compare
Choose a tag to compare

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.2

10 Apr 16:34
0eaac6f
Compare
Choose a tag to compare

Support Swift 5

0.5.1

21 Mar 14:23
ad45dcc
Compare
Choose a tag to compare

This release fixes the following issues:

#100 - A database passed to a Model API would be ignored.

0.5.0

20 Mar 09:32
Compare
Choose a tag to compare

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

09 Jan 10:47
Compare
Choose a tag to compare
  • fix: Make Model.executeQuery class functions public (#87)

0.4.0

03 Jan 15:11
a4a2112
Compare
Choose a tag to compare

This release updates the ORM to use SwiftKuery 3.0

The update includes breaking changes to the Database class:

  1. The getConnection method is removed
  2. 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

09 Aug 09:41
2723fe5
Compare
Choose a tag to compare

Make fix for concurrent access to type info map avaialable.