Skip to content

0.3.0

Compare
Choose a tag to compare
@whiteinge whiteinge released this 27 Oct 04:20
· 112 commits to master since this release
0.3.0
365282d
Backward incompatible changes:

- `upload_asset()` now does just the basic upload and other functions
  must be used to fetch the relevant parameters. See the help docs.
- `release()` now outputs the tag name.

Misc additions and fixes:

- Better mimetype pattern matching.
- Guess mimetype for txt and svgz files.
- Quote values to prevent casting into numbers and booleans when
  creating JSON.
- Add support for easily creating nested JSON structures.
- Fix URL parsing on OS X.

Function additions:

- List all orgs.
- List pull requests.
- List team members.
- Add comment.
- Close issue.
- Create pull request.
- Edit pull request.