Skip to content

Commit

Permalink
Update Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed committed Jan 24, 2016
1 parent 145eca2 commit e273c2e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

All Notable changes to this project will be documented in this file.

## 0.1.0 - 2016-01-11
- Initial Release.
## (Unreleased)

### Added
- `requireToken()` Sync with Parent.

### Changed
- Type-hint JWT Class. Closes [#4](https://github.com/irazasyed/jwt-auth-guard/issues/4).
- Renamed driver from `jwt` to `jwt-auth` to avoid conflicts with depended package **[BC]**.

### Removed
- Remove `checkForToken()` & `parseToken()` no longer required.

[unreleased]: https://github.com/irazasyed/jwt-auth-guard/compare/v0.1.0...HEAD

0 comments on commit e273c2e

Please sign in to comment.