API Changes for 0.2.0:
milestoneDueOn
andrepoLanguage
are nowMaybe
types.- Introduce
GithubOwner
as the sum type for aGithubUser
orGithubOrganization
. Everything that once produced aGithubUser
now produces aGithubOwner
. All record accessors have changed their names - Similar to
GithubOwner
, introduceDetailedOwner
, which can be aDetailedUser
or aDetailedOrganization
. All record accessors have changed their names - An
HTTPConnectionError
now composesSomeException
instead ofIOException
. All exceptions raised by the underlying http-conduit library are encapulated there. - The
githubIssueClosedBy
function now produces aMaybe GithubOwner
. - Remove the Blobs API, as it is broken upstream.
Bugs found and squashed thanks to Joey Hess and Simon Hengel.