Mdiep Tentacle Versions Save

A Swift framework for the GitHub API

0.14.0

4 years ago
  • Migrate codebase to Swift 5.2
  • Move CI to use Xcode 11.3, Xcode 11.4

0.13.1

5 years ago

Fixed

  • SwiftPM support

0.13.0

5 years ago

Breaking

  • Updated to ReactiveSwift 5.0
  • Updated to Swift 4.2

0.12.1

5 years ago

Fixed

  • Support for Result 4.1.0 (#104)

Added

  • Ability to get the latest release in a repository (#105)

0.12.0

5 years ago

Breaking

  • Update ReactiveSwift to 4.0.0 (#98). Thanks @ikesyo!

Added

  • Fetch a repository's information (#95). Thanks @Palleas!
  • Add function to retrieve an issue in the repository (#96). Thanks @Palleas!

Improved

  • Use Xcode 9.3 image on Travis (#97). Thanks @dcaunt!
  • Xcode 9.4 support (#99). Thanks @ikesyo!
  • Make Identifiable Hashable and provide a default implementation (#100). Thanks @ikesyo!
  • [SE-0185] Utilize synthesized Equatable and Hashable conformances (#101). Thanks @ikesyo!

0.11.0

6 years ago

Breaking

  • Update ReactiveSwift to 3.0 (#93). Thanks @ikesyo!

0.10.0

6 years ago

Breaking

  • Tentacle now requires Xcode 9 and Swift 4 (#85, #86, #88). Thanks @ikesyo!
  • Migrated to Swift's Decodable API (#84). Thanks @Palleas, @ikesyo and @dcaunt!

Fixed

  • Identifiable conformance in RepositoryInfo (#89). Thanks @ikesyo!

0.9.0

6 years ago

Breaking

  • Implement Identifiable type in model with ids (#87). Thanks @Palleas!

Fixed

  • Some decoding problems (#87). Thanks @mdiep!

0.8.0

6 years ago

This release updates to ReactiveSwift 2.0 (#86). Thanks @ikesyo!

0.7.1

6 years ago

Added

  • Support for Swift 3.2 (#83, #85). Thank you @dcaunt and @ikesyo!

Special thank you to @dcaunt for improvements to the test suite (#82). ✨