#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 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
AFOAuth2Manager
to inherit fromAFHTTPSessionManager
to support AFNetworking 3.0 - Implemented by kcharwood in #122.
- 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 usinguse_framework!
- Fixed by juanuribeo13 in #100.
- Fixed an issue debug information was being logged to the console.
- Fixed by Sven Münnich in #99.
- Fixed an issue where tests would randomly fail due to mocked objects not being cleaned up.
- Fixed by Pritesh Shah in #96.