Skip to content

Commit fe5c171

Browse files
committed
chore: Add conventional-changelog
1 parent 8ab853b commit fe5c171

File tree

4 files changed

+1099
-37
lines changed

4 files changed

+1099
-37
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
# Change Log
1+
# [9.1.0](https://github.com/manfredsteyer/angular-oauth2-oidc/compare/9.0.0...9.1.0) (2020-03-23)
22

3-
## Lates features
43

5-
See [Release Notes](https://github.com/manfredsteyer/angular-oauth2-oidc/releases) for details on each release.
4+
### Bug Fixes
5+
6+
* **code flow:** Fixed code flow for IE 11 ([0f03d39](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/0f03d393aac9fe4e26444a73884dd154318d530f))
7+
* **sample:** use hash-based routing ([3f44eca](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/3f44ecae157305c56ae377fcd6d2df8dfde8adf5))
8+
* **session state:** save session_state also when using code flow ([8fa99ff](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/8fa99ff721ea2b08f28bc5e9fa3e48a459e2a59a))
9+
* **state:** passing an url with a querystring as the state, e. g. url?x=1 ([71b705c](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/71b705cb5105f6dfb49aabc55607745b881c5dc3))
10+
* [#687](https://github.com/manfredsteyer/angular-oauth2-oidc/issues/687) ([e2599e0](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/e2599e071307ae1efe1592c83bb3b7a01642a61d))
11+
12+
13+
### Features
14+
15+
* **automatic silent refresh:** stopAutomaticRefresh stops all timers. ([8ab853b](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/8ab853bf38dd162060d7b6cbd18f7b4fd5a84f18))
16+
* **code-flow:** allow using implicit flow by setting useSilentRefresh to true ([93902a5](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/93902a5808bb9b75a41d4bde44c6ab763bcfa9f6))
17+
* **sample:** also use new idsvr 4 for implicit flow demo to prevent issues with same site cookies ([58c6354](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/58c63541bc7d83d72c30577da2b68ac2d1dc35b7))
18+
* **session checks:** Session checks work now for code flow too. Pls see Docs for details. ([4bf8901](https://github.com/manfredsteyer/angular-oauth2-oidc/commit/4bf89014d8cc5d50ed716500e3f3ad265b4ae2db))
619

7-
## Older versions
820

9-
Since Angular 5, versions of this library matched up with the Angular version.
10-
So versions 5.x were released while Angular 5 was out, the 6.x versions during Angular 6, etc.
11-
If you need to support a specific old version of Angular, you can consider using a version of the library that lines up.
1221

13-
For older release notes check the repository version history, or above-linked release notes.
14-
For even older versions, check out [the old change log](https://github.com/manfredsteyer/angular-oauth2-oidc/blob/5d676101c6118d6fa01bfa05b17fb4a58490eaf7/CHANGELOG.md).

commitlint.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* To check all configuration options, please visit
3+
* https://commitlint.js.org/#/reference-rules
4+
*/
5+
module.exports = {
6+
extends: ['@commitlint/config-conventional'],
7+
};

0 commit comments

Comments
 (0)