Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Latest commit

 

History

History
65 lines (50 loc) · 1.73 KB

File metadata and controls

65 lines (50 loc) · 1.73 KB

Change Log

v0.1.8 & v0.1.9

Features:

  • Updated Dependencies to Angular2 Final

v0.1.7

Features:

  • Added .head() and .options() HTTP-wrapper
  • Added general HTTP-wrapper .sendHttpRequest()

v0.1.6

Bugfixes:

  • Added route guard support for CanActivate

v0.1.5

Bugfixes:

  • Fix broken sourcemap paths in npm package

v0.1.4

Features:

  • Added packaged library to npm package for systemjs support (fixes #6)
  • Update Dependencies to Angular2 RC6

v0.1.3

Bugfixes:

  • Removes deprecated RouterState.queryParams for ActivatedRoute.params (fixes #5)

v0.1.2

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 to currentUserType

v0.1.0

Features:

  • Added tests

v0.0.6 & v0.0.5

Features:

  • Added resetPassword() for user password reset

Breaking changes:

  • Changed structure of Angular2TokenOptions
  • Changed parameters of .updatePassword()

v0.0.4

Features:

  • Added registerAccount() for account registration
  • Added deleteAccount() for account deletion

Bugfixes:

  • Upgraded to RC5, closes #1

Breaking changes:

  • Renamed logIn() to signIn() to match with devise token auth routes
  • Renamed logOut() to signOut() to match with devise token auth routes

v0.0.3

Breaking changes:

  • userTypes in Angular2TokenOptions is null by default
  • apiPath in Angular2TokenOptions adds '/' automatically