0.4: Octopus Alatus
Added
- Support for Xcode 8 / Swift 2.3 (#37). Thanks @ikesyo!
Client.assignedIssues()
for getting the issues assigned to the authenticated user (#28). Thanks @Palleas!Client.issuesInRepository()
for getting the issues in a repository (#28). Thanks @Palleas!Client.authenticatedUser()
for getting information about the authenticated user (#35). Thanks @Palleas!
Improved
Client.userWithLogin()
now returns aUserInfo
andUser
is used for things like an issue’s author (#31).