mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 18:51:13 +08:00
We moved `@actions/http-client` to be part of the toolkit in https://github.com/actions/toolkit/pull/1062. We also made some breaking changes to exported types and released v2. The biggest change in terms of lines of code affected was to get rid of the `I-` prefix for interfaces since TypeScript doesn't follow this convention. I bumped the patch version of all packages except for `tool-cache`, where I bumped the major version. The rationale is explained in the release notes for that package.
2.0 KiB
2.0 KiB
@actions/github Releases
5.0.2
- Update to v2.0.0 of
@actions/http-client
5.0.1
5.0.0
4.0.0
- Add execution state information to context
- Update Octokit Dependencies with some api breaking changes
- The full list of api changes are here
GitHub.plugin()no longer supports an array as first argument. Multiple args must be passed in instead.
3.0.0
- Swap to @octokit/core and use plugins to leverage lastest octokit apis
- Add comment field to payload context
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
- Upgrade Octokit version to 4.x to include typescript types #228
1.1.0
- Accept Octokit.Options in the GitHub constructor #113
1.0.1
- Simplify WebPack configs by removing dynamic require - #101
1.0.0
- Initial release