Skip to content

Releases: octokit/core.js

v3.1.0

23 Jun 20:00
4d96857
Compare
Choose a tag to compare

3.1.0 (2020-06-23)

Features

  • Octokit.defaults() accepts callback function (#108) (4d96857)

v3.0.0

11 Jun 19:17
0322008
Compare
Choose a tag to compare

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

10 Jun 17:46
5721996
Compare
Choose a tag to compare

2.5.4 (2020-06-10)

Bug Fixes

  • deps: bump @octokit/types from 4.1.9 to 5.0.0 (5721996)

v2.5.3

20 May 02:54
Compare
Choose a tag to compare

2.5.3 (2020-05-20)

Bug Fixes

  • deps: bump @octokit/types from 2.12.1 to 4.0.1 (045db36)

v2.5.2

19 May 22:32
Compare
Choose a tag to compare

2.5.2 (2020-05-19)

Bug Fixes

v2.5.1

19 May 21:41
07aa794
Compare
Choose a tag to compare

2.5.1 (2020-05-19)

Bug Fixes

  • send GraphQL requests to the correct URL for GitHub Enterprise Server (#66) (07aa794)

v2.5.0

12 Apr 23:15
6a3fb5a
Compare
Choose a tag to compare

2.5.0 (2020-04-12)

Features

  • TypeScript: types for all known types (#60) (6a3fb5a)

v2.4.3

24 Mar 18:34
ef3c4ce
Compare
Choose a tag to compare

2.4.3 (2020-03-24)

Bug Fixes

  • type-widening bug when handling plugins. (#53) (ef3c4ce)

v2.4.2

21 Feb 19:32
Compare
Choose a tag to compare

2.4.2 (2020-02-21)

Bug Fixes

  • package: update universal-user-agent to version 5.0.0 (5af3acd)

v2.4.1

18 Feb 07:07
781dc80
Compare
Choose a tag to compare

2.4.1 (2020-02-18)

Bug Fixes

  • set options.request when custom authStrategy is set (#47) (781dc80)