Skip to content

Latest commit

 

History

History
70 lines (66 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

70 lines (66 loc) · 4.42 KB

Changelog Ember-OAuth2

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)