Skip to content

Releases: BottleRocketStudios/iOS-Hyperspace

v1.1.1

10 May 14:58
Compare
Choose a tag to compare
Enhancements
Bug Fixes
  • None.

v1.1.0

08 Feb 16:08
751f925
Compare
Choose a tag to compare
  • Adjusted project structure to better support Travis-CI. CI is fully up-and-running on all 3 currently supported platforms. Carthage is now required to work on the library and run the example projects (Cocoapods is no longer used). Clone the repo, run carthage update, and then open Hyperspace.xcworkspace to get started. Fixes #3.
  • Can now cancelAllTasks() on BackendServiceProtocol.
    NetworkService logic extracted into NetworkServiceHelper to better support future framework compatibility with URLSessionDelegate implementations.
  • NetworkService can now represent loading via the global network activity indicator shown in the device's status bar. Just initialize your NetworkService with a NetworkActivityIndicatable (ex: NetworkService(networkActivityIndicatable: UIApplication.shared)).
  • Improved code coverage > 90%. Fixes #1.
  • Re-enabled SwiftLint. Fixes #9.

v1.0.0

18 Dec 19:20
Compare
Choose a tag to compare

This is our initial 1.0 release.