Releases: amkirwan/ember-oauth2
Releases · amkirwan/ember-oauth2
v2.0.5-beta: Merge pull request #43 from amkirwan/2-0-5-beta-r
- Update ember-cli
- Use ES6
- Update Tests
- cleanup
v2.0.4-beta
- ember-cli-babel as dependecy
- format with Prettier
- fix travis.ci build for headless google chrome
v2.0.3-beta
- fix typo in scope
- update ci to use Chrome headless
- update ci to use node 6.11
v2.0.2-beta
- add setProvider method
- change init to not take providerId
v2.0.1-beta: update version to 2.0.1-beta
- Update NPM author info
v2.0.0-beta
Converted to EmberAddon and turned EmberOAuth2 into a service
- Updated testing to use Ember-Qunit
- Update project README
v1.1.0
v1.0.1
- Update
getStat
e function to not take a param argument and use the configurestatePrefix
to find the state from localStorage. - This makes
getState
andgetToken
perform the same way and avoids confusion with the api - fix bug where handleRedircect could not find the stateObj