Skip to content

Latest commit

 

History

History
123 lines (105 loc) · 6.17 KB

CHANGELOG.md

File metadata and controls

123 lines (105 loc) · 6.17 KB

Changelog Ember-OAuth2

v2.0.5-beta

(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

v2.0.4-beta

(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.3-beta...v2.0.4-beta]

  • Move ember-cli-babel to dev dependencies

v2.0.3-beta

(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.2-beta...v2.0.3-beta]

  • fix typo in scope

v2.0.2-beta

(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

v2.0.1-beta

(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.0-beta...v2.0.1-beta]

  • Update NPM author info

v2.0.0-beta

(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

v1.1.0

  • Add verifyToken method to handle mitigation of the confused deputy
  • fix bug with checking of state

v1.0.1

  • 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

v1.0.0

  • 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.

v0.7.0

  • Add support Authorization Grant Flow

v0.6.0

  • Remove global distribution
  • Bump project bower and node dependencies
  • Bump Ember to ~0.13.0

v0.5.5

  • Provide funtion to remove the token from localstorage
  • Provide funtion to remove the state from localstorage
  • Funtion to get the stateKeyName and tokenKeyName

v0.5.4

  • Added support for versions of Ember >= 1.7

v0.5.3

  • 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.

v0.5.2

  • Update Ember dependeny to 1.7
  • Moved bower install dependences from vendor to bower_components
  • Add dist dir to repo for bower installs

v0.5.1

  • 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.

v0.5.0

  • 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.

v0.4.0

  • 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

v0.3.2

  • Remove files not needed in package.
  • Add build files to dist dir for package manaagers.

v0.3.1

  • Initial relase to Bower

v0.3.0

  • Added YUIDoc to src.
  • Published to NPM.
  • Using get and set for properties on the instances.

v0.2.4

  • Change to using Ember.Evented class for handling 'redirct', 'success' and 'error' callback.
  • Depricated old callback methods.

v0.2.3

  • Using grunt-versioner for updating and building project
  • Fixed incorrect path to jQuery when build from source

v0.2.2 (Jan 11, 2014)

  • 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

v0.2.1 (Jan 9, 2014)

  • 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

v0.2.0 (Jan 9, 2014)

  • 9769bf1 version bump v0.2.0
  • 1305ae8 updated Gruntfile to new directory layout structure
  • c00930f moved lib and spec to src
  • 114d85d renamed packages dir to src

v.0.1.0 (Jan 7, 2014)