Skip to content

Releases: Kitura/Swift-Kuery-ORM

0.3.0

29 Jun 09:06
Compare
Choose a tag to compare
 Update Swift-Kuery dependency to 2.0.0 (#58)

0.2.0

11 Jun 12:47
7f3a95d
Compare
Choose a tag to compare
  • Adding Date functionality

0.1.1

01 Jun 16:03
Compare
Choose a tag to compare
  • Work around compiler crash with Swift 4.1

0.1.0

01 Jun 11:45
3c3f77d
Compare
Choose a tag to compare
  • Adds the new filtering functionalities from KituraContracts 1.0.0, such as:
    • GreaterThan, LowerThan , GreaterThanOrEqual, LowerThanOrEqual
    • InclusiveRange, ExclusiveRange
    • Ordering
    • Pagination
  • Prevent SQL Injections

0.0.6

01 May 14:14
72368ba
Compare
Choose a tag to compare
  • Add test for create & drop table (#25)
  • Refactoring the Model (#32)

0.0.5

20 Apr 10:38
Compare
Choose a tag to compare
  • Add UUID support

First Release

23 Feb 19:16
Compare
Choose a tag to compare
0.0.1

fix: Make database init public