Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Releases: u-wave/http-api

v0.5.0

15 Jul 14:48
a4eea00
Compare
Choose a tag to compare

Features:

  • Pass through filter query parameter to getUsers(). (#195)
  • Add first item from the active playlist to /now response. (#205)
  • Move waitlist to u-wave-core. (#227)
  • Separate socket server from the HTTP API. (#241)

Bugfixes:

  • Fix crash in /now if user has no playlists. (#242)
  • Fix password reset validation. (#256)

Internal:

  • Use joi's builtin Promise API. (#229)
  • Do not transform object rest spread. (#197)
  • Dependency updates.

v0.4.3

03 Apr 13:09
acd466a
Compare
Choose a tag to compare

Bugfixes:

  • Fix access check when removing other users from the waitlist. (#192)

v0.4.1

22 Mar 15:04
4b2c09e
Compare
Choose a tag to compare

Bugfixes:

  • Pass through public errors from core. (#189)
  • Ignore incorrect JWT instead of rejecting the request. (#188)

v0.4.0

18 Mar 13:22
fb78620
Compare
Choose a tag to compare

Features:

  • Use a Set to store votes. (#159)
  • sockets: Send message acknowledging authentication success. (#164)
  • Move all logic into controllers. (#120)
  • Generate cjs and es modules builds. (#168)
  • Add development server. (#171)
  • Revamp authentication. (#173)
  • Rename http-api. (d28145e)
  • Move signin and password change code into core. (#176)
  • Move items to end of playlist. (#178)
  • Use u-wave-core acl for protecting routes. (#114)

Bugfixes:

  • Fix /booth/favorite response format. (#184)

Internal:

  • Remove direct model usage in favour of -core API calls. (#177)
  • Remove direct websocket broadcasting from controllers. (#182)
  • Enable long stack traces in the dev server. (#183)

v0.3.0

25 Aug 11:43
ed25126
Compare
Choose a tag to compare

Features:

Internal:

  • Dependency updates.

v0.2.2

09 Jul 14:36
a12153a
Compare
Choose a tag to compare

Features:

  • Periodically send keepalive messages to connected sockets. (#147)
  • Add source maps. (#151)

Internal:

  • Add Node 7 and 8 to CI. (#148)

v0.2.1

21 Jun 19:09
2d20125
Compare
Choose a tag to compare

Features:

  • Make email addresses case insensitive. (#139)

Bugfixes:

  • Fix history pagination links. (#141)
  • Fix errors being hidden. (#140)

v0.2.0

15 Jun 11:38
fd8d3fb
Compare
Choose a tag to compare

Features:

  • Move getting room and user history into u-wave-core. (#125)
  • Send socket messages to all of a user's connections. (#136)

Internal:

  • Switch to bcryptjs from bcrypt. (#128)

v0.1.0

31 Dec 21:12
Compare
Choose a tag to compare

Begin tracking changes.