Releases: hoodiehq/pouchdb-hoodie-api
Releases · hoodiehq/pouchdb-hoodie-api
v2.0.0
2.0.0 (2017-03-04)
Bug Fixes
Features
- .withIdPrefix(prefix) (38806044)
- events based on PouchDB’s .changes() (8faf6853)
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)
v1.6.4
<a name"1.6.4">
1.6.4 (2016-09-05)
Bug Fixes
- package: update pouchdb-errors to version 6.0.4 (ec528755)
v1.6.3
<a name"1.6.3">
1.6.3 (2016-09-03)
Bug Fixes
- package: use pouchdb-memory for testing, instead of full pouchdb (2b6856cf)
v1.6.2
<a name"1.6.2">
1.6.2 (2016-06-06)
Bug Fixes
v1.6.1
<a name"1.6.1">
1.6.1 (2016-04-27)
Bug Fixes
v1.6.0
<a name"1.6.0">
1.6.0 (2015-08-31)
Features
- timestamps: Add timestamps addedAt, updatedAt and createdAt (3b944edd)
v1.5.1
<a name"1.5.1">
1.5.1 (2015-08-26)
Bug Fixes
v1.5.0
<a name"1.5.0">
1.5.0 (2015-08-25)
Features
v1.4.2
<a name"1.4.2">
1.4.2 (2015-08-23)
Bug Fixes
- use eventify internally to avoid extra events (7a7cdef7)
v1.4.1
<a name"1.4.1">
1.4.1 (2015-08-14)
Bug Fixes