Releases: go-kivik/pouchdb
Update supported GopherJS version and other dependencies
GopherJS 1.16 support
Merge pull request #70 from go-kivik/gopherjs1.16 Test against GopherJS 1.16
Use `Buffer.from()` in place of `new Buffer`
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
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
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
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!
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
Don't block in callback
2.0.0 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
No meaningful changes made, just updates to the latest releases for testing.