Skip to content

Tags: nerdishbynature/octokit.swift

Tags

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend the Pull Request API (#195)

* - Extend PullRequest to read and create pull request review comments (regular comments as well as comments to specific commits / line numbers)
- Add support for fetching requested reviewers (users and teams) for a Pull Request
- Fix lint warnings

* Team.swift was missing in the xcodeproj

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Async notifications support + added endpoints (#183)

* Add support for async await on all notification endpoints

* Updated documentation and added mark notification thread as read/done methods

* removed id from Subject, as it does not have one

* Formatting + added constructors

* Added async tests

* lint

* lint

* more linting

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update SwiftFormat rules (#152)

* disable `wrapMultilineStatementBraces` to apply K&R style on multiline statement

* match wrapping style on function calling as function definition

* run swiftformat

0.11.0

Toggle 0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #121 from nerdishbynature/fix-tests-and-decoding-i…

…ssues

Fix tests and decoding issues

0.10.1

Toggle 0.10.1's commit message
Bump version

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #85 from ellneal/master

Add Swift 5.1 support on Linux

0.9.0

Toggle 0.9.0's commit message
Make Octokit build with Linux (#69)

* Remove not used Color extension

* Duplicate Models to compile also with Linux

* Added allTests property to make the tests executable also on Linux

* Updated .travis.yml to use also Linux

* Renamed travis scripts

* Use the correct Script folder name

* Updated permissions for travis scripts

* Use swift version 4.2 on Linux

* Added LinuxMain.swift

* Try to make swift find LinuxMain file

* Update LinuxMain permissions

* Reverse 21892d6

* Updated macos install script

* install bundler on macos

* Use SPM default test location to make it find LinuxMain.swift

* Fixed defaultTestSuite compilation issue for macOS and tvOS

* Set correct path to the Tests info.plist

* Don't use Bundle(for:) on Linux

* Not use the Bundle at all on Linux

* Make tests compile

* Remove all the other Bundle(for:) calls on Linux

* Fix: Use resourceName

* Find files also on Fixtures folder

* Remove objc compatibility

* Remove spaces from User.swift file

0.8.0

Toggle 0.8.0's commit message
Bump version

0.7.4

Toggle 0.7.4's commit message
Bump version

0.7.3

Toggle 0.7.3's commit message
Bump version