Skip to content

Commit c1c1405

Browse files
committed
Backported 3.x changelog
1 parent ba13288 commit c1c1405

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,35 @@ node_modules/
22
docs/_build/
33
__pycache__/
44
*.pyc
5+
lib-cov
6+
*.seed
7+
*.log
8+
*.csv
9+
*.dat
10+
*.out
11+
*.pid
12+
*.gz
13+
*.iml
514

15+
.idea
16+
.jshint
17+
.DS_Store
18+
19+
pids
20+
logs
21+
results
22+
23+
lib/dockerImage/keys
24+
coverage
25+
npm-debug.log*~
26+
\#*\#
27+
/.emacs.desktop
28+
/.emacs.desktop.lock
29+
.elc
30+
auto-save-list
31+
tramp
32+
.\#*
33+
34+
# Org-mode
35+
.org-id-locations
36+
*_archive

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
## Changelog
22

3+
### 3.1.0
4+
* new: Added package-lock.json
5+
* new: Extend model object with request context
6+
* new: .npmignore tests
7+
* fix: validate requested scope on authorize request
8+
* fix: issue correct expiry dates for tokens
9+
* fix: set numArgs for promisify of generateAuthorizationCode
10+
* fix: Changed 'hasOwnProperty' call in Response
11+
* docs: Ensure accessTokenExpiresAt is required
12+
* docs: Add missing notice of breaking change for accessExpireLifetime to migration guide
13+
* docs: Correct tokens time scale for 2.x to 3.x migration guide
14+
* readme: Update Slack badge and link
15+
* readme: Fix link to RFC6750 standard
16+
17+
### 3.0.1
18+
* Updated dependencies
19+
320
### 3.0.0
421
* Complete re-write, with Promises and callback support
522
* Dropped support for node v0.8, v0.10, v0.12

0 commit comments

Comments
 (0)