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

Commit 5d982df

Browse files
Merge pull request #496 from AzureAD/dev
Releasing 1.0.14
2 parents 42c0652 + 0819165 commit 5d982df

27 files changed

+7416
-130
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
node_modules
1515
*~
1616
/.c9revisions/
17-
doc/
1817
build/
1918
samples/
2019

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ language: node_js
22
node_js:
33
- "0.11"
44
- "0.10"
5+
- "4.7.3"
6+
- "5.12.0"
7+
- "6.1.0"

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Active Directory Authentication Library for JavaScript (ADAL JS) helps you to us
66
This library is optimized for working together with AngularJS.
77

88
## Versions
9-
Current version - 1.0.13
9+
Current version - 1.0.14
1010
Minimum recommended version - 1.0.11
1111
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).
1212

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

2727
## The Library
2828

29-
This is a GA released version. The current version is **1.0.13**.
29+
This is a GA released version. The current version is **1.0.14**.
3030

3131
You have multiple ways of getting ADAL JS:
3232

@@ -37,10 +37,10 @@ Via NPM:
3737
Via CDN:
3838

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

43-
CDN will be updated to latest version 1.0.13.
43+
CDN will be updated to latest version 1.0.14.
4444

4545
Via Bower:
4646

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adal-angular",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js",
55
"authors": [
66
"MSOpentech"

changelog.txt

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 1.0.14
2+
=========================
3+
* Adding ability to specify anonymous sub-urls for a configured endpoint
4+
* Adding api documentation
5+
* Adding ability to turn off default navigation to start page after login. Set navigateToLoginRequestUrl:false.
6+
* Fixing http interceptor to look into templateCache first
7+
* Fixing infinite loop issues when using popUp for angular versions 1.5.8 or above
8+
* Fixing silent exception error in case of user defined callback function
9+
* Fixing double error pipeline in angular acquireToken method
10+
* Updating the default token expiry offset from 2 minutes to 5 minutes
11+
* Other bug fixes and updates
12+
113
Version 1.0.13
214
=========================
315
* Pass 'error' parameter to the callback besides 'error_description': #424

dist/adal-angular.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/adal.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)