Skip to content

Tags: AriesTriputranto/core.js

Tags

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 <bot@renovateapp.com>

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)

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): bump @octokit/types from 5.5.0 to 6.0.0

Bumps [@octokit/types](https://github.com/octokit/types.ts) from 5.5.0 to 6.0.0.
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v5.5.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>