Kitura CouchDB Versions Save

CouchDB adapter for Kitura

3.2.0

4 years ago
  • Update to Kitura-NIO 2.2.0 when building in KITURA_NIO mode
  • fix: Apply percent-encoding to + character in CouchDB request paths (#108)

3.1.1

5 years ago
  • Build in Swift 5 mode (#101)

3.1.0

5 years ago
  • Add decodeDocuments() to AllDatabaseDocuments (#97)

3.0.0

5 years ago

This is a major rework of KituraCouchDB API (#86). Instead of using SwiftyJSON objects to represent documents, you now define your document as a Document type which uses Codable. Database operations are then performed by passing instances of this type.

2.1.1

5 years ago
  • SwiftNIO support (#83): enable by setting the KITURA_NIO environment variable while building
    • for example: env KITURA_NIO=1 swift build

2.1.0

6 years ago
  • Update dependencies for Kitura 2.3, and support Swift 4.1 (#75)

2.0.0

6 years ago

Changes

  • Updates to latest Swift 4.0.2 dependencies

1.7.2

6 years ago

What's New

  • Add support for Swift 4

1.7.0

7 years ago

Tag for swift-3.1 release

1.6.1

7 years ago

Fix to compile on Swift-3.1. Still needs regression testing before 1.7 tag.