Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Aug 27, 2017
1 parent 54f3289 commit 4da8cdd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Yay for [SemVer](http://semver.org/).
**Table of Contents**

<!-- TOC START min:2 max:3 link:true update:true -->
- [2.2.0](#220)
- [2.1.0](#210)
- [2.0.x](#20x)
- [2.0.1](#201)
Expand All @@ -29,6 +30,13 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.2.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.1.0...v2.2.0)
- added a `clientCacheDuration` option (defaults to `Infinity`), this option defines the time a client
configuration loaded from an adapter will be kept in cache before being loaded again with the next
request
- removed `valid-url` dependency in favor of STDLIB's WHATWG `url.URL`

## 2.1.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.0.1...v2.1.0)
- added a third parameter for `findById` helper, when `findById` is used in relation to an access
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"lint-fix": "eslint lib example test --fix",
"heroku-postbuild": "npm install mongodb"
},
"version": "2.1.0",
"version": "2.2.0",
"files": [
"lib"
],
Expand Down

0 comments on commit 4da8cdd

Please sign in to comment.