Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@kmesiab kmesiab released this 02 Feb 20:34

What's Changed

  • feature: Function to expose pull request details. Enable mocking by @kmesiab in #5

Full Changelog: v0.2.0...v0.4.0

New Features

Enhanced GitHub API client with dependency injection for improved testing and flexibility.
Introduced interface for GitHub client interactions, facilitating custom client implementations.
Refactor

Deprecated GetPullRequest in favor of GetPullRequestWithClient to enhance code control and logic flow.
Modified import paths for external packages to ensure compatibility.
Tests

Expanded unit test coverage to handle diverse GitHub API interaction scenarios, including error handling and rate limiting.
Documentation

Updated README and code comments to align with the changes in GitHub API client usage.