forked from AzureAD/azure-activedirectory-library-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
73 lines (58 loc) · 1.98 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Version 1.0.9
==========================
Adding events for state mismatch and error responses. Fix for token renewal for app's backend. Making library available on NPM
Version 1.0.8
==========================
Fix for persisting route parameters of protected state
Version 1.0.7
==========================
Fix for checking if interceptor call comes from app backend
Version 1.0.6
==========================
Fix issue#159, support base64 decoding in ie9
Remove UTF-8 BOM headers from files
Ignore inceptor call if the url is not app backend or not listed in the endpoints list
Fix issue #153, proivde logging level, and user needs to specify logging way
Version 1.0.5
==========================
check domain_hint query param existence before adding
Version 1.0.4
==========================
Fix infinite loop when specifying login resource
Fix #139: Queue callbacks for renewals
Fix constant definitions and use global in unit tests
Version 1.0.3
==========================
Revert the change from prevous release "Move the check for the boolean value isEndPoint in AdalAngular interceptor (issue #127)"
update minified version of adal and adal_angular.
Version 1.0.2
==========================
Move the check for the boolean value isEndPoint in AdalAngular interceptor (issue #127)
Version 0.0.7
==========================
idtoken fix
Version 0.0.6
==========================
Fix to refresh token for external endpoints
Ui router
Version 0.0.5
==========================
Storage option for localStorage and sessionStorage.
Simple js sample
Version 0.0.4
==========================
Split adal.js to adal.js and adal-angular.js
Fix interceptor reject message
Use location.path for route params
Add grunt minify task
Version 0.0.3
==========================
Apply changes for DI strict,
Token interceptor fixes.
Version 0.0.2
==========================
Fix DI strict mode issue for latest version of Angular
Fix unknown header errors from token interceptor
Version 0.0.1
==========================
Preview Release