Skip to content

Tags: devin198718/core.js

Tags

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(npm): replace 'pika' command with 'pika-pack' (octokit#454)

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(typescript): avoid the `void` (octokit#356)

See octokit/octokit.js#2115

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: `error.response` (octokit#355)

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(typescript): do not permit unknown keys on `octokit` instance (e…

…ven when used with plugins and defaults) (octokit#312) thanks to @Andarist

thanks to @Andarist gr2m/javascript-plugin-architecture-with-typescript-definitions#31

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(typescript): remove `[key: string]: any` from `Octokit` class (oc…

…tokit#309)

Before any property on an `octokit` instance could be used without complaint at build time. With this change, all additional properties on an `octokit` instance need to be added explicitly using plugins

v3.3.1

Toggle v3.3.1's commit message
fix(typescript): `octokit.hook.*` callback `options` type fix

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(typescript): types for `octokit.hook.{before,after,error,wrap}("…

…request", () => {})` methods (octokit#301)

v3.2.5

Toggle v3.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): lock file maintenance

Co-authored-by: Renovate Bot <[email protected]>

v3.2.4

Toggle v3.2.4's commit message
fix(README): replace `:param` notation with `{param}`

`:param` is still supported, but deprecated

v3.2.3

Toggle v3.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: adapt for latest @octokit/types (octokit#264)