Skip to content

Releases: hoodiehq/hoodie-store-server

v3.0.0

08 Mar 04:46
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2017-03-08)

Breaking Changes

The store instance which server.plugins.store.api.open(dbName) resolves to
has several breaking changes via pouchdb-hoodie-api@2.0.0

  • 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.

  • the order of when the methods’ promises resolve and the events get triggered
    cannot be guaranteed as we rely on PouchDB’s .changes(). We would love to
    enforce promises to resolve after changes get emitted, but the required
    complexity to do that is not worth it.

  • 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 (doc.createdAt becomes doc.hoodie.createdAt)

(7b2b04e5)

v2.1.7

28 Dec 18:56
Compare
Choose a tag to compare

<a name"2.1.7">

2.1.7 (2016-12-28)

Bug Fixes

  • load API from @hoodie/store-server-api (c1e9ac0f)

v2.1.6

04 Dec 12:42
Compare
Choose a tag to compare

<a name"2.1.6">

2.1.6 (2016-12-04)

Bug Fixes

  • conditional server.register of h2o2 plugin (69845887)

v2.1.5

13 Sep 05:08
Compare
Choose a tag to compare

<a name"2.1.5">

2.1.5 (2016-09-13)

Bug Fixes

  • require hapi-to-express fork (3d6514d2)

v2.1.4

13 Sep 05:01
Compare
Choose a tag to compare

<a name"2.1.4">

2.1.4 (2016-09-13)

Bug Fixes

  • package: @gr2m/hapi-to-express (e3443296)

v2.1.3

12 Sep 23:37
Compare
Choose a tag to compare

<a name"2.1.3">

2.1.3 (2016-09-12)

Bug Fixes

  • api: add workaround for dbnames with / & leveldb adapter (6fcda266)
  • package: express-pouchdb@2 (3fb4d147)

v2.1.2

10 Sep 01:24
Compare
Choose a tag to compare

<a name"2.1.2">

2.1.2 (2016-09-10)

Bug Fixes

  • package: move request to dependencies (ac4d6240)

v2.1.1

10 Sep 01:18
Compare
Choose a tag to compare

<a name"2.1.1">

2.1.1 (2016-09-10)

Bug Fixes

  • package: move pouchdb-hoodie-api to dependencies (c7f99108)

v2.1.0

10 Sep 00:37
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-09-10)

Features

v2.0.3

27 Aug 16:24
Compare
Choose a tag to compare

<a name"2.0.3">

2.0.3 (2016-08-27)

Bug Fixes

  • package: update boom to version 4.0.0 (#54) (a5194f62)