- 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.
- Swap to @octokit/core and use plugins to leverage lastest octokit apis
- Add comment field to payload context
- Upgrade Octokit version to 4.x to include typescript types #228
- Accept Octokit.Options in the GitHub constructor #113
- Simplify WebPack configs by removing dynamic require - #101
- Initial release