Arm1.ru

Swift CouchDB client 1.3.2

Swift CouchDB client

Recently there was a couple new releases of my Swift CouchDB library. Recent changes:

  • dateDecodingStrategy and dateEncodingStrategy can be passed as a param for get/update/insert methods.
  • Added a check if auth cookie expired.
  • Comparing set-cookie as lowercased in the response header.
  • Added new methods to use _find API method that allows to find documents using a declarative JSON querying syntax
  • Fixed when update method didn’t use dateEncodingStrategy param.

CouchDB Client on GitHub | Documentation with examples and tutorials.

keyboard_return back