Skip to content

Releases: fehrenbach/purescript-pouchdb

v0.6.0: PureScript 0.12

05 Jun 10:58
Compare
Choose a tag to compare
  • PureScript 0.12
  • Remove Adapter datatype -- the property is now a String, like in PouchDB

Global PouchDB

17 Feb 13:29
dbfa2bc
Compare
Choose a tag to compare

Switch from require("pouchdb") to just using whatever global PouchDB object is around. Websites can just pull in the hosted PouchDB with a script tag. It also makes it possible to use other PouchDB presets like pouchdb-node, or pouchdb-browser, or entirely custom builds.

v0.3.1

26 Nov 16:11
Compare
Choose a tag to compare
Ignore the package-lock file

v0.3.0: Automatically publish documentation on pursuit (#6)

26 Nov 15:47
67251cc
Compare
Choose a tag to compare
This requires a `GITHUB_TOKEN` environment variable to be set (in travis). This token was obtained by following the instructions printed by `purs login`.

`sudo: required` makes stuff *a lot* faster. We don't actually require sudo.