Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 651 Bytes

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 651 Bytes

BitlyForiOS CHANGELOG

0.0.1

Podspec release.

0.0.2

Eliminated warnings due to static analysis.

0.0.3

Expanding dependency scope for AFNetowrking

1.0.0

Updated to use SSL URL for API call

1.1.0

Added support to expaned a shortened URL

1.2.0

Added support for using an access token

1.3.0

  • Modernized project for Xcode 7
  • Added automated tests to cover supported features
  • Set iOS 8.4 as the baseline
  • Eliminated AFNetworking as a dependency

1.4.0

  • Simplified use of NSURLSession
  • Prepared support for Carthage
  • Updated README to cover Carthage

1.4.1

  • Added nullability annotations to support Swift