Skip to content

Releases: hoodiehq/hoodie

v24.0.2

02 Oct 01:57
Compare
Choose a tag to compare

<a name"24.0.2">

24.0.2 (2016-10-02)

Bug Fixes

  • re-enable logging in @hoodie/server (d994fa68)
  • log: adapt for npmlog@4 (cf185258)

v24.0.1

30 Sep 19:38
Compare
Choose a tag to compare

<a name"24.0.1">

24.0.1 (2016-09-30)

Bug Fixes

v24.0.0

13 Sep 03:37
Compare
Choose a tag to compare

<a name"24.0.0">

24.0.0 (2016-09-13)

Breaking Changes

  • Hoodie now keeps state of all databases and access in a dedicated
    hoodie-store database. If your app uses CouchDB as its backend, there
    is no migration required, it happens automatically on next restart.

If you don’t use CouchDB (which is the default), the simplest way to
"migrate" is to delete the .hoodie/data folder. It will loose all
data, so this is only an option for local development. If you don’t want
to loose data, you manually have to create the hoodie-store
database with documents for each user database. The documents look
like this:

{
   "_id": "db_user/lsdlo55",
   "_rev": "1-a01e6998fb10543ca0402e648dd1d048",
   "access": {
       "read": {
           "role": [
               "id:lsdlo55"
           ]
       },
       "write": {
           "role": [
               "id:lsdlo55"
           ]
       }
   }
}

(fdf34ca9)

v23.3.4

05 Sep 23:04
Compare
Choose a tag to compare

<a name"23.3.4">

23.3.4 (2016-09-05)

Bug Fixes

v23.3.3

31 Aug 10:34
Compare
Choose a tag to compare

<a name"23.3.3">

23.3.3 (2016-08-31)

Bug Fixes

v23.3.2

27 Aug 16:23
Compare
Choose a tag to compare

<a name"23.3.2">

23.3.2 (2016-08-27)

Bug Fixes

  • server: throws if options.paths is not set (47f62d40)

v23.3.1

18 Aug 21:42
Compare
Choose a tag to compare

<a name"23.3.1">

23.3.1 (2016-08-18)

Bug Fixes

v23.3.0

25 Jul 15:30
Compare
Choose a tag to compare

<a name"23.3.0">

23.3.0 (2016-07-25)

Features

  • use browserify to bundle hoodie client (d7156242)

v23.2.1

21 Jul 06:11
Compare
Choose a tag to compare

<a name"23.2.1">

23.2.1 (2016-07-21)

Bug Fixes

  • server: pouchdb defaults (moved from cli) (62c0598b)

v23.2.0

19 Jul 15:21
Compare
Choose a tag to compare

<a name"23.2.0">

23.2.0 (2016-07-19)

Bug Fixes

Features