Releases: octokit/core.js
Releases · octokit/core.js
v3.1.0
3.1.0 (2020-06-23)
Features
Octokit.defaults()
accepts callback function (#108) (4d96857)
v3.0.0
BREAKING CHANGES
Octokit.plugin()
no longer accepts an array as first argument. Pass multiple arguments instead, e.g. Octokit.plugin(plugin1, plugin2)
v2.5.4
2.5.4 (2020-06-10)
Bug Fixes
- deps: bump @octokit/types from 4.1.9 to 5.0.0 (5721996)
v2.5.3
2.5.3 (2020-05-20)
Bug Fixes
- deps: bump @octokit/types from 2.12.1 to 4.0.1 (045db36)
v2.5.2
2.5.2 (2020-05-19)
Bug Fixes
v2.5.1
2.5.1 (2020-05-19)
Bug Fixes
- send GraphQL requests to the correct URL for GitHub Enterprise Server (#66) (07aa794)
v2.5.0
2.5.0 (2020-04-12)
Features
- TypeScript: types for all known types (#60) (6a3fb5a)
v2.4.3
2.4.3 (2020-03-24)
Bug Fixes
- type-widening bug when handling plugins. (#53) (ef3c4ce)
v2.4.2
2.4.2 (2020-02-21)
Bug Fixes
- package: update universal-user-agent to version 5.0.0 (5af3acd)
v2.4.1
2.4.1 (2020-02-18)
Bug Fixes
- set
options.request
when custom authStrategy is set (#47) (781dc80)