Releases: pouchdb-community/pouchdb-adapter-fs
Releases · pouchdb-community/pouchdb-adapter-fs
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
<a name"2.0.0">
2.0.0 (2016-09-03)
Bug Fixes
Breaking Changes
Before, all datbases have been stored in .fsdown/
and all database names have been sanitized, so myfolder/dbname
would become myfolderdbname
Now the hard coded .fsdown/
prefix has been removed. The database name can contain folders, and folders can be set with the .defaults({prefix: 'path/to/my/dbs/'})
(6b6319f1)