Skip to content

Releases: nolanlawson/fsdown

v2.0.3

23 Jan 00:17

Choose a tag to compare

<a name"2.0.3">

2.0.3 (2017-01-23)

Bug Fixes

v2.0.2

05 Sep 20:10

Choose a tag to compare

<a name"2.0.2">

2.0.2 (2016-09-05)

Bug Fixes

  • package: update pouchdb-collections to version 6.0.4 (#10) (673402ab)

v2.0.1

03 Sep 16:07

Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-09-03)

Bug Fixes

  • does not crash when folder removed before debounced write (75f9e1d6)

v2.0.0

02 Sep 00:44

Choose a tag to compare

<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)