Releases: guillep/GitHub
Releases · guillep/GitHub
Version 0.5
Version 0.5 contains the following changes:
- Features:
- Issues and Pull Requests API bindings.
- Errors and Error handling (e.g. Wrong credentials signals a GHBadCredentialsError).
- Updating of domain objects if they are outdated, using conditional requests.
- Tool is now accessible via the world menu (thanks to Cyril) under "Tools > GitHub Tool".
- Internal
- Tests and continuous integration with Travis.
- Refactor of the core GitHub package.
- Conditional requests.
- Caching (not enabled).
- Bugfixes
- Repository switching in the tool now works.
- "null" fields in JSON are now parsed thanks to NeoJSON's new #allowNil API.
- Requests can now be made with domain objects retrieved as an array. (e.g. GHUser>>repositories returns an array of GHRepository; those can now perform requests)
- Documentation is now provided. See the homepage at https://balletie.github.io/GitHub/ for details.