GT2/GT2-Android/node_modules/auth0-js/CHANGELOG.md

1017 lines
45 KiB
Markdown

# Change Log
## [7.6.1](https://github.com/auth0/lock/tree/v7.6.1) (2017-01-03)
[Full Changelog](https://github.com/auth0/lock/compare/v7.6.0...v7.6.1)
**Closed issues**
- Support tenant option for custom domains [\#281](https://github.com/auth0/auth0.js/issues/281)
**Fixed**
- override issuer + tenant name [\#283](https://github.com/auth0/auth0.js/pull/283) ([glena](https://github.com/glena))
- allow to provide the tenant name for authN calls [\#282](https://github.com/auth0/auth0.js/pull/282) ([glena](https://github.com/glena))
- Utilize scope option [\#268](https://github.com/auth0/auth0.js/pull/268) ([naturalethic](https://github.com/naturalethic))
## [7.6.0](https://github.com/auth0/lock/tree/v7.6.0) (2016-12-07)
[Full Changelog](https://github.com/auth0/lock/compare/v7.5.0...v7.6.0)
**Closed issues**
- Remove the `getConnections` function [\#196](https://github.com/auth0/auth0.js/issues/196)
**Changed**
- fail if localstorage is not available to store the autogenerated nonce [\#262](https://github.com/auth0/auth0.js/pull/262) ([glena](https://github.com/glena))
**Deprecated**
- Deprecate and warn about getConnections [\#263](https://github.com/auth0/auth0.js/pull/263) ([hzalaz](https://github.com/hzalaz))
## [7.5.0](https://github.com/auth0/lock/tree/v7.5.0) (2016-11-22)
[Full Changelog](https://github.com/auth0/lock/compare/v7.4.0...v7.5.0)
**Closed issues**
- silentAuthentication does not use auth0 constructor options [\#235](https://github.com/auth0/auth0.js/issues/235)
**Added**
- Added nonce to mitigate replay attacks [\#242](https://github.com/auth0/auth0.js/pull/242) ([glena](https://github.com/glena))
- Audience scope constructor options [\#237](https://github.com/auth0/auth0.js/pull/237) ([glena](https://github.com/glena))
## [7.4.0](https://github.com/auth0/lock/tree/v7.4.0) (2016-11-01)
[Full Changelog](https://github.com/auth0/lock/compare/v7.3.0...v7.4.0)
**Added**
- Add userinfo and tokeninfo to auth0.js [\#227](https://github.com/auth0/auth0.js/pull/227) ([glena](https://github.com/glena))
- Handle fetching new tokens (aka refresh of tokens) using authorize prompt none in an iframe [\#226](https://github.com/auth0/auth0.js/pull/226) ([glena](https://github.com/glena))
## [7.3.0](https://github.com/auth0/lock/tree/v7.3.0) (2016-10-20)
[Full Changelog](https://github.com/auth0/lock/compare/v7.2.1...v7.3.0)
**Changed**
- Add CSRF token when using popup mode and user and pass login [\#218](https://github.com/auth0/auth0.js/pull/218) ([hernanhht](https://github.com/hernanhht))
- Bump winchan@0.1.4 [\#213](https://github.com/auth0/auth0.js/pull/213) ([cristiandouce](https://github.com/cristiandouce))
**Fixed**
- Use response_type on startPasswordless [\#217](https://github.com/auth0/auth0.js/pull/217) ([glena](https://github.com/glena))
## [7.2.1](https://github.com/auth0/lock/tree/v7.2.1) (2016-09-23)
[Full Changelog](https://github.com/auth0/lock/compare/v7.2.0...v7.2.1)
**Fixed**
- Fix popup mode when no id_token is returned [\#206](https://github.com/auth0/auth0.js/pull/206) ([rolodato](https://github.com/rolodato))
## [7.2.0](https://github.com/auth0/lock/tree/v7.2.0) (2016-09-12)
[Full Changelog](https://github.com/auth0/lock/compare/v7.1.0...v7.2.0)
**Closed issues:**
- Logout function is using deprecated endpoint [\#190](https://github.com/auth0/auth0.js/issues/190)
- Remove dependency on unmaintained query-string module [\#184](https://github.com/auth0/auth0.js/issues/184)
- Security Vulnerability in indirect dependency "Negotiator" [\#178](https://github.com/auth0/auth0.js/issues/178)
- reqwest version used expect a window object [\#170](https://github.com/auth0/auth0.js/issues/170)
- Use new v2/logout endpoint [\#74](https://github.com/auth0/auth0.js/issues/74)
**Added:**
- Allow to use v2 logout endpoint [\#201](https://github.com/auth0/auth0.js/pull/201) ([hzalaz](https://github.com/hzalaz))
**Changed:**
- Bump to latest reqwest@2.0.5 [\#202](https://github.com/auth0/auth0.js/pull/202) ([cristiandouce](https://github.com/cristiandouce))
- Use qs@6.2.1 instead nore-querystring fork [\#200](https://github.com/auth0/auth0.js/pull/200) ([hzalaz](https://github.com/hzalaz))
- Bump winchan version [\#199](https://github.com/auth0/auth0.js/pull/199) ([cristiandouce](https://github.com/cristiandouce))
## [7.1.0] - 2016-08-12
### Added
- Add `responseType` and `responseMode` options (#180)
- `responseType` should be used instead of `callbackOnLocationHash`, its
possible values are `"token"`, `"code"` and `"id_token"`.
- `responseMode` only allows `"form_post"`, which overrides the default
response mode for the given response type.
## [7.0.4] - 2016-08-08
### Fixed
- Stop sending client header when has been disabled (#182)
## [7.0.3] - 2016-06-21
### Fixed
- Fix login callbacks in cordova (#172, #173)
## [7.0.2] - 2016-05-26
### Fixed
- Fix the error message that is provided when the request that obtains
the user's SSO data fails (#167)
## [7.0.1] - 2016-05-12
### Fixed
- Provide the error object to the callback instead of `null` when the
request made by `getSSOData` fails (#162)
## [7.0.0] - 2016-05-09
### Changed
- The user profile is no longer fetched automatically after a
successul login in popup mode and the authentication result object
has been normalized for both modes (#150)
- Most of the properties of the `parseHash` return value have been
renamed:
- `access_token` to `accessToken`
- `id_token` to `idToken`
- `profile` to `idTokenPayload`
- `refresh_token` to `refreshToken`
- `error` and `state` remain the same
- The callbacks passed to `login*` methods now take just two
arguments: `error` and `result`. The `result` object will have the
same structure as the return value of `parseHash`.
- To fetch the profile after a successul login in popup mode you can
`getProfile` in the authentication callback.
- The `getSSOData` method now uses XHR instead of JSONP. An error will
be provided to the callback if you call this method on a client that
it is configured to use JSONP (#152)
### Fixed
- Fixes a bug that prevented logging in with an email using a database
connection with SSO enabled and avoid sending uneeded params to the
API (#153)
## [6.8.1] - 2016-04-26
### Fixed
- [] Merge pull request #145 from auth0/remove-debug (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/ec22f2fa0f004a7fe5a272f5ba3faa07c7820446
- [] Merge pull request #144 from auth0/upgrade-zuul (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/320541cae28c9f6fc8f4d13f877f117a00fb3498
- [] Merge pull request #143 from auth0/introduce-travis-ci (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/ea2356df5ba32023132c3468b55d8242d2c6595c
- [] Upgrade zuul (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/076e398c523931ccab44466575bf322af099c453
- [] Fix slack notification (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/9badf6f8006a82a5ce02a99fe5a279fc8bb9ea94
- [] Remove unused debug dep (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/02083a808afe83dbf0f24cc22eb84833a1f9a1c8
- [] Introduce travis ci (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/41df1cf1efa8125a40560aca13e6c3be71deb755
- [] Merge pull request #142 from rolodato/patch-1 (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/799dd5ba7e01d00f19a73c465d95f3c262914c16
- [] Update readme to v2 password reset flow (`Rodrigo López Dato`)
https://github.com/auth0/auth0.js/commit/bb4e815acaf9369f74a7a0c1b9477d0a0c0036fa
- [] Specify full and minified version in script src (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/3cb596fa972e0e54428e1b65c5734800b502ffb4
- [] Merge pull request #133 from auth0/test-ignore-bower (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/b4213c0c70a2284791aab023fba3c92e7b18c47b
- [] Ignore test dir in bower.json (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/65a2f2c7bb3f40a849aa104a82754a54c5318382
- [] Merge pull request #132 from auth0/add/npm-run-deploy (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/205021810f461efaaa26e9bc0b39974666277d92
- [] Update package.json (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/0b89e460e45df1ca6ea42ebda6904c7bd98dc8e2
- [] Merge pull request #130 from aguerere/patch-1 (`José F. Romaniello`)
https://github.com/auth0/auth0.js/commit/ef07a4f0066645efdc03f3e1ce0146239f8e7261
- [] Update and rename LICENSE.txt to LICENSE (`Alberto Güerere`)
https://github.com/auth0/auth0.js/commit/0b0096fd2dc65de1dd09af6be726128bef1dd1c9
## [6.8.0] - 2016-01-05
### Fixed
- [] Merge pull request #124 from auth0/support-auth0-libs (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/842c8b8d7fdb1aae41a2c62cc6564114d0e81f64
- [] bump zuul@3.6.0 (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/2a0c38f4899455b639a4a1cef4b8409567e50d2f
- [] Codestyle tests (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/64073b0747b3453c58af8a924782e8370946035a
- [] Update zuul on package.json (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/3a601315f845797bb980403b35f3e65b18a5ef0a
- [] Refactor handleRequestError (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/362f74a30af32e2a2218d4edfe1ada5c9e972d81
- [] Avoid rate limit in tests (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/302ba23a721d5f93a1175b21e6cf0a715031dbb7
- [] Temporarily skip delegation tests (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/fd3d41a0c1abb6a19108c105bc8bc32781455836
- [] Enable sso user/pass login in popup for Electron (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/7c998cddf16694badb0ad0e96276aae77957fd57
- [] Extract openWindow fn so it can be monkey-patched (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/4a68ef69e1781ec448db067081bcf2eff5d529f0
- [] Store version in a js file (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/3dcfa406e3c9a5ad244da3b0c9e8f64bed658a34
- [] Check for electron like we check for cordova (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/70b8cca1d61d19bbdc8bc05a6c2e79d20941c4e5
## [6.7.7] - 2015-11-30
### Fixed
- [] Merge pull request #123 from auth0/password-strength-error (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/4ce134121257ddfecd5822eb6d2c986683a12dc8
- [] Disable password strength error test for JSONP (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/20aae0a953c948f013afd7842f97d1b897bc8fb4
- [] Fix password strength error message, closes #122 (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/2a3d60814fec559de969fe87754828500e593f38
## [6.7.6] - 2016-10-26
### Fixed
- [] Revert changes from v6.7.5 as they are breaking appliance customers who are not on the latest version of Auth0 (`Peter Stromquist`)
https://github.com/auth0/auth0.js/commit/25a41e57d5ecb250b9b994891b8b9628bcdc2210
## [6.7.5] - 2015-10-26
### Fixed
- [] Disallow jsonp to get SSO data (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/344c4a91ebf447fe91f5c443ab7389fdac759415
## [6.7.4] - 2015-10-09
### Fixed
- [] Merge pull request #119 from toamitkumar/master (`Sandrino Di Mattia`)
https://github.com/auth0/auth0.js/commit/2ce4ac4ee4e374a87bc0e1e95551deaa4396d010
- [] Added https support to help install behind the proxy firewall (`Amit Kumar`)
https://github.com/auth0/auth0.js/commit/57151e72bb1474d5a237722c765bae7c0428a2e2
## [6.7.3] - 2015-09-29
### Fixed
- [] Consider aud arrays when decoding the id token (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/922556437da51f2a5b77613be2c156ae9a065c84
## [6.7.2] - 2015-09-26
### Fixed
- [] Properly set response_type in requestMagicLink (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/8895643c1e9b5ce54c69501620ce3ae1d1801404
## [6.7.1] - 2015-09-26
### Fixed
- [] Consider callback options when sending magiclink (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/e7ec405f001618791f958c3ed37ecf15cff3aaa1
## [6.7.0] - 2015-09-08
### Fixed
- [] Merge pull request #110 from auth0/passwordless-redirect (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/df02ebc7300080c0e470fa94a37dbcffc0505e7d
- [] New passwordless API (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/f4cdf13f5669586bab4776afc7ab78282c1ebc8e
- [] Fix call to requestMagicLink in README (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/12988494c8733af41a30011f6040930c21fb70a7
- [] Doc in README new passwordless API (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/16ac0bc003bd11b5bb9bc056c75e3ef1b034bed7
- [] Fix tests (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/47e6380e37dbebcc1e52c1318dc2ffa78ed0be9a
- [] WIP to allow redirect mode for passwordless login (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/6a6db948ce8bba6e052e47cc99f319bfdc20aaab
## [6.6.4] - 2015-09-07
### Fixed
- [] remove packageify - closes #99 (`José F. Romaniello`)
https://github.com/auth0/auth0.js/commit/39acefc412d48f438f278197bb75e52e188a5608
## [6.6.3] - 2015-09-03
### Fixed
- [] create a new popup window if the current one is closed (`José F. Romaniello`)
https://github.com/auth0/auth0.js/commit/9dd323e344957b5ec3b3f0fa8d0f83aaad747aaf
## [6.6.2] - 2015-09-02
### Fixed
- [] Updated tests to run faster in latest 3 versions of browsers (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/7ac1ffd2327c89e386e28e8a10b17d0e961de2cb
- [] Merge pull request #107 from auth0/fix/signup-popup (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/fd73f249181508ab2153d5f64929fba76faf56b5
- [] Some codestyle changes (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/0f9cf8415460acddd9936e30a1e044c592d29c5e
- [] Little refactor for popup opener when auto_login mode on signup (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/065c9e6cb2f950545c11bbcd8bd1d7b0004380ae
## [6.6.1] - 2015-08-28
### Fixed
- [] Update example for signup (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/8b060242d63fd6a77d24a5456698ddbaf69e1a3a
- [] Fix issue with double opened popups when doing signup (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/7b9c1e6ee415fe4a53b1393147e97a6f5d99dbd5
- [] Update example so it doesn't make your eyes bleed (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/f747483286608679bfd80b3cbc7d790deebd04c6
- [] Fix gruntfile and example html (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/aa6528135cdaff6812ff8df6d13f70b61e106849
- [] Fix purge_cdn command (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/35d8d9e9ba3eea6a520c39b96536dffd48faa1d9
## [6.6.0] - 2015-08-28
### Fixed
- [] Remove force of status from winchan response handlers (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/ca696f063198fde169f144bd6ed3eebd8d354207
- [] Add 401 status inside LoginError when code is `unauthorized` (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/7cfbf6e0fd58c5a226658762711965d469264cb6
- [] Fix bump version script (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/37a463d8ab5b68cef6bb0a8ac1fbc99572f20750
- [] Highly improve error handling for winchan.open on loginWithPopup (social conns) (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/5950b9206c54c3e02ec9a3f29664d9233dc684d0
- [] More clear handling. And adding 401 status when unauthorized (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/fda60bb60422e1a377f4a0eda9affebbb6eec235
- [] Highly improve winchan errors handling. Consider also cases from rules errors not considered before (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/b4b7a14e1bf421736bdf10a68e060d9036a45eb0
- [] Fix purge script (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/ce67919ebdcd604c63999e350248fa60513b0c41
## [6.5.1] - 2015-08-04
### Fixed
- [] Fix some case where when handling with JSONP (IE9 by default) error handling will fail expecting other variable for the error (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/5dd14cd487a0483da2f16532ea9c3e8d192fdb4b
- [] Fix package.json version for sinon (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/46c8b063bf36a4d76df912b4a08d82ee3d1c1aa3
- [] Fix tests (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/8602777a81868d731ecd77114ce38ce841ea8ec5
- [] Merge pull request #104 from auth0/fix-signup-jsonp-error (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/82413689f4631bbc10e3d4df8525d3ef1bf27797
- [] the other way (`German Lena`)
https://github.com/auth0/auth0.js/commit/7c861c0e96e19f3923b94f6126fcdb35d3ded480
- [] lets support both err and error (`German Lena`)
https://github.com/auth0/auth0.js/commit/0a1bb94e9908ab0e2221c2a9fdc11a793b1895e2
- [] fix jsonp error response for signup: wrong field name (`German Lena`)
https://github.com/auth0/auth0.js/commit/c6f33ea991a2faff897140e8f305a646633b369b
- [] Merge pull request #102 from auth0/add-popup-mode-warning-in-README (`Matias Woloski`)
https://github.com/auth0/auth0.js/commit/0cfda913b66ed66c3dbd6859c22f62a74113d3eb
- [] Add Popup Mode warning in README (`twistedstream`)
https://github.com/auth0/auth0.js/commit/48cf137e3ec26592edda4de51e5b9e50caf8ead9
- [] Merge pull request #101 from auth0/enhance-processing-the-callback-section-in-README (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/4588149a91ceebef6d5085c3cd6b8bf5402c2431
- [] More tweaks (`twistedstream`)
https://github.com/auth0/auth0.js/commit/de1216b122111c1f24095b4143372760d1affdbc
- [] Merge branch 'master' into enhance-processing-the-callback-section-in-README (`twistedstream`)
https://github.com/auth0/auth0.js/commit/242491ca06242885cdb4a4f1a51146a1f04cea17
- [] Cleanup of new Processing the Callback content (`twistedstream`)
https://github.com/auth0/auth0.js/commit/d712f2215da75d4610c029549bb10508f26b69b4
- [] add region to gruntfile (`José F. Romaniello`)
https://github.com/auth0/auth0.js/commit/7fb9ae4efa6dcf206fa2e0687c6b0150dbd21306
- [] First draft of more detailed description (`twistedstream`)
https://github.com/auth0/auth0.js/commit/caad175a494594d8aa2171e8fb28effea05d4d17
- [] Update sms code example to use `login` (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/fe1d13d41d1b46553564d00e61c10034b52ac5f1
- [] Merge pull request #100 from auth0/examples-tasks (`Cristian Douce`)
https://github.com/auth0/auth0.js/commit/0db5f69bf9166fcb34b44cdc5afdbc72cef859ba
- [] Move build to the beginning in examples tasks (`Gabriel Andretta`)
https://github.com/auth0/auth0.js/commit/2a441ef92f4d9c129aae05c1d727811daf8e5ee9
- [] Correct sso default value in README (`Rodrigo López Dato`)
https://github.com/auth0/auth0.js/commit/5f29bce47ef1af297ff490932078b100b51c9535
- [] Update CHANGELOG.md (`Alberto Pose`)
https://github.com/auth0/auth0.js/commit/e8e8a7e15aa8d404b0955edfe7b08de918dad333
## [6.5.0] - 2015-08-04
### Added
- Add `.startPasswordless()` method and warn deprecation of `.requestSMSCode()` (@gnandretta)
https://github.com/auth0/auth0.js/commit/cdc4b2982ab0f22bd27fa0beb4a9657517f0117d
- Add client version and lib name on authentication requests (@benschwarz)
## [6.4.2] - 2015-05-18
### Fixed
- [cors] do not use jsonp on same origin
https://github.com/auth0/auth0.js/commit/5f6c98bf2d15356d657c58d68afeabb677324194
## [6.4.1] - 2015-05-07
### Fixed
- [base64url] Fix incorrect base64 decode (only first `-` and `_` characters were replaced). (`wooorm`)
https://github.com/auth0/auth0.js/commit/5f6c98bf2d15356d657c58d68afeabb677324194
## [6.4.0] - 2015-05-05
### Changed
- [cors] Allow to override the useJSONP policy by disabling with `{forceJSONP: false}` in constructor options. (`cristiandouce`)
https://github.com/auth0/auth0.js/commit/8ff0529a444272fd1f6696a2bf1f02136dd67743
- [cors] Only use crossOrigin flags when the origin differs as on the same domain security policies detail. (`cristiandouce`)
https://github.com/auth0/auth0.js/commit/8ff0529a444272fd1f6696a2bf1f02136dd67743
## [6.3.1] - 2015-04-27
### Fixed
- [popup] Pop up is now closed when signing up successfully (`ivancevich`)
https://github.com/auth0/auth0.js/commit/77865c65eaa54017a94d13dd23da81c855a64634
## [6.3.0] - 2015-04-15
### Added
- [sms] Added SMS authentication ([docs](https://github.com/auth0/auth0.js#passwordless-authentication-with-sms)) (`ivancevich - cristiandouce`)
https://github.com/auth0/auth0.js/commit/7af1c105b9470ada7ac28f780342513d55f2b502
https://github.com/auth0/auth0.js/commit/2836d0d0222ba4fef7a270cf9520671fdaf087dd
https://github.com/auth0/auth0.js/commit/95e282c922362ab68ea29ef5f5de6127ebe44882
https://github.com/auth0/auth0.js/commit/3de0408888bfa952f28ff9f2465912476aebc874
https://github.com/auth0/auth0.js/commit/27b53cc04180ec83e273082e9082e08f45dc9b02
https://github.com/auth0/auth0.js/commit/d6a239758fdcf7b1911ebcc577f26d20068a6194
https://github.com/auth0/auth0.js/commit/0452ba4b10aeae7bf67eaf3c2f7201e18fbe7e94
https://github.com/auth0/auth0.js/commit/037605cae5d5b334e99ef308d3b1c393ea9a0f4b
https://github.com/auth0/auth0.js/commit/e560f0c857b6b9709257271871b87635615fda7e
https://github.com/auth0/auth0.js/commit/82ea2573ef876200d358c7706d083b77cddfb563
https://github.com/auth0/auth0.js/commit/6bbdc74fd3a9485947137d202d111ed444bdcd99
https://github.com/auth0/auth0.js/commit/68dbacea12dc3a0e68246c833c64610f28371b60
https://github.com/auth0/auth0.js/commit/2c4170eff747818656f920dad6cea4ce6f786036
https://github.com/auth0/auth0.js/commit/5e3df9151b2273bea9a320a7c35ee04e5c5b767f
https://github.com/auth0/auth0.js/commit/32c782f02661e9a53ecc78fe6e0da3bf728eacff
https://github.com/auth0/auth0.js/commit/5aea2aa7b48c167264e63c441c51f5db2cd54577
https://github.com/auth0/auth0.js/commit/8f34c789fadafa3d74bfd18ab6cc4f72f7fd1280
## [6.2.0] - 2015-04-07
### Added
- [error] Added refused/timeout connection errors. (https://github.com/auth0/auth0.js/pull/76) (https://github.com/auth0/auth0.js/issues/75) (`pose`)
https://github.com/auth0/auth0.js/commit/e7f3ef95993b62ed3f40e4e7608b586b9bab6c68
https://github.com/auth0/auth0.js/commit/5db28b9c269c44da4d72ea6e5254c692cf5e31c2
https://github.com/auth0/auth0.js/commit/d07733c717c8bee2214f36963880ec26563f76f8
## [6.1.0] - 2015-03-19
### Added
- [error] Added Internet connection error reporting: Failing requests that report status code === 0 are now reported as offline rather than invalid_user_password (https://github.com/auth0/auth0.js/pull/71) (https://github.com/auth0/auth0.js/issues/50) (`pose`)
https://github.com/auth0/auth0.js/commit/8fa314997adaa0832a838758432f5249c5ebd0a4
https://github.com/auth0/auth0.js/commit/68aea5dee564c60ede71e0668468f7433f723f3b
## [6.0.6] - 2015-02-18
### Fixed
- [auth0.js] Fixes issues with Phonegap and db connections. (`pose`)
https://github.com/auth0/auth0.js/commit/6800c05460919da0bb514068e71fd7ee76663af0
## [6.0.5] - 2015-02-18
### Fixed
- [auth0.js] Fixed: If callback has not >1 arguments, then we don't do open a popup and do sso. (`pose`)
https://github.com/auth0/auth0.js/commit/ac5a535ff1201fd4fb4fec464517ac29172d02d9
## [6.0.4] - 2015-02-18
### Fixed
- [auth0.js] Fixing sso flag not working by default. (`pose`)
https://github.com/auth0/auth0.js/commit/a876394a17536429bfd99546d3d6bfffcc247f8e
- [auth0.js] Sending scope parameter when using dbconn, sso: true and popup. (`pose`)
https://github.com/auth0/auth0.js/commit/908493a5028f1bc339b26a7390d51142c95d0314
### Added
- [auth0.js] Adding popup blocker warning. (`pose`)
https://github.com/auth0/auth0.js/commit/e7fa8c282cd827dae758282d2b54b22443c595fd
## [6.0.3] - 2015-02-11 [YANKED]
## [6.0.2] - 2015-01-26
- [925ec92] Fixing merge conflict. (`Alberto Pose`)
- [15eff14] Updating to winchan@0.1.1 (`Alberto Pose`)
- [3086cfb] Merge pull request #59 from auth0/6.x (`Alberto Pose`)
- [a27686f] Merge pull request #53 from alexfiedler/patch-1 (`Alberto Pose`)
- [ec44e49] Adding consistency warning. (`Alberto Pose`)
- [2d653b8] Improving test style. (`Alberto Pose`)
- [7ee1ba2] Adding popup.kill check (`Alberto Pose`)
- [2a3453d] Making sso: true by default. (`Alberto Pose`)
- [4b5e833] Passing existing popup to winchan when using dbconnection and sso: true after signup (prevents popup blocking) (`Alberto Pose`)
- [4a558c9] Updating to winchan 0.1.0 (`Alberto Pose`)
- [c470beb] Handles db connection on popup and sso: true. (`Alberto Pose`)
- [fb6bdca] Documenting popup and sso: true (`Alberto Pose`)
- [25faf0d] Typo in the readme for the browserify version (`alexfiedler`)
## [5.5.1] - 2015-01-23
- [296b7c6] Merge pull request #58 from auth0/bugfix-callback-param-order (`Alberto Pose`)
- [dc41581] Fix parameter order of FB login callback. (`Hernan Zalazar`)
- [75c7369] Fixing bug on _phonegapFacebookLogin method. (`Alberto Pose`)
## [5.5.0] - 2015-01-23
- [5df4b63] Merge pull request #57 from auth0/feature-phonegap-social-login (`Alberto Pose`)
- [41efa21] Small style fixes (`Alberto Pose`)
- [1b9813f] Add test for Auth0 option for phonegap auth. (`Hernan Zalazar`)
- [5c98c20] Small refactors and docs. (`Hernan Zalazar`)
- [133a815] Fail if phonegap-facebook-plugin is not installed. (`Hernan Zalazar`)
- [395bb3c] Refactor how cordova plugins are handled. (`Hernan Zalazar`)
- [ead76fe] If in Cordova app use Facebook plugin to login. (`Hernan Zalazar`)
## [5.4.0] - 2015-01-16
- [22e2ede] Revert "Handles db connection on popup and sso: true." (`Alberto Pose`)
- [009921e] Revert "Documenting popup and sso: true" (`Alberto Pose`)
- [08b6b40] Merge pull request #56 from auth0/popup-documented (`Alberto Pose`)
- [5ad257f] Documenting popup and sso: true (`Alberto Pose`)
## [5.3.0] - 2014-12-24
- [bdca479] Handles db connection on popup and sso: true. (`Alberto Pose`)
## [5.2.2] - 2014-12-19
## [5.2.1] - 2014-12-19
- [452da5c] Added passthorugh as default option for refreshToken (`Martin Gontovnikas`)
## [5.2.0] - 2014-12-02
- [7e01d39] Merge pull request #52 from auth0/accept-parameters-on-methods (`Martin Gontovnikas`)
- [4007e55] Accepting callbackURL and callbackOnLocationHash on methods (`Martin Gontovnikas`)
## [5.1.1] - 2014-10-24
## [5.1.0] - 2014-10-24
- [7ce2990] Merge branch 'add/handle-username-and-email' (`Cristian Douce`)
- [fc9a9b7] Add test expecting error when missing username with requires_username database (`Cristian Douce`)
- [55bd2e7] Enable tests for signup with requires_username enabled on database connection (`Cristian Douce`)
- [70c62b2] change password with username / email (`Matias Corbanini`)
- [7d3827d] signup enabled with both username and/or email (`Matias Corbanini`)
## [5.0.1] - 2014-10-20
- [f594172] Merge pull request #47 from auth0/delegation-error-message (`Cristian Douce`)
- [f1d00d4] Explicitly refer to delegation endpoint in missing token error (`Rodrigo López Dato`)
## [5.0.0] - 2014-10-15
- [0308678] Removed offline_mode. Made offline_access trigger device calculation (`Martin Gontovnikas`)
## [4.3.0] - 2014-10-14
- [c559151] Update the way of handling failings from reqwest in all public/private methods except for _getUserInfo as it's the only one returning a promise like object (`Cristian Douce`)
## [4.2.11] - 2014-10-14
- [97a517f] Bump reqwest ~1.1.4 (`Cristian Douce`)
- [513d944] Update index.js (`Alberto Pose`)
## [4.2.10] - 2014-10-07
- [b0a105f] restore old popup behavior for response_type=code (`José F. Romaniello`)
## [4.2.9] - 2014-10-07
- [8f22fef] open popup on signup case when callbackOnLocaHash:false and popup true (`José F. Romaniello`)
- [a50c6c0] remove debug option (`José F. Romaniello`)
## [4.2.8] - 2014-09-30
- [30b2853] Fix phonegap/cordova fast close window popup for better UX (`Cristian Douce`)
- [00282ed] minor (`José F. Romaniello`)
## [4.2.7] - 2014-09-15
- [b9b5c02] Added scope passthrough (`Martin Gontovnikas`)
- [8ef47f1] Minor (`Alberto Pose`)
## [4.2.6] - 2014-09-02
- [57ba12b] Defaulting to window hash (`Martin Gontovnikas`)
## [4.2.5] - 2014-09-01
- [6c4ab5a] Merge branch 'master' of github.com:auth0/auth0.js (`Martin Gontovnikas`)
- [679a8f9] Added popup options to Phonegap as well (`Martin Gontovnikas`)
- [d1ac2ed] Update mocha@1.20.1 - We should handle global.window differently since mocha@1.21.x breaks the global `global` pattern and just use `this` (`Cristian Douce`)
- [c1614ae] Fix tests (`Cristian Douce`)
- [3e9e2d0] Fix bug on IE8 with `this` referencing window instead of iframe (`Cristian Douce`)
- [99d6e2c] Fix support forceLogout helper for IE8 (`Cristian Douce`)
- [8b1ea04] Disabled tag badge since fails 99% of the time (`Cristian Douce`)
## [4.2.4] - 2014-08-15
## [4.2.3] - 2014-08-15
- [04ace02] minor (`José F. Romaniello`)
## [4.2.1] - 2014-08-15
- [11b716c] delete built resources (`José F. Romaniello`)
## [4.2.0] - 2014-08-15
- [cfa345e] Merge pull request #39 from alyssaq/master (`Alberto Pose`)
- [5793da8] example command to run auth0 example (`Alyssa`)
- [3c908ab] Revert "add drone.yml to test drone.io" (`José F. Romaniello`)
- [c4d1d57] Updating README (`Martin Gontovnikas`)
## [4.1.0] - 2014-08-13
- [01559f1] Fixes & more tests (`Martin Gontovnikas`)
- [655ada8] Offline mode (`Martin Gontovnikas`)
- [f043ee8] minor (`José F. Romaniello`)
- [4b3f342] minor (`José F. Romaniello`)
## [4.0.1] - 2014-08-07
- [f7dbee8] Merge branch 'updates' (`Cristian Douce`)
- [5d68b56] Update is-array module to resolve native first or fallback instead (`Cristian Douce`)
- [eceb6b1] Move `Array.isArray` polyfill to function wrapper (`Cristian Douce`)
- [a9ff249] Update to better JSON.parse fallback (`Cristian Douce`)
## [4.0.0] - 2014-08-05
- [06e1b4d] Merge pull request #36 from auth0/delegation-token (`Martin Gontovnikas`)
- [af43fdc] Done Iaco Suggestions (`Martin Gontovnikas`)
- [0c7d2f5] Added refresh_token API as well (`Martin Gontovnikas`)
- [23ef5dd] Finished build (`Martin Gontovnikas`)
- [4635a3d] Updated README (`Martin Gontovnikas`)
- [d713d69] Added new DelegationToken API (`Martin Gontovnikas`)
## [3.2.3] - 2014-07-25
- [d0ad08e] reference branch of qs (`José F. Romaniello`)
## [3.2.2] - 2014-07-25
- [21cf9a5] Update package.json (`Cristian Douce`)
## [3.2.1] - 2014-07-22
- [26d68cd] Oops, fixing tests (`Alberto Pose`)
## [3.2.0] - 2014-07-22
- [4a906c7] Fixes #16: Make callbackURL optional and makes it default to document.location.href (`Alberto Pose`)
- [f14fa6b] Merge pull request #32 from auth0/update-login (`Alberto Pose`)
- [a5448c5] Add block docs to auth0.js API (`Cristian Douce`)
## [3.1.0] - 2014-07-14
- [40e85c1] Merge pull request #30 from auth0/phonegap (`Alberto Pose`)
- [a4526ab] Updating auth0.js to latest version (`Alberto Pose`)
- [550d8ba] Adding compiled files. (`Alberto Pose`)
- [72f972b] Phonegap fine tunning. (`Alberto Pose`)
- [34ae7e1] First take on Phonegap implementation. (`Alberto Pose`)
## [3.0.3] - 2014-07-11
- [a46ad4c] Removing popup tests that no longer apply after winchan. (`Alberto Pose`)
## [3.0.2] - 2014-07-11
- [a46bc50] Update build (`Cristian Douce`)
- [651f97f] Add trim to each method accepting username|email parameters before execution and tests (`Cristian Douce`)
- [359ad74] Add trim to .validateUser() and tests. #28 (`Cristian Douce`)
- [563a533] Add trim as dependency (`Cristian Douce`)
## [3.0.1] - 2014-07-11
- [ed4cd3c] Merge pull request #27 from auth0/winchan (`Alberto Pose`)
## [3.0.0] - 2014-07-11
- [46476dd] Winchan refactor. (`Alberto Pose`)
- [340e3dc] Merge pull request #25 from auth0/issues/24 (`Damian Schenkelman`)
- [ffa7b8c] Fixes #24 by adding support for connection_scope to login and signin. Bump to 2.3.0 (`dschenkelman`)
- [15449c8] Updating Auth0 Logo (`Alberto Pose`)
- [50d9027] Add tests for IE11. Related #23 (`Cristian Douce`)
## [2.2.0] - 2014-06-10
- [c253b9b] add packageify as a dep (`José F. Romaniello`)
- [ada0658] Add prefix to all jsonp requests to avoid bug when learnboost/jsonp is used in same site (`Cristian Douce`)
## [2.1.10] - 2014-06-17
- [74c2ae0] update jsonp timeout (`siacomuzzi`)
## [2.1.9] - 2014-06-17
- [df60ffa] Bump jsonp dependency (`Cristian Douce`)
## [2.1.8] - 2014-06-10
## [2.1.7] - 2014-06-10
- [76b2504] add packageify as a dep (`José F. Romaniello`)
## [2.1.6] - 2014-06-04
## [2.1.5] - 2014-06-03
## [2.1.4] - 2014-05-16
## [2.1.3] - 2014-05-09
- [cd3717f] Filtering popup and popupOptions when calling /authorize endpoint. (`Alberto Pose`)
## [2.1.2] - 2014-05-08
- [78d7807] Minor: Fixing bug when popupOptions is undefined. (`Alberto Pose`)
## [2.1.1] - 2014-05-08
- [02cf3f0] Centering login popup by default. (`Alberto Pose`)
## [2.1.0] - 2014-05-08
- [f0e1b37] Fixing loginWithPopup and documenting callback usage. (`Alberto Pose`)
- [4a7ec1f] Fixing broken getDelegationToken test. (`Alberto Pose`)
## [2.0.18] - 2014-04-30
- [0a9d651] do not send popup and popupOptions as qs (`José F. Romaniello`)
## [2.0.17] - 2014-04-23
- [0cf2048] Merge pull request #14 from auth0/notify-about-popup-close (`Alberto Pose`)
- [7490421] Making callback(err, null) -> err instance of Error (`Alberto Pose`)
- [55c32f8] Notifying when user closed the popup window. (`Alberto Pose`)
## [2.0.16] - 2014-04-23
- [ac2794e] Merge pull request #13 from auth0/popup-error-url-fix (`Alberto Pose`)
- [dc2b72a] Fixing #error and ?error handling in popup (`Alberto Pose`)
## [2.0.15] - 2014-04-19
- [4f53dc6] minor (`José F. Romaniello`)
## [2.0.14] - 2014-04-19
- [b088fa0] do not validate iss if not present in the jwt (`José F. Romaniello`)
- [5a7f6f3] fix broken tests (`José F. Romaniello`)
## [2.0.13] - 2014-04-19
- [32a8a73] minor (`José F. Romaniello`)
## [2.0.12] - 2014-04-15
- [469a3b0] Delete auth0.debug.js (`José F. Romaniello`)
## [2.0.11] - 2014-04-15
- [1fb41e6] change bower to use built-in file (`José F. Romaniello`)
- [3879f18] Removing haunted character (╯°□°)╯︵ ┻━┻ (`Alberto Pose`)
- [1c1f198] Removing invalid character. (`Alberto Pose`)
- [8f4195c] Removing invalid character. (`Alberto Pose`)
## [2.0.10] - 2014-04-03
- [03d966b] fix issue with use_jsonp() and add an option to force jsonp (`José F. Romaniello`)
- [67795ad] Adds to CDN URLs like auth0-2.js, auth0-2.0.js (`Alberto Pose`)
- [d434613] Merge pull request #10 from cbas/patch-1 (`Alberto Pose`)
- [23eccee] Fixed bower name & version (`Sebastiaan Deckers`)
- [f6e7f34] Adding error handling to examples. (`Alberto Pose`)
## [2.0.9] - 2014-03-31
- [425b787] Fixing ',' that broke IE8 (`Alberto Pose`)
## [2.0.8] - 2014-03-31
- [9a25381] Simplifying getProfile method. (`Alberto Pose`)
## [2.0.7] - 2014-03-29
- [4f2bd8f] Fixing bug on popup logic. (`Alberto Pose`)
## [2.0.6] - 2014-03-29
- [b081eac] Updating compiled files. (`Alberto Pose`)
- [5ac63ae] minor (`siacomuzzi`)
- [c0f3d8d] Removing debugger statement. (`Alberto Pose`)
- [0937f03] minor (`siacomuzzi`)
- [788998b] Updating login-google-popup example. (`Alberto Pose`)
## [2.0.5] - 2014-03-28
- [c339e0e] build library (`siacomuzzi`)
## [2.0.4] - 2014-03-28
- [62e8c19] minor (`siacomuzzi`)
- [7f9d5f9] Updating parseHash and getProfile docs (`Alberto Pose`)
## [2.0.3] - 2014-03-28
- [6034016] s/throw/return/g in some tests (`Alberto Pose`)
- [3729585] Fixing popup example. (`Alberto Pose`)
- [8928bb8] * parseHash now returns null on invalid hash URL. * getProfile MUST be called exclusively using a token (object obtained by doing parseHash of the hash URL). * Removed inCallback function as it was confusing. (`Alberto Pose`)
## [2.0.2] - 2014-03-27
- [95b50b8] Fixing tests that were not working. (`Alberto Pose`)
- [3f592fb] Fixing broken example. (`Alberto Pose`)
- [2f2945c] signin with {popup: true} MUST receive a callback. (`Alberto Pose`)
## [2.0.1] - 2014-03-27
- [f062763] Fixing callback(err) -> callback(e) (`Alberto Pose`)
- [b9d478e] Updating how parseHash sync works. (`Alberto Pose`)
## [2.0.0] - 2014-03-27
## [1.6.5] - 2014-03-26
- [b7faae0] change to to avoid ad-block plugins (`José F. Romaniello`)
## [1.6.4] - 2014-03-08
- [b292d00] change "/api/users/validate_userpassword" with "/public/api/users/validate_userpassword" (`siacomuzzi`)
## [1.6.3] - 2014-03-07
- [eed985f] validateUser method (`siacomuzzi`)
## [1.6.2] - 2014-03-04
- [575419b] getProfile: call POST /userinfo (`siacomuzzi`)
- [46915a1] fix parse error when hash starts with a slash (#/access_token, #/error) (`siacomuzzi`)
## [1.6.1] - 2014-03-04
- [85c7c07] getProfile: use /tokeninfo instead of /api/users/:id (`siacomuzzi`)
- [86bfd46] fix test (`Matias Woloski`)
## [1.6.0] - 2014-03-02
- [3d864b9] support for callback on popup mode and chance getProfile signature (`Matias Woloski`)
- [6620ebf] updated bower version (`siacomuzzi`)
## [1.5.1] - 2014-02-28
## [1.5.0] - 2014-02-28
- [26eada7] more tests (`siacomuzzi`)
- [3d49a70] minor (`siacomuzzi`)
- [0643352] code improvements (`siacomuzzi`)
- [9f46880] loginWithUsernamePassword: call loginWithResourceOwner based on callback.arguments (`siacomuzzi`)
- [7b9afae] loginWithUsernamePassword: by default use RO endpoint (`siacomuzzi`)
## [1.4.3] - 2014-02-27
- [2f670fe] rebuild js (`siacomuzzi`)
## [1.4.2] - 2014-02-27
- [20c8894] minor fix (`siacomuzzi`)
## [1.4.1] - 2014-02-27
- [a8021f8] minor (`siacomuzzi`)
## [1.4.0] - 2014-02-27
- [edba82f] default scope: openid (`siacomuzzi`)
## [1.3.12] - 2014-02-25
- [790d6dd] improve validation error messages (`siacomuzzi`)
- [c52cebe] more tests (`siacomuzzi`)
## [1.3.11] - 2014-02-25
- [8216994] validate id_token.aud and id_token.iss. closes #7 (`siacomuzzi`)
## [1.3.10] - 2014-02-24
- [8e0fcc5] fix encoding issues (`siacomuzzi`)
- [d7c7acf] code improvements (`siacomuzzi`)
## [1.3.9] - 2014-02-24
- [f4786a7] getProfile method. closes #6 (`siacomuzzi`)
## [1.3.8] - 2014-02-24
- [85b435a] login method: call loginWithUsernamePassword only if options.username/options.email is not undefined (`siacomuzzi`)
- [c443c01] fix tests (`José F. Romaniello`)
## [1.3.7] - 2014-02-24
- [7c840c7] close popup on signing with db connection errors (`José F. Romaniello`)
## [1.3.6] - 2014-02-23
- [533336f] partially implement popup mode for user&pass (`José F. Romaniello`)
- [1f10701] configured grunt-maxcdn (`siacomuzzi`)
## [1.3.5] - 2014-02-03
- [8cc4baa] show popup sample (`Sebastian Iacomuzzi`)
- [79df2a9] Merge pull request #5 from cristiandouce/feature-popup (`Sebastian Iacomuzzi`)
- [3c65770] Update example with new popup support and make it work (`Cristian Douce`)
- [a28bccb] Add popup support for 3rd party connection login (`Cristian Douce`)
- [0e46cb4] minor (`siacomuzzi`)
- [6bb81b2] update getDelegationToken in order to require id_token parameter (`siacomuzzi`)
- [b027819] update example based on recent changes (`siacomuzzi`)
## [1.3.4] - 2014-01-30
- [d51ec69] update getDelegationToken in order to require id_token parameter (`siacomuzzi`)
- [7cbca93] update example based on recent changes (`siacomuzzi`)
- [492491f] minor (`siacomuzzi`)
## [1.3.3] - 2014-01-23
- [5c67712] minor (`siacomuzzi`)
## [1.3.2] - 2014-01-23
- [0f26430] getDelegationToken method (`siacomuzzi`)
## [1.3.1] - 2014-01-11
- [78e9451] fix minor (`José F. Romaniello`)
## [1.3.0] - 2014-01-11
- [2f84f21] add parameter to getSSOData to query for ADs (`José F. Romaniello`)
## [1.2.8] - 2014-01-03
## [1.2.7] - 2014-01-03
- [da4d77d] Adding alias login=signin and error hash parsing. (`Alberto Pose`)
- [c715cd8] Making testem to be run from node_modules. (`Alberto Pose`)
## [1.2.6] - 2013-12-24
- [534f39f] minor (`José F. Romaniello`)
## [1.2.5] - 2013-12-24
## [1.2.4] - 2013-12-24
## [1.2.3] - 2013-12-24
- [a39d146] fix tests (`José F. Romaniello`)
- [b5fc9f1] add experimental support for bower, closes #4 (`José F. Romaniello`)
## [1.2.2] - 2013-11-27
- [e1977c1] use "/usernamepassword/login" endpoint for loginWithUsernamePassword method (`siacomuzzi`)
- [0ce682b] minor (`José F. Romaniello`)
## [1.2.0] - 2013-11-21
## [1.1.2] - 2013-11-21
- [eebf542] add logout method (`José F. Romaniello`)
## [1.1.1] - 2013-11-14
- [d8923f9] fix signup bug on server error for ie8 (`José F. Romaniello`)
## [1.1.0] - 2013-11-13
- [9ed4ab9] fix change_password false/positive error (`José F. Romaniello`)
- [0ba9890] upload to cdn with sourcemaps (`José F. Romaniello`)
- [dbb3b58] add version number to file in cdn (`José F. Romaniello`)
## [1.0.0] - 2013-11-05
- [8262da6] change parseHash api and introduce callbackOnLocationHash (`José F. Romaniello`)
- [5e1c3a6] minor (`José F. Romaniello`)
## [0.2.2] - 2013-11-01
- [24bed55] code improvements (`siacomuzzi`)
- [e7b2753] support response_type and scope parameters (`siacomuzzi`)
- [9d29142] add cdn task (`José F. Romaniello`)
- [110e1a0] minor (`José F. Romaniello`)
- [f96b076] add build badge (`José F. Romaniello`)
- [73eb7ab] minor (`José F. Romaniello`)
- [327dd68] change layout of the repo (`José F. Romaniello`)
- [6b7b8bc] run in two phases (`José F. Romaniello`)
- [8c10631] minor (`José F. Romaniello`)
- [5ccd32a] minor (`José F. Romaniello`)
## [0.2.1] - 2013-10-31
- [ee13b0d] update debug (`José F. Romaniello`)
- [3f1ae81] change timeouts (`José F. Romaniello`)
- [409b3e2] simplify phantomjs runner (`José F. Romaniello`)
- [f0f5ffd] minor (`José F. Romaniello`)
- [f8257fa] minor (`José F. Romaniello`)
- [8fd9c60] minor (`José F. Romaniello`)
- [bd74281] change to my fork of browserstack cli (`José F. Romaniello`)
- [dbfffa0] use basic config for testem browserstack (`José F. Romaniello`)
- [04f253f] let's trick travis (`José F. Romaniello`)
- [57ff019] minor (`José F. Romaniello`)
- [8480820] add timeout to browserstack tests (`José F. Romaniello`)
## [0.2.0] - 2013-10-25
- [014611b] rename loginWithDbConnection with loginWithUsernamePassword in order to support adldap connections (`siacomuzzi`)
## [0.1.8] - 2013-10-24
- [7be0242] Merge pull request #2 from auth0/standalone_vs_npm (`José F. Romaniello`)
- [f517547] minor (`José F. Romaniello`)
- [1dd448a] do not pollute windown when used as a module (`José F. Romaniello`)
- [bca0c22] minor (`siacomuzzi`)
- [40c0729] minor (`siacomuzzi`)
- [63faff4] minor (`siacomuzzi`)
- [b76da42] minor (`siacomuzzi`)
- [ebead5e] changePassword: improve success result (`siacomuzzi`)
- [5db26d3] changePassword method (`siacomuzzi`)
- [787f165] getConnections method (`siacomuzzi`)
- [1146416] fix test for ie10 (`José F. Romaniello`)
- [0e44473] disable safari tests (`José F. Romaniello`)
- [0e91627] minor (`José F. Romaniello`)
- [79107ce] change set of browsers for tests (`José F. Romaniello`)
- [75ef118] use BrowserStack/testem instead of saucelabs (`José F. Romaniello`)
- [63e8548] fix problem with XDomainRequest (`José F. Romaniello`)
- [af0cf03] add certs to test (`José F. Romaniello`)
- [d091fb3] add example_https (`José F. Romaniello`)
- [884c1ba] have a nice weekend! (`siacomuzzi`)
- [c46c47f] include simple test for getSSOData (for all browsers) (`siacomuzzi`)
- [5126a5b] hipchat notifications (`Matias Woloski`)
- [70c3968] dont run getSSOData tests in iPhone browser (`siacomuzzi`)
- [3c99610] comment all getSSOData tests (`siacomuzzi`)
- [69cb23a] improved logout helper method (`siacomuzzi`)
- [8aee29b] minor (`siacomuzzi`)
- [e08367f] remove setTimeout because safari (iphone) does not support it (`siacomuzzi`)
- [9d0df8f] minnor (`siacomuzzi`)
- [ef49aad] minor (`siacomuzzi`)
- [17e4074] commented getSSOData tests (temporarily) (`siacomuzzi`)
- [4e9806e] forceLogout method for tests (`siacomuzzi`)
- [f2f7dca] skip getSSOData test (temporarily) (`siacomuzzi`)
- [4039328] minor (`siacomuzzi`)
- [1dc13cd] getSSOData method (`siacomuzzi`)
- [55515dc] minor (`José F. Romaniello`)
- [ef3ea97] minor (`José F. Romaniello`)
- [d7df3fd] minor (`José F. Romaniello`)
- [5e8490a] minor (`José F. Romaniello`)
- [224b039] minor (`José F. Romaniello`)
- [1df98b5] minor (`José F. Romaniello`)
- [ae0e0de] increase font size of test harness (`José F. Romaniello`)
- [f0c26e5] minor (`José F. Romaniello`)
- [2994757] minor (`José F. Romaniello`)
- [320ce84] change to jsonp module (`José F. Romaniello`)
- [5970616] minor (`José F. Romaniello`)
- [8bedec9] fix tests in ie (`José F. Romaniello`)
- [1a938f7] change from chai to expect (`José F. Romaniello`)
- [e66d025] do not use jsonp for IE10 (`José F. Romaniello`)
- [af8a715] minor (`José F. Romaniello`)
- [1dd048e] minor (`José F. Romaniello`)
- [8d8c049] increate timeout (`José F. Romaniello`)
- [081fb70] change to phantomjs (`José F. Romaniello`)
## [0.1.5] - 2013-09-28
- [85c2701] use jsonp for signup when the browser doesnt support cors (`José F. Romaniello`)
## [0.1.4] - 2013-09-27
- [8b9575e] fix 404 error on db connections login (`José F. Romaniello`)
- [9ece5e2] some fixes for IE7 (`José F. Romaniello`)
## [0.1.3] - 2013-09-27
- [2f5f5c3] improve errors in jsonp case (`José F. Romaniello`)
## [0.1.2] - 2013-09-27
- [d5f6fa5] improve errors in JSONP case (`José F. Romaniello`)
## [0.1.1] - 2013-09-27
## [0.1.0] - 2013-09-27
- [a7073c1] add signup feature (`José F. Romaniello`)
- [b598929] update builds (`José F. Romaniello`)
- [87fd887] add support for jsonp (`José F. Romaniello`)
- [735b537] minor (`José F. Romaniello`)
## [0.0.3] - 2013-09-26
- [c05c4f7] add support for db connections user&pass (`José F. Romaniello`)
- [c11a97c] base64 url decode id_token (`José F. Romaniello`)