Skip to content

v0.5.0

Compare
Choose a tag to compare
@carlosms carlosms released this 21 Feb 09:49
· 67 commits to master since this release

Breaking Changes

This release removes the merge field from ReviewEvent (#74).
When a pull request is created on GitHub, they create a merge commit to test whether the head branch can be automatically merged into the base branch. The merge field stored a reference pointer to this merge.
This field is specific to GitHub, and is only present when the pull request is mergeable. We have removed it to make the SDK easier to use.