- 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