All Versions
39
Latest Version
Avg Release Cycle
73 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v4.2.0 Changes
๐ Released on 2021-04-03. All issues associated with this milestone can be found using this filter.
โ Added
- HEIC, JPEG2000, and WebP to
Accept
headers for relevant platforms.- Added by Taylor Paul and Jon Shier in Pull Requests #424 and #434.
โก๏ธ Updated
- Sort
Accept
headers.- Updated by Junichiro Kasuya in Pull Request #429.
๐ Fixed
- HEIC, JPEG2000, and WebP to
-
v4.1.0 Changes
April 06, 2020 -
v4.0.3 Changes
March 07, 2020๐ Released on 2020-03-07. All issues associated with this milestone can be found using this
filter.๐ Fixed
-
v4.0.2 Changes
February 29, 2020 -
v4.0.1 Changes
February 24, 2020 -
v4.0.0 Changes
May 04, 2019๐ Released on 2020-02-23. All issues associated with this milestone can be found using this filter.
โ Added
- ๐ Custom
cacheKey
support toImageDownloader
andUIImageView
andUIButton
extensions.- Added by Mรฅns Severin in Pull Request #324 in regards to Issue #222.
- ๐ The
application/octet-stream
to the list of acceptable image content types to support iOS 13.- Added by Rafael Costa in Pull Request #390 in regards to Issues #370 and #378.
- ๐ Custom
ImageResponseSerializer
support toImageDownloader
andUIImageView
andUIButton
extensions.- Added by Christian Noon in regards to Issues #277 and #332.
- โ
Tests to various types to verify they can handle
URLRequestConvertible
types that throw.- Added by Marina Gornostaeva in Pull Request #392.
- ๐
AlamofireExtended
support toUIImage
,UIImageView
, andUIButton
types to useaf.
prefixing instead ofaf_
.- Added by Christian Noon in Pull Request #394 in regards to Issue #197.
- A 4.0 migration guide to the project and linked in the README.
- Added by Christian Noon in Pull Request #395.
- ๐ SwiftFormat support to the project.
โก๏ธ Updated
- The license section of the README to link to the actual LICENSE file.
- The
ImageDownloader
download image logic by removing variable shadowing to simplify logic flow.- Updated by Marina Gornostaeva in Pull Request #392.
- The image cache capacity section in the README to improve in-memory setting recommendations.
- Updated by Christian Noon in regards to Issue #330.
- The Alamofire dependency to
~> 5.0
across dependency management files.- Updated by Christian Noon.
- The README to match all the newer conventions with the Alamofire 5 changes and
af.
prefixing on extensions.- Updated by Christian Noon.
๐ Deprecated
- ๐ The
af_
APIs onUIImage
,UIImageView
, andUIButton
in favor of the newaf.
equivalent APIs. These APIs will be removed in AFI5.- Deprecated by Christian Noon in Pull Request #394.
๐ Fixed
- ๐ Issue in the README where the documentation link was incorrect.
- Fixed by Will Jessop in Pull Request #367.
- Issue where
af_setBackgroundImage
was not setting the filter correctly on the image download. - Issue where
runImageTransitionIfCached
onUIImageView
was not setting the placeholder image correctly.- Fixed by Christian Noon in regards to Issue #293.
- ๐ Custom
-
v4.0.0-beta.6 Changes
October 27, 2019 -
v4.0.0-beta.5 Changes
September 17, 2019๐ Released on 2019-09-17. All issues associated with this milestone can be found using this
filter.โก๏ธ Updated
URLCache
usage for Mac Catalyst.- Updated by sonique6784 in Pull Request #365.
๐ Fixed
-
v4.0.0-beta.4 Changes
August 28, 2019๐ Released on 2019-08-27. All issues associated with this milestone can be found using this filter.
๐ Fixed
- Issue where
ImageDownloader
was not dequeuing and cancelling requests correctly in certain race conditions due to Alamofire switching to async request creation.- Fixed by Christian Noon in Pull Requests #371 and #372.
- Issue where
-
v4.0.0.-beta.3 Changes
May 04, 2019๐ Released on 2019-05-04. All issues associated with this milestone can be found using this filter.
๐ Fixed