Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #496 from AzureAD/dev
Browse files Browse the repository at this point in the history
Releasing 1.0.14
  • Loading branch information
rohitnarula7176 authored Feb 17, 2017
2 parents 42c0652 + 0819165 commit 5d982df
Show file tree
Hide file tree
Showing 27 changed files with 7,416 additions and 130 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
node_modules
*~
/.c9revisions/
doc/
build/
samples/

Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ language: node_js
node_js:
- "0.11"
- "0.10"
- "4.7.3"
- "5.12.0"
- "6.1.0"
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Active Directory Authentication Library for JavaScript (ADAL JS) helps you to us
This library is optimized for working together with AngularJS.

## Versions
Current version - 1.0.13
Current version - 1.0.14
Minimum recommended version - 1.0.11
You can find the changes for each version in the [change log](https://github.com/AzureAD/azure-activedirectory-library-for-js/blob/master/changelog.txt).

Expand All @@ -26,7 +26,7 @@ If you find a security issue with our libraries or services please report it to

## The Library

This is a GA released version. The current version is **1.0.13**.
This is a GA released version. The current version is **1.0.14**.

You have multiple ways of getting ADAL JS:

Expand All @@ -37,10 +37,10 @@ Via NPM:
Via CDN:

<!-- Latest compiled and minified JavaScript -->
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.13/js/adal.min.js"></script>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.13/js/adal-angular.min.js"></script>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.14/js/adal.min.js"></script>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.14/js/adal-angular.min.js"></script>

CDN will be updated to latest version 1.0.13.
CDN will be updated to latest version 1.0.14.

Via Bower:

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adal-angular",
"version": "1.0.13",
"version": "1.0.14",
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js",
"authors": [
"MSOpentech"
Expand Down
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 1.0.14
=========================
* Adding ability to specify anonymous sub-urls for a configured endpoint
* Adding api documentation
* Adding ability to turn off default navigation to start page after login. Set navigateToLoginRequestUrl:false.
* Fixing http interceptor to look into templateCache first
* Fixing infinite loop issues when using popUp for angular versions 1.5.8 or above
* Fixing silent exception error in case of user defined callback function
* Fixing double error pipeline in angular acquireToken method
* Updating the default token expiry offset from 2 minutes to 5 minutes
* Other bug fixes and updates

Version 1.0.13
=========================
* Pass 'error' parameter to the callback besides 'error_description': #424
Expand Down
4 changes: 2 additions & 2 deletions dist/adal-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/adal.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5d982df

Please sign in to comment.