Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 15, 2017
1 parent f060822 commit 9e4f23f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.2.0 / 15 Jun 2017

Features:

* Add option to disable default plugins. (300fc1deab73084fc9aec4852bbe116e00353aa0)
* Add role-based ACL. (#60)
* Implement retrieving play history. (#92)
* Return a `Page` from `getUsers()`. (#87)
* Show a more useful error message when the User slug is empty. (#101)

Internal:

* Switch to `bcryptjs` from `bcrypt`. (#97)
* Switch to `transliteration` from `speakingurl`. (#98)

# 0.1.0 / 30 Dec 2016

Start tracking changes.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "u-wave-core",
"version": "0.1.0",
"version": "0.2.0",
"description": "The üWave core library.",
"license": "MIT",
"repository": "u-wave/core",
Expand Down

0 comments on commit 9e4f23f

Please sign in to comment.