Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@hoodiebot hoodiebot released this 04 Mar 23:02

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)