Releases: fehrenbach/purescript-pouchdb
Releases · fehrenbach/purescript-pouchdb
v0.6.0: PureScript 0.12
- PureScript 0.12
- Remove
Adapter
datatype -- the property is now aString
, like in PouchDB
Global PouchDB
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
Ignore the package-lock file
v0.3.0: Automatically publish documentation on pursuit (#6)
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.