Skip to content

Commit 2487f81

Browse files
committed
README updated
1 parent 141631f commit 2487f81

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313

1414

1515

16-
This is simple lib to work with CouchDB in Swift. You can use old version for Vapor 3 from vapor3 branch or using version < 1.0.0.
16+
This is simple lib to work with CouchDB in Swift.
17+
- Latest version is based on async/await and requires Swift 5.5 and newer.
18+
- Version 1.0.0 can be used with Vapor 4 without async/await. Swift 5.3 is required
19+
- You can use old version for Vapor 3 from vapor3 branch or using version < 1.0.0.
1720

1821
The only depndency for this lib is <a href="https://github.com/swift-server/async-http-client">async-http-client</a>
1922

@@ -27,7 +30,7 @@ Add to the `dependencies` value of your `Package.swift`.
2730

2831
```swift
2932
dependencies: [
30-
.package(url: "https://github.com/makoni/couchdb-vapor.git", from: "1.0.0"),
33+
.package(url: "https://github.com/makoni/couchdb-vapor.git", from: "1.1.0"),
3134
]
3235
```
3336

0 commit comments

Comments
 (0)