Skip to content

Releases: go-kivik/pouchdb

Update supported GopherJS version and other dependencies

07 Apr 19:38
05b726e
Compare
Choose a tag to compare
Merge pull request #78 from go-kivik/depv3

Update dependencies

GopherJS 1.16 support

24 Apr 20:25
8f8fbe3
Compare
Choose a tag to compare
Merge pull request #70 from go-kivik/gopherjs1.16

Test against GopherJS 1.16

Use `Buffer.from()` in place of `new Buffer`

02 May 15:18
65a064e
Compare
Choose a tag to compare

new Buffer has been deprecated in recent versions of Node.js, so where supported, Buffer.from() is now used.

This should only affect the test suite, since this is not used in browsers.

Go modules support

16 Feb 12:58
c310983
Compare
Choose a tag to compare

Kivik v3 is functionally identical to v2. The only difference is that it has been configured to support Go modules. As GopherJS does not natively support Go modules, a little extra effort is needed. I have detailed this in a brief tutorial on Using GopherJS with Go Modules.

Minor bug fix

15 Feb 21:45
a6f9d63
Compare
Choose a tag to compare

This release mainly represents an update of the CI scripts, but as part of that, an unhandled error was discovered by the new linter, and fixed.

Minor cleanups

16 Dec 10:17
d5acb47
Compare
Choose a tag to compare

This is expected to be the final pre-release before tagging v2.0.0, and is only internal cleanups.

The long-awaited stable release of Kivik 2!

09 Feb 14:51
d5acb47
Compare
Choose a tag to compare
Merge pull request #53 from go-kivik/status

Replace kivik.Status* with http.Status*

v2.0.0-pre2: Merge pull request #51 from go-kivik/noblockcallback

06 Aug 08:44
18dcf85
Compare
Choose a tag to compare
Don't block in callback

2.0.0 pre-release

09 Jun 12:25
9fcbb2e
Compare
Choose a tag to compare
2.0.0 pre-release Pre-release
Pre-release
Merge pull request #49 from go-kivik/viewcleanup

Don't run ViewCleanup or Compact in background

Support PouchDB 7.0.0, CouchDB 2.2.0, and Go 1.11

01 Sep 17:11
bbd1ab7
Compare
Choose a tag to compare

No meaningful changes made, just updates to the latest releases for testing.