Octokit.swift Versions Save

A Swift API Client for GitHub and GitHub Enterprise

0.12.0

1 year ago

Changes

  • Add support for Requested Reviewers and Drafts #123 @DayBySay
  • Add parameter to filter pull requests by branch #126 @aaron-foreflight
  • Add support for notifications #127 @LucasCoderT
  • Add parameters to fetch releases by tag #141 @417-72KI
  • Add support for showing contents of a gists file #139 @HassanElDesouky
  • Add support for starring a repository #142 @417-72KI
  • Add optional generation of release notes #149 @integer256
  • Add support async/await #134 #150 @pietbrauer @417-72KI

Tests

  • User docker for Linux Builds #124 #125 @pietbrauer
  • Add swiftformat #130 @pietbrauer

Thanks to everyone for making this huge release possible by creating and reviewing PRs and Issues! ❤️

0.11.0

3 years ago

Changes

  • Replace query param auth with authorization header auth
    #104 @joshdholtz
  • Fix capitalization in enum Openness
    #106 @MaxDesiatov
  • Add base and head branch refs to PullRequest model
    #109 @kolyasev
  • Add support for Commit Statuses
    #110 @kolyasev
  • Add missing properties of User
    #114 @mvolpato
  • Fetch issue comments
    #115 @mvolpato
  • Implement the API endpoint for listing releases
    #116 @417-72KI
  • Fix tests and decoding issues
    #121 @dato @pietbrauer

Tests

  • Test with Linux Swift 5.2 on Travis
    #108 @MaxDesiatov
  • Fix swift test invocations on macOS
    #107 @MaxDesiatov
  • GitHub actions
    #120 @pietbrauer
  • Fix tests and decoding issues
    #121 @dato @pietbrauer

Docs

  • Make examples in README.md consistent
    #105 @MaxDesiatov
  • Use label 'name' in sample calls to user() in README.md
    #118 @dato

Thanks to everyone for making this huge release possible by creating and reviewing PRs and Issues! ❤️

0.10.1

4 years ago
  • SwiftPM Changes 5.2. #102 #103
    @bofeizhu @f-meloni @pietbrauer

0.10.0

4 years ago
  • Allow GitHub API calls to be discarded #70
    @orta
  • Fixed GitHub spelling #71
    @sdaniel55
  • Update Readme.md #72
    @petrpavlik
  • Fixed issue of nil htmlURL #74
    @stephenyao
  • Bump Xcode, RequestKit and Swift versions #76
    @rubiojr
  • Resolved problems when posting Issues #77
    @vincode-io
  • Added support for Gists #78.
    @vincode-io
  • Add methods to get and create labels #80
    @robmathers
  • Add labels parameter to postIssue #81
    @robmathers
  • Allow requestkit versions until next major #83
    @f-meloni
  • Add Swift 5.1 support on Linux #85
    @ellneal

0.9.0

5 years ago
  • Make Framework Linux compatible
    #69 @f-meloni
  • Support for Swift PM #68 @shkhaliq

0.8.0

6 years ago
  • Update to Swift 4
    #66 @pietbrauer

0.7.4

6 years ago
  • Add basic PullRequest Support
    #62 @polok

0.7.3

7 years ago
  • New binary with Swift 3.1 compatibility

0.7.2

7 years ago
  • Replace naive parameter parsing for redirect URLs
    #59 @pietbrauer
  • Update to recommended project settings
    #58 #60 @russellbstephens @pietbrauer

0.7.1

7 years ago
  • Cherry pick bug fixes from Swift 2.3 branch
    #57 @pietbrauer