Releases: octokit/app.js
Releases · octokit/app.js
v4.1.1
4.1.1 (2019-12-19)
Bug Fixes
- change comment to more accurately reflect intent (#62) (53ac239)
v4.1.0
4.1.0 (2019-07-27)
Features
- Add all API options to
getInstallationAccessToken
(#49) (13c4832)
v4.0.0
4.0.0 (2019-07-12)
Continuous Integration
- travis: drop Node 6 tests, add Node 12 tests (38a4e69)
BREAKING CHANGES
- travis: Official support for 6 has been dropped. It will still work, but is no longer tested. Node 6 is no longer maintained and as dependencies drop support for it it becomes unmaintainable to keep supporting it
v3.0.2
3.0.2 (2019-07-09)
Bug Fixes
v3.0.1
3.0.1 (2019-06-12)
Bug Fixes
v3.0.0
3.0.0 (2019-05-22)
Features
BREAKING CHANGES
const App = require('@octokit/app')
Now
const { App } = require('@octokit/app')
// or: import { App } from '@octokit/app'
v2.2.5
2.2.5 (2019-05-20)
Bug Fixes
- JWT expiration 1min -> 10min (464c57e)
v2.2.4
2.2.4 (2019-04-11)
Bug Fixes
- typescript: id parameter in constructor should be a number (393510f)
v2.2.3
2.2.3 (2019-04-09)
Bug Fixes
v2.2.2
2.2.2 (2019-03-16)
Bug Fixes
- Typescript:
LRUCache
definition (4cca5cb)