Skip to content

0.15.0

Compare
Choose a tag to compare
@sahat sahat released this 18 Jul 01:34
· 149 commits to master since this release

Announcement: Satellizer has been rewritten in TypeScript. I believe this is a step in the right direction for easier code maintenance and for the upcoming Angular 2 support. While all unit tests are still passing, please give the latest version a try to make sure everything works as expected.

Best,
Sahat


💥 Breaking Changes

  • $authProvider.authHeader renamed to $authProvider.tokenHeader
    • Default: "Authorization"
  • $authProvider.authToken renamed to $authProvider.tokenType
    • Default: "Bearer"