Releases: pouchdb/express-pouchdb
Releases · pouchdb/express-pouchdb
2.0.0
Starting with version 2.0.0, we will maintain a changelog here in the GitHub releases
Breaking changes
If your app used the leveldb adapter (or another adapter that stores files) and you have database names containing /
, then your app won’t be able to find existing databases, as they are in folders like user%2Fabc4567
instead of nested folders like user/abc4567
. To migrate, rename all database folders accordingly. For the example of user%2Fabc4567
, create a new folder user/
, rename the database folder to abc4567
and move it into `user/