Skip to content

Releases: hoodiehq/pouchdb-hoodie-api

v2.0.0

04 Mar 23:02
Compare
Choose a tag to compare

2.0.0 (2017-03-04)

Bug Fixes

  • PouchDB & Hoodie properties (d462a7d7)

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

05 Sep 20:21
Compare
Choose a tag to compare

<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

03 Sep 03:24
Compare
Choose a tag to compare

<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

06 Jun 19:17
Compare
Choose a tag to compare

<a name"1.6.2">

1.6.2 (2016-06-06)

Bug Fixes

v1.6.1

27 Apr 02:17
Compare
Choose a tag to compare

<a name"1.6.1">

1.6.1 (2016-04-27)

Bug Fixes

v1.6.0

31 Aug 15:30
Compare
Choose a tag to compare

<a name"1.6.0">

1.6.0 (2015-08-31)

Features

  • timestamps: Add timestamps addedAt, updatedAt and createdAt (3b944edd)

v1.5.1

26 Aug 21:43
Compare
Choose a tag to compare

<a name"1.5.1">

1.5.1 (2015-08-26)

Bug Fixes

  • add more browsers to test in (5187e509)

v1.5.0

25 Aug 19:15
Compare
Choose a tag to compare

<a name"1.5.0">

1.5.0 (2015-08-25)

Features

v1.4.2

23 Aug 16:15
Compare
Choose a tag to compare

<a name"1.4.2">

1.4.2 (2015-08-23)

Bug Fixes

  • use eventify internally to avoid extra events (7a7cdef7)

v1.4.1

14 Aug 01:06
Compare
Choose a tag to compare

<a name"1.4.1">

1.4.1 (2015-08-14)

Bug Fixes