Releases: makoni/couchdb-swift
Releases · makoni/couchdb-swift
1.2.1
1.2.0
- CouchDB password can be provided as an Environmental Variable if you don't want to include it in the source code.
- Added documentation with examples and tutorials.
- No need to provide
worker
param for each method. A new one will be created if value is nil. worker
param renamed toeventLoopGroup
to match NIO.get
request now takes query params as[URLQueryItem]
.- New methods to get using generic type that will parse JSON data for you.
- New methods to insert, update and delete data that accepts doc (check the documentation).
- Every CouchDB method has been documented and Xcode will show usage examples in autocomplete.
1.1.0
1.0.0
0.0.4
Fixes for public
0.0.3 public vars