Releases: amkirwan/ember-oauth2
Releases · amkirwan/ember-oauth2
v0.6.0
v0.5.5
v0.5.4
v0.5.3
v0.5.2
state uuid bug fix and openWindow Promise
- 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.
ES6 Module and AMD support
- 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.
Window Returns Promise
- 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
Updated Ember.js dependency
Compatible with Ember.js from 1.0 up to 2.0
Dist dir for NPM and Bower
- remove files not needed in npm package
- add build files to dist dir for package managers