Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (30 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 2.19 KB

#Change Log All notable changes to this project will be documented in this file. AFNetworking adheres to Semantic Versioning.


3.0.0 (04/15/2016)

Released on Friday, April 15, 2016. All issues associated with this milestone can be found using this filter.

Added

  • Added Travis Support for CI
  • Implemented by kcharwood in #124.
  • Added Carthage support
  • Implemented by kcharwood in #123.
  • Added tvOS support
  • Implemented by kcharwood in #120.
  • Added watchOS support
  • Implemented by kcharwood in #119.

Changed

  • Changed AFOAuth2Manager to inherit from AFHTTPSessionManager to support AFNetworking 3.0
  • Implemented by kcharwood in #122.

Removed

  • Removed support for AFNetworking 2.x
  • Implemented by kcharwood in #121.

2.2.1 (2015-10-28)

Released on 2015-10-28. All issues associated with this milestone can be found using this filter.

####Fixed

  • Fixed an issue that prevented AFOAuth2Manager from being used with CocoaPods when using use_framework!
  • Fixed an issue debug information was being logged to the console.
  • Fixed an issue where tests would randomly fail due to mocked objects not being cleaned up.