File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,35 @@ node_modules/
2
2
docs /_build /
3
3
__pycache__ /
4
4
* .pyc
5
+ lib-cov
6
+ * .seed
7
+ * .log
8
+ * .csv
9
+ * .dat
10
+ * .out
11
+ * .pid
12
+ * .gz
13
+ * .iml
5
14
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
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
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
+
3
20
### 3.0.0
4
21
* Complete re-write, with Promises and callback support
5
22
* Dropped support for node v0.8, v0.10, v0.12
You can’t perform that action at this time.
0 commit comments