Bugfixes:
- Added route guard support for CanActivate
Bugfixes:
- Fix broken sourcemap paths in npm package
Features:
- Added packaged library to npm package for systemjs support (fixes #6)
- Update Dependencies to Angular2 RC6
Bugfixes:
- Removes deprecated RouterState.queryParams for ActivatedRoute.params (fixes #5)
Features:
- Added
requestOptions
to parameter to all HTTP wrapper methods - Added getter method
currentUserData
Breaking changes:
- Changed
updatePasswordPath
in default options to'auth'
- Changed name of getter method
currentUser
tocurrentUserType
Features:
- Added tests
Features:
- Added
resetPassword()
for user password reset
Breaking changes:
- Changed structure of
Angular2TokenOptions
- Changed parameters of
.updatePassword()
Features:
- Added
registerAccount()
for account registration - Added
deleteAccount()
for account deletion
Bugfixes:
- Upgraded to RC5, closes #1
Breaking changes:
- Renamed
logIn()
tosignIn()
to match with devise token auth routes - Renamed
logOut()
tosignOut()
to match with devise token auth routes
Breaking changes:
userTypes
inAngular2TokenOptions
isnull
by defaultapiPath
inAngular2TokenOptions
adds'/'
automatically