Skip to content

v2.0.0

Choose a tag to compare

@gr2m gr2m released this 02 Sep 00:44

<a name"2.0.0">

2.0.0 (2016-09-02)

Features

Breaking Changes

  • Before, all datbases have been stored in .fsdown, configureable by require(fsdown).directory. Besides that, all database names have been sanitized, so myfolder/dbname would become myfolderdbname

require(fsdown).directory has been removed, and dbname can now contain folders. It is split using .split(require(path).sep) and all parts are sanitized separately.

(7fdfd987)