Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'commits' member to GitHubComparison object #330

Merged

Conversation

fuzzybinary
Copy link
Contributor

in addition to the files member, the commits object can be super useful for determining what changes were made between two branches, especially if you want to summarize those changes as part of a tool.

This just adds in the commits member using the already available RepositoryCommit structure.

@robrbecker robrbecker added semver:minor Non-Breaking Public API Changes (additions) unreleased labels Oct 22, 2022
@robrbecker robrbecker merged commit 1311d42 into SpinlockLabs:master Oct 22, 2022
@robrbecker
Copy link
Member

Released in version 9.5.0 https://github.com/SpinlockLabs/github.dart/releases/tag/9.5.0

@fuzzybinary fuzzybinary deleted the feature/comparison-commits branch October 25, 2022 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released semver:minor Non-Breaking Public API Changes (additions)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants