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 #595 from AzureAD/adaljsrelease/1.0.15
Browse files Browse the repository at this point in the history
release 1.0.15
  • Loading branch information
rohitnarula7176 authored Jul 19, 2017
2 parents 2035822 + cfc818c commit 238dd66
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 deletions.
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.14
Current version - 1.0.15
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 @@ -27,7 +27,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.14**.
This is a GA released version. The current version is **1.0.15**.

You have multiple ways of getting ADAL JS:

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

<!-- Latest compiled and minified JavaScript -->
<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>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.15/js/adal.min.js"></script>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.15/js/adal-angular.min.js"></script>

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

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.14",
"version": "1.0.15",
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js",
"authors": [
"MSOpentech"
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.0.15
=========================
* Added acquireTokenRedirect and acquireTokenPopup api's to acquire a token for resource interactively (MFA) and support conditional access.
* Fixed a bug in acquireToken method that was happening when Adaljs was consumed as a module using loaders such as webpack.
* Added custom event polyfill to support IE
* Other bug fixes and updates

Version 1.0.14
=========================
* Adding ability to specify anonymous sub-urls for a configured endpoint
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.

4 changes: 2 additions & 2 deletions lib/adal-angular.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//----------------------------------------------------------------------
// AdalJS v1.0.14
// AdalJS v1.0.15
// @preserve Copyright (c) Microsoft Open Technologies, Inc.
// All Rights Reserved
// Apache License 2.0
Expand Down Expand Up @@ -488,4 +488,4 @@
} else {
console.error('Angular.JS is not included');
}
}());
}());
6 changes: 3 additions & 3 deletions lib/adal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//----------------------------------------------------------------------
// AdalJS v1.0.14
// AdalJS v1.0.15
// @preserve Copyright (c) Microsoft Open Technologies, Inc.
// All Rights Reserved
// Apache License 2.0
Expand Down Expand Up @@ -1645,7 +1645,7 @@ var AuthenticationContext = (function () {
* @ignore
*/
AuthenticationContext.prototype._libVersion = function () {
return '1.0.14';
return '1.0.15';
};

/**
Expand All @@ -1661,4 +1661,4 @@ var AuthenticationContext = (function () {

return AuthenticationContext;

}());
}());
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/azure-activedirectory-library-for-js.git"
},
"version": "1.0.14",
"version": "1.0.15",
"description": "Windows Azure Active Directory Client Library for js",
"keywords": [
"implicit",
Expand Down

0 comments on commit 238dd66

Please sign in to comment.