Releases: ludeeus/aiogithubapi
Releases · ludeeus/aiogithubapi
1.1.0
- Add CI on pull_request
- Implements get_last_commit and AIOGitHubAPIRepositoryCommit (#5)
- Use nested objects where possible (#6)
- Add generator to create objects with fixture and tests (#7)
- Add traffic with views and clones (#8)
- Adds attributes to the repository object (#4)
1.0.2
Exclude tests from package (for real this time)
1.0.1
Ignore tests with publishing package
1.0.0
Release time 🎉
This release contains several breaking changes, so if you used this package I'm sorry!
Example usage can be gathered from the tests under tests/
With this version, there is now 100% test coverage of the package
With this version, it will no longer query rate limits for every request (contributed by @nickvanw in #2)
Full changelog
0.5.0
Adds get_tree to repository
0.4.3
Fixes issue getting ratelimit values
0.4.2
Fixes returnlimit for releases