Skip to content

Commit

Permalink
Telepat 0.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Botea committed Dec 16, 2015
1 parent 22f9bd0 commit 0f24178
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.2.8

* Context ID is not necessary when subscribing to channels which refer to an object id
* Added stack trace to logger when API has an >= 500 error
* `/context/*` routes no longer requier authentication or device ID
* Implemented email confirmation and password reset features
* `/admin/update` should now be able to correctly update its password
* `/object/count` returns the response in an object
* Bugfix: `/device/register` device is updated accordingly when supplying an existent UDID in the info
* `/object/count` Added aggregation support
* `/object/subscribe` Added support for sorting results

# 0.2.7

* Added support for loging/registering with Facebook. Register/login endpoints have changed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telepat-api",
"version": "0.2.7",
"version": "0.2.8",
"scripts": {
"start": "./bin/www",
"test": "istanbul cover _mocha -- test/api.js -R spec"
Expand Down

0 comments on commit 0f24178

Please sign in to comment.