2019-08-22 17:14:49 +00:00
|
|
|
# @actions/github Releases
|
|
|
|
|
2021-05-04 20:20:38 +00:00
|
|
|
### 5.0.0
|
|
|
|
- [Update @actions/github to include latest octokit definitions](https://github.com/actions/toolkit/pull/783)
|
2021-05-14 18:43:08 +00:00
|
|
|
- [Add urls to context](https://github.com/actions/toolkit/pull/794)
|
2021-05-04 20:20:38 +00:00
|
|
|
|
2020-06-26 17:42:57 +00:00
|
|
|
### 4.0.0
|
|
|
|
- [Add execution state information to context](https://github.com/actions/toolkit/pull/499)
|
|
|
|
- [Update Octokit Dependencies with some api breaking changes](https://github.com/actions/toolkit/pull/498)
|
|
|
|
- The full list of api changes are [here](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v4.0.0)
|
|
|
|
- `GitHub.plugin()` no longer supports an array as first argument. Multiple args must be passed in instead.
|
|
|
|
|
2020-06-03 14:12:22 +00:00
|
|
|
### 3.0.0
|
|
|
|
- [Swap to @octokit/core and use plugins to leverage lastest octokit apis](https://github.com/actions/toolkit/pull/453)
|
|
|
|
- [Add comment field to payload context](https://github.com/actions/toolkit/pull/375)
|
|
|
|
|
2020-05-07 13:41:18 +00:00
|
|
|
### 2.2.0
|
|
|
|
|
|
|
|
- [Support GHES: Use GITHUB_API_URL and GITHUB_GRAPHQL_URL to determine baseUrl](https://github.com/actions/toolkit/pull/449)
|
|
|
|
|
2020-02-20 19:02:42 +00:00
|
|
|
### 2.1.1
|
|
|
|
|
|
|
|
- [Use import {Octokit}](https://github.com/actions/toolkit/pull/332)
|
|
|
|
- [Check proxy bypass before setting proxy agent](https://github.com/actions/toolkit/pull/320)
|
|
|
|
|
2020-01-21 18:25:05 +00:00
|
|
|
### 2.1.0
|
|
|
|
|
|
|
|
- [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314)
|
|
|
|
- [Fix issue number for pull request comment events](https://github.com/actions/toolkit/pull/311)
|
|
|
|
|
2020-01-14 16:58:44 +00:00
|
|
|
### 2.0.1
|
|
|
|
|
|
|
|
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
|
|
|
|
|
2019-12-06 12:52:04 +00:00
|
|
|
### 2.0.0
|
|
|
|
|
|
|
|
- Upgrade Octokit version to 4.x to include typescript types [#228](https://github.com/actions/toolkit/pull/228)
|
|
|
|
|
2019-09-05 17:27:22 +00:00
|
|
|
### 1.1.0
|
|
|
|
|
|
|
|
- Accept Octokit.Options in the GitHub constructor [#113](https://github.com/actions/toolkit/pull/113)
|
|
|
|
|
2019-09-03 18:42:04 +00:00
|
|
|
### 1.0.1
|
|
|
|
|
|
|
|
- Simplify WebPack configs by removing dynamic require - [#101](https://github.com/actions/toolkit/pull/101)
|
|
|
|
|
2019-08-22 17:14:49 +00:00
|
|
|
### 1.0.0
|
|
|
|
|
2019-09-03 18:42:04 +00:00
|
|
|
- Initial release
|