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

v0.5.0

Latest
Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 15 Jul 14:48
a4eea00

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.