Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Updated README with version changes from 0.0.6 and 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
swang committed Sep 13, 2013
1 parent 09bc7a4 commit 76f0e37
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,19 @@ c.getCurrentTenant(function(err, ten) {

## TODO

- Add better support for ?expand
- Handle iterating over offset/limit until it exhausts the resource record
- Rethink way to grab new resource URIs
- More tests

## CHANGELOG
0.0.7
- Fixed Abstract.create not passing in an id
- Fixed passwordResetTokens to allow a token to be passed through!

0.0.6
- Have createGroupMembership return a clearer error message when the account or group is invalid or does not exist
- Fixed some tests

0.0.5
- Added GroupMembership functionality into Application

Expand All @@ -92,4 +101,4 @@ c.getCurrentTenant(function(err, ten) {
- Bugfixes

0.0.1
- Initial verison
- Initial verison

0 comments on commit 76f0e37

Please sign in to comment.