Skip to content

Releases: hoodiehq/hoodie

v27.1.4

21 Feb 03:09
Compare
Choose a tag to compare

<a name"27.1.4">

27.1.4 (2017-02-21)

Bug Fixes

  • register @hoodie/server before plugins (2f7b8fa6)

v27.1.3

13 Feb 10:29
Compare
Choose a tag to compare

<a name"27.1.3">

27.1.3 (2017-02-13)

Bug Fixes

  • minor spelling - "wether" to "whether" (b2f16b82)

v27.1.2

31 Jan 15:24
Compare
Choose a tag to compare

<a name"27.1.2">

27.1.2 (2017-01-31)

Bug Fixes

  • setup: don’t "hoodie-start" script if "start" script is set to "hoodie" (#681) (986b642d)

v27.1.1

25 Jan 20:55
Compare
Choose a tag to compare

<a name"27.1.1">

27.1.1 (2017-01-25)

Bug Fixes

  • package: update browserify to version 14.0.0 (c2ab72ea)

v27.1.0

23 Jan 20:33
Compare
Choose a tag to compare

<a name"27.1.0">

27.1.0 (2017-01-23)

Bug Fixes

  • calculate correct database path for non Unix systems (228de978)

Features

  • cli: assure data folders exist (6e89dd19)

v27.0.0

23 Jan 18:55
Compare
Choose a tag to compare

<a name"27.0.0">

27.0.0 (2017-01-23)

Bug Fixes

  • serve index.html file from public path for GET /unknown (5429f284)
  • /hoodie/unknown responds with 404 (4eb2a425)
  • replace options.db with options.PouchDB (e110920f)

Features

  • drop dependency on LevelDB / node-gyp (0a312f05)

Breaking Changes

  • Before all data was stored with pouchdb-adapter-leveldb by default. With that version, pouchdb-adapter-fs is used instead.

    To keep using the LevelDB adapter as default, set the dbAdapter option to pouchdb-adapter-leveldb and instal the adapter as dependency of your app.

    (0a312f05)

  • Your app is only affected if you use hoodie as a hapi plugin within your existing hapi app. Instead of passing options.db that would get passed to a PouchDB constructor internally, you know pass in options.PouchDB directly, with all defaults and adapters already set as your app requires it. With that the hapi usage of hoodie is coherent with @hoodie/server, @hoodie/account-server and @hoodie/store-server

    (e110920f)

v26.2.2

10 Jan 18:12
Compare
Choose a tag to compare

26.2.2 (2017-01-10)

Bug Fixes

  • quick-start-test: correct error code returned from trap (b5f4a2b9)

v26.2.1

10 Jan 00:27
Compare
Choose a tag to compare

<a name"26.2.1">

26.2.1 (2017-01-10)

Bug Fixes

  • don’t handle /hoodie/*/api requests by the public /hoodie/* route handler (b3342984)

v26.2.0

09 Jan 23:06
Compare
Choose a tag to compare

<a name"26.2.0">

26.2.0 (2017-01-09)

Features

  • load /hoodie/client.js at Hoodie’s root route (/hoodie) (bdfea42b)

v26.1.0

08 Jan 21:32
Compare
Choose a tag to compare

<a name"26.1.0">

26.1.0 (2017-01-08)

Features

  • 404 page for /hoodie/* resource URLs (823562e7)