Skip to content

v2.0.0

Compare
Choose a tag to compare
@gr2m gr2m released this 03 Sep 16:40

<a name"2.0.0">

2.0.0 (2016-09-03)

Bug Fixes

  • package: update fsdown to version 2.0.1 (#6) (6b6319f1)

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)