Bugfixes:
- Fix tsc noUnusedParameters validation
- Remove unnecessary console output, fixes #72
- Added relative route paths, fixes #79
Breaking Changes:
- Changed name of
.sendHttpRequest()
method to.request()
Featues: - Added
RequestOptionsArgs
to all HTTP-Wrappers Bugfixes: - Fixed OAuth Implementation
Bugfixes:
- Changed import order of BaseField to fix angular-cli import
Breaking changes:
- Added Quickstart UI Module (README pending)
- Changed parameters for
signIn()
,registerAccount()
,updatePassword()
,resetPassword()
Featues:
- Added
userSignedIn()
method - Added
currentAuthData
getter
Bugfixes:
- Fix
CanActivate
on page reload
Featues:
- Added global options for setting custom global headers
Bugfixes:
- Fixes auth data retrival from http paramater, fixes #29
Features:
- Added sign in redirect to
CanActivate
interface
Breaking changes:
- Changed paramater type of
sendHttpRequest(requestOptions: RequestOptions)
sendHttpRequest()
does not addapiPath
to path anymore
Features:
- Updated Dependencies to Angular2 Final
Features:
- Added .head() and .options() HTTP-wrapper
- Added general HTTP-wrapper .sendHttpRequest()
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