0.2.0: 2012-11-21¶
- MAJOR API CHANGES:
GitHub.iter_subscribed–>GitHub.iter_subscriptions- Broken
list_*functions in github3.api have been renamed to the correctiter_*methods onGitHub. - Removed
list_*functions fromRepository,Gist,Organization, andUserobjects
- Added zen of GitHub method.
- More tests
- Changed the way
Repository.editworks courtesy of Kristian Glass (@doismellburning) - Changed
Repository.contentsbehaviour when acting on a 404. - 50% test coverage via mock tests