Skip to content

Adds support for options to several new methods

Compare
Choose a tag to compare
@flimzy flimzy released this 26 Nov 15:11
· 2245 commits to master since this release
a957cb2

The following methods now take an optional kivik.Options argument as the final argument:

  • DB.CreateDoc()
  • DB.Put()
  • DB.Delete()
  • DB.PutAttachment()
  • DB.DeleteAttachment()
  • DB.GetAttachmentMeta()
  • DB.GetAttachment()