Skip to content

Releases: nerdishbynature/TanukiKit

0.5.2

04 Aug 11:14
Compare
Choose a tag to compare

Fixes for Xcode 8.3.3

0.5.1

29 Mar 19:21
Compare
Choose a tag to compare
  • Migrates project to Swift 3.1

Nothing Personal

05 Mar 14:42
Compare
Choose a tag to compare
  • ⚠️ 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

06 Oct 11:26
Compare
Choose a tag to compare
  • Fixes a critical bug where repos would not be loaded

Let there be Swift 3

20 Sep 14:50
Compare
Choose a tag to compare

Intended to be used with Xcode 8.0 and Swift 3.0

Swift 2.2/2.3

20 Sep 12:42
Compare
Choose a tag to compare

Intended to be used with Xcode 7.3.1 or Xcode 8.0 and Swift 2.2 or 2.3

Xcode 7.3

24 Mar 07:16
Compare
Choose a tag to compare

All the Platforms

25 Feb 07:16
Compare
Choose a tag to compare
  • Add support for all platforms: Mac OS X, tvOS and watchOS
    #8 @pietbrauer

0.2.1

13 Dec 04:09
Compare
Choose a tag to compare

This is a private party buddy

12 Dec 06:18
Compare
Choose a tag to compare
  • Add PrivateTokenConfiguration which is needed because a private token configuration on non-OAuth based GitLab Enterprise authentication needs the field to be named private_token instead of access_token.
  • Add posting SSH keys