Releases: nerdishbynature/TanukiKit
Releases · nerdishbynature/TanukiKit
0.5.2
0.5.1
- Migrates project to Swift 3.1
Nothing Personal
⚠️ BREAKING⚠️ : Private tokens are no longer fully supported by GitLab, Personal Access Tokens are now used, as they are individual for each service.⚠️ BREAKING⚠️ : Repositories have been renamed to Projects to reflect GitLab's API.⚠️ BREAKING⚠️ : The login property has been renamed to username to reflect GitLab's API.- All Project
GET
requests are now supported. - Main Commit
GET
requests were added. - Dependencies have been updated, mainly RequestKit.
- Swift 3 conversion is now complete.
Bug fixes and performance improvements
- Fixes a critical bug where repos would not be loaded
Let there be Swift 3
Intended to be used with Xcode 8.0 and Swift 3.0
Swift 2.2/2.3
Intended to be used with Xcode 7.3.1 or Xcode 8.0 and Swift 2.2 or 2.3
Xcode 7.3
- Update to Xcode 7.3
#5 @pietbrauer
All the Platforms
- Add support for all platforms: Mac OS X, tvOS and watchOS
#8 @pietbrauer
0.2.1
- Update RequestKit
#2 @pietbrauer
This is a private party buddy
- Add
PrivateTokenConfiguration
which is needed because a private token configuration on non-OAuth based GitLab Enterprise authentication needs the field to be namedprivate_token
instead ofaccess_token
. - Add posting SSH keys