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)