Releases: hoodiehq/hoodie
Releases · hoodiehq/hoodie
v27.1.4
v27.1.3
v27.1.2
v27.1.1
v27.1.0
v27.0.0
<a name"27.0.0">
27.0.0 (2017-01-23)
Bug Fixes
- serve index.html file from public path for
GET /unknown
(5429f284) - /hoodie/unknown responds with 404 (4eb2a425)
- replace options.db with options.PouchDB (e110920f)
Features
- drop dependency on LevelDB / node-gyp (0a312f05)
Breaking Changes
-
Before all data was stored with pouchdb-adapter-leveldb by default. With that version, pouchdb-adapter-fs is used instead.
To keep using the LevelDB adapter as default, set the
dbAdapter
option topouchdb-adapter-leveldb
and instal the adapter as dependency of your app.(0a312f05)
-
Your app is only affected if you use
hoodie
as a hapi plugin within your existing hapi app. Instead of passingoptions.db
that would get passed to a PouchDB constructor internally, you know pass inoptions.PouchDB
directly, with all defaults and adapters already set as your app requires it. With that the hapi usage ofhoodie
is coherent with@hoodie/server
,@hoodie/account-server
and@hoodie/store-server
(e110920f)