Release notes
1.0.6
Bugs Squashed
- Github now requires branch, author, and committer in file update calls (#184)
- Remove the check which removes Nonevalues (#171), thanks to @shreve
1.0.3
New Features
- add authenticatearg which allows unauthenticatedGhApiclients even ifGITHUB_TOKENis set (#150), thanks to @seeM
1.0.1
New Features
- warn if no GitHub token found (#145)
- set GITHUB_DEBUG=1to print requests sent to GitHub
1.0.0
New Features
- add delete_fileandcreate_file(#143)
- Add a “Documentation” link to the sidebar on PyPI (#106), thanks to @nedbat
- Add support for media types (#102), thanks to @lfdebrux
0.1.20
Bugs Squashed
- HTTP Error 422: Unprocessable Entityreturned for- issues.add_labelsin version- 0.1.17(#69)
0.1.19
New Features
- Remove need to URL-quote some parameters (#54)
0.1.18
Bugs Squashed
- HTTP Error 422: Unprocessable Entityreturned for- issues.add_labels(#69)
0.1.15
New Features
- make actions_groupa context manager (#33)
0.1.14
New Features
- textproperty for- GhEvent(#23)
Bugs Squashed
- broken links in index.html page (#27)
- Bug: pageddoes not passkwargsto operation (#24)
0.1.13
Bugs Squashed
- missing import in auth (#21)
0.1.11
Bugs Squashed
- missing webbrowser import (#20)
0.1.10
- Add load_sample_events, which loads a file of 1000 sample public events
0.1.7
New Features
- parallel pages(#18)
- add GhDeviceAuth(#15)
- add date2gh(#14)
0.1.6
New Features
- add paged(#13)
- add gh_date(#12)
0.1.1
New Features
- add list_tagsandlist_branches(#2)
Bugs Squashed
- GhApipickle recursion error (#3)
0.1.0
- First release with full API coverage