Skip to content

Releases: hoodiehq/hoodie-account-server

v6.1.5

20 Dec 02:10
Compare
Choose a tag to compare

6.1.5 (2017-12-20)

Bug Fixes

  • package: update pouchdb-errors to version 6.4.1 (c22204b), closes #280

v6.1.4

21 Oct 01:03
Compare
Choose a tag to compare

6.1.4 (2017-10-21)

Bug Fixes

  • package: update boom to version 5.0.0 (9fe33ed)
  • package: update pouchdb-errors to version 6.3.4 (35eca39)
  • pin @gar/hapi-json-api to 2.0.3 (43099e7)
  • validate session before removing account (204f61c)

v6.1.0

25 Jan 21:37
Compare
Choose a tag to compare

<a name"6.1.0">

6.1.0 (2017-01-25)

Features

v6.0.6

18 Nov 16:46
Compare
Choose a tag to compare

<a name"6.0.6">

6.0.6 (2016-11-18)

Bug Fixes

  • package: update joi to version 10.0.0 (254a3b4d)

v6.0.5

18 Nov 16:18
Compare
Choose a tag to compare

<a name"6.0.5">

6.0.5 (2016-11-18)

Bug Fixes

  • package: update uuid to version 3.0.0 (5a623bc9)

v6.0.4

24 Oct 15:44
Compare
Choose a tag to compare

<a name"6.0.4">

6.0.4 (2016-10-24)

Bug Fixes

  • routes: PATCH /accounts/{id} password update response 204 (#212) (1e54c687)

v6.0.3

23 Oct 23:56
Compare
Choose a tag to compare

<a name"6.0.3">

6.0.3 (2016-10-23)

Bug Fixes

  • routes: GET /accounts/123?include=foobar (#218) (7633f024)

v6.0.2

22 Oct 23:02
Compare
Choose a tag to compare

<a name"6.0.2">

6.0.2 (2016-10-22)

Bug Fixes

  • routes: PATCH /accounts/{id} with invalid session (#215) (24df1f5f)

v6.0.1

22 Oct 22:41
Compare
Choose a tag to compare

<a name"6.0.1">

6.0.1 (2016-10-22)

Bug Fixes

v6.0.0

22 Oct 22:23
Compare
Choose a tag to compare

<a name"6.0.0">

6.0.0 (2016-10-22)

Bug Fixes

  • adaptions for @hoodie/account-server-api@3 (622071c1)
  • package: @hoodie/account-server-api@3 (732d7001)
  • session: return with 204 if ?include not set (f6328faa)

Breaking Changes

  • server.plugins.account.api.sessions.add(options):
    options.auth has been renamed to options.account and options.username is now options.account.username

    (622071c1)