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

Commit a4eea00

Browse files
committed
0.5.0
1 parent f123c41 commit a4eea00

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.5.0 / 15 Jul 2018
8+
9+
Features:
10+
* Pass through filter query parameter to getUsers(). (#195)
11+
* Add first item from the active playlist to /now response. (#205)
12+
* Move waitlist to u-wave-core. (#227)
13+
* Separate socket server from the HTTP API. (#241)
14+
15+
Bugfixes:
16+
* Fix crash in /now if user has no playlists. (#242)
17+
* Fix password reset validation. (#256)
18+
19+
Internal:
20+
* Use joi's builtin Promise API. (#229)
21+
* Do not transform object rest spread. (#197)
22+
* Dependency updates.
23+
724
## 0.4.3 / 03 Apr 2018
825

926
Bugfixes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "u-wave-http-api",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "HTTP API interface for üWave.",
55
"license": "MIT",
66
"repository": "u-wave/http-api",

0 commit comments

Comments
 (0)