Releases: SpinlockLabs/github.dart
Releases · SpinlockLabs/github.dart
9.1.0
What's Changed
- add 'create' github webhook event to hooks.dart by @XilaiZhang in #304
New Contributors
- @XilaiZhang made their first contribution in #304
Full Changelog: 9.0.3...9.1.0
9.0.3
What's Changed
- Update Language Colors March 13th 2022 by @robrbecker in #302
Full Changelog: 9.0.2...9.0.3
9.0.2
9.0.1
What's Changed
- Add conclusion property to CheckRun by @KristinBi in #298
New Contributors
- @KristinBi made their first contribution in #298
Full Changelog: 9.0.0...9.0.1
9.0.0
8.5.0
What's Changed
- Adds listing and creating PR Reviews, listing users in an org by @robrbecker in #287
Full Changelog: 8.4.0...8.5.0
8.4.0
What's Changed
- feat: implement update an issue comment by @dkrutskikh in #286
New Contributors
- @dkrutskikh made their first contribution in #286
Full Changelog: 8.3.0...8.4.0
8.2.5
- Add auto pub publish on new releases
Full Changelog: 8.2.4...8.2.5
8.2.4
What's Changed
- Make CheckRunConclusion nullable by @CaseyHillers in #276
- Run format and analyze on presubmit/postsubmit by @CaseyHillers in #275
Full Changelog: 8.2.3...8.2.4
8.2.3
What's Changed
- Add: Auto release notes & generateReleaseNotes API by @robrbecker in #271
- Added
generateReleaseNotes
boolean to CreateRelase class to have github auto-create release notes - Added
generateReleaseNotes
method to RepositoriesService to have github create release notes
between to tags (without creating a release) and return the name and body. This is helpful when you want to add the release notes to a CHANGELOG.md before making the actual release
Full Changelog: 8.2.2...8.2.3