Skip to content

0.4: Octopus Alatus

Compare
Choose a tag to compare
@mdiep mdiep released this 24 Jul 01:08
· 365 commits to master since this release

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 a UserInfo and User is used for things like an issue’s author (#31).