Skip to content

Releases: octokit/core.js

v2.4.3

24 Mar 18:34
ef3c4ce

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

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

Choose a tag to compare

2.4.1 (2020-02-18)

Bug Fixes

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

v2.4.0

01 Feb 03:25

Choose a tag to compare

2.4.0 (2020-02-01)

Features

v2.3.0

01 Feb 00:46

Choose a tag to compare

2.3.0 (2020-02-01)

Features

v2.2.0

14 Jan 05:00

Choose a tag to compare

2.2.0 (2020-01-14)

Features

  • typescript: make octokit instance extendable (d4b512a)

v2.1.2

10 Nov 22:54

Choose a tag to compare

2.1.2 (2019-11-10)

Bug Fixes

  • remove exports that were required for TypeScript workaround (20f2180)

v2.1.1

10 Nov 22:48

Choose a tag to compare

2.1.1 (2019-11-10)

Bug Fixes

  • remove necessity for .plugin() chaining workaround (1594e72)

v2.1.0

03 Nov 20:11

Choose a tag to compare

2.1.0 (2019-11-03)

Features

  • typescript: export types: OctokitPlugin, RequestParameters, ReturnTypeOf for TypeScript Workaround (1120add)

v2.0.0

03 Nov 16:49

Choose a tag to compare

2.0.0 (2019-11-03)

Bug Fixes

  • package: bump required versions for @octokit/* libraries (46f6d25)

Features

  • authStrategy option, .auth() method (fb695c0)
  • full TypeScript support for plugin API (3f06e0e)

BREAKING CHANGES

  • options.auth no longer accepts a function, use options.authStrategy instead