(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.4-beta...v2.0.5-beta]
- Update ember-cli
- Use ES6
- Update Tests
- cleanup
(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.3-beta...v2.0.4-beta]
- Move ember-cli-babel to dev dependencies
(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.2-beta...v2.0.3-beta]
- fix typo in scope
(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.1-beta...v2.0.2-beta]
- add setProvider method
- change init to not take providerId
(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.0-beta...v2.0.1-beta]
- Update NPM author info
(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v1.1.0...v2.0.0-beta]
- Converted to EmberAddon and turned EmberOAuth2 into a service
- Updated testing to use Ember-Qunit
- Update project README
- Add verifyToken method to handle mitigation of the confused deputy
- fix bug with checking of state
- Update getState function to not take a param argument and use the configure statePrefix to find the state from localStorage.
- This makes getState and getToken perform the same way and avoids confusion with the api
- Fix bug where handleRedircect could not find the stateObj
- Drop support for deprecated callback methods onSuccess, onError, and onRedirect. Callbacks can be called using Ember.Evented trigger with the targets success, error, and redirect.
- Add support Authorization Grant Flow
- Remove global distribution
- Bump project bower and node dependencies
- Bump Ember to ~0.13.0
- Provide funtion to remove the token from localstorage
- Provide funtion to remove the state from localstorage
- Funtion to get the stateKeyName and tokenKeyName
- Added support for versions of Ember >= 1.7
- Can now use window.EmberENV for config along with window.ENV.
- Fixed issue where mini files had wrong version header.
- Better error reporting when configuration file is not formatted correctly.
- Update Ember dependeny to 1.7
- Moved bower install dependences from vendor to bower_components
- Add dist dir to repo for bower installs
- Fixed bug where the random UUID for the state was not being set.
- openWindow resolves with a reference to the dialog window and rejects with an error if the dialog window fails to open.
- Update library to use ES6 module
- Export to both Global and AMD module
- Use window.ENV['ember-oauth2'] for config
- OpenWindow now returns reference to dialog on resolve, on reject object with reference to dialog and error.
- Isolates function for opening window so that it can be overridden
- Login dialog window returns a promise, it resolves on success and reject on error
- Remove files not needed in package.
- Add build files to dist dir for package manaagers.
- Initial relase to Bower
- Added YUIDoc to src.
- Published to NPM.
- Using get and set for properties on the instances.
- Change to using Ember.Evented class for handling 'redirct', 'success' and 'error' callback.
- Depricated old callback methods.
- Using grunt-versioner for updating and building project
- Fixed incorrect path to jQuery when build from source
- a132c65 updated patch version to v0.2.2
- ffd5069 grunt-bump commit changes
- a051d44 config bump, added custom task to update readme version
- aabf4e0 added grunt bump
- b925f2e version bump to v0.2.1 added dist dir for bower and node
- 0d5e7ed do not ignore dist dir
- ea17257 moved ember to dependencies
- 7d5e752 Update README.md