2.0.0 (2017-03-04)
Bug Fixes
- PouchDB & Hoodie properties (d462a7d7)
Features
Breaking Changes
- We no longer map PouchDB’s
._id
property to.id
, instead we pass trough docs from PouchDB 1:1.
Also the timestamps are now all namespaced with.hoodie
(d462a7d7)
- separate methods like
require(pouchdb-hoodie-api)
can no longer be required directly
(cc53124f)
- Before, change events (incl. add, update, remove) have only been triggered when using the custom APIs like
.add()
or.update()
. Now they get always triggered, including for changes replicated into the database.
(8faf6853)