You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gains new functions db_index, db_index_create, and db_index_delete
for getting an index, creating one, and deleting one
Gains function design_search_many to do many queries at once
in a POST request (#56)
design_search reworked to allow user to do a GET request or POST request depending on if they use params parameter or body parameter - many parameters removed in the function
definition, and are now to be passed to params or body (#56)
db_alldocs gains new parameter disk to optionally
write data to disk instead of into the R session - should help
when data is very large (if disk is used fxn returns a file path) (#64)
MINOR IMPROVEMENTS
fix minor issues in vignette, and updated for working with CouchDB v2 and greater (#53) (#54) (#47)