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

Fixes and Updates

Latest
Compare
Choose a tag to compare
@jshier jshier released this 20 Apr 02:22
· 13 commits to master since this release
ffae239

Released on Sunday, April 19, 2020. All issues associated with this milestone can be found using this filter.

Updated

  • Project templates and integrations.
    • Implemented by Kaspik in #4531.
  • Various CocoaPods podspec settings.

Fixed

  • Crash during authentication delegate method.
  • SPM integration.
    • Implemented by jshier in #4554.
  • Improper update instead of replacement of header values.
    • Implemented by ElfSundae in #4550.
  • Nullability of some methods.
    • Implemented by ElfSundae in #4551.
  • Typos in CHANGELOG.
    • Implemented by ElfSundae in #4537.
  • Missing tvOS compatibility for some methods.
    • Implemented by ElfSundae in #4536.
  • Missing FOUNDATION_EXPORT for AFJSONObjectByRemovingKeysWithNullValues.
    • Implemented by ElfSundae in #4529.

Removed

  • Unused UIImage+AFNetworking.h file.
    • Implemented by ElfSundae in #4535.