Skip to content

Commit 3e8edbe

Browse files
authored
Prepare 4.1 (#414)
* Version to 4.1.0. * Update Jazzy docs.
1 parent 503d66f commit 3e8edbe

File tree

93 files changed

+502
-784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+502
-784
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.7.1

AlamofireImage.xcodeproj/project.pbxproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@
24072407
INFOPLIST_FILE = Source/Info.plist;
24082408
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
24092409
MACOSX_DEPLOYMENT_TARGET = 10.12;
2410-
MARKETING_VERSION = 4.0.3;
2410+
MARKETING_VERSION = 4.1.0;
24112411
MTL_ENABLE_DEBUG_INFO = YES;
24122412
ONLY_ACTIVE_ARCH = YES;
24132413
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireImage;
@@ -2418,7 +2418,6 @@
24182418
TARGETED_DEVICE_FAMILY = "1,2";
24192419
TVOS_DEPLOYMENT_TARGET = 10.0;
24202420
VERSIONING_SYSTEM = "apple-generic";
2421-
VERSION_INFO_PREFIX = "";
24222421
WATCHOS_DEPLOYMENT_TARGET = 3.0;
24232422
};
24242423
name = Debug;
@@ -2469,7 +2468,7 @@
24692468
INFOPLIST_FILE = Source/Info.plist;
24702469
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
24712470
MACOSX_DEPLOYMENT_TARGET = 10.12;
2472-
MARKETING_VERSION = 4.0.3;
2471+
MARKETING_VERSION = 4.1.0;
24732472
MTL_ENABLE_DEBUG_INFO = NO;
24742473
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireImage;
24752474
SDKROOT = iphoneos;
@@ -2480,7 +2479,6 @@
24802479
TVOS_DEPLOYMENT_TARGET = 10.0;
24812480
VALIDATE_PRODUCT = YES;
24822481
VERSIONING_SYSTEM = "apple-generic";
2483-
VERSION_INFO_PREFIX = "";
24842482
WATCHOS_DEPLOYMENT_TARGET = 3.0;
24852483
};
24862484
name = Release;

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ All notable changes to this project will be documented in this file.
3131

3232
---
3333

34+
## [4.1.0](https://github.com/Alamofire/AlamofireImage/releases/tag/4.1.0)
35+
Released on 2020-04-05. All issues associated with this milestone can be found using this
36+
[filter](https://github.com/Alamofire/AlamofireImage/milestone/40?closed=1).
37+
38+
#### Updated
39+
- Project to require Swift 5.1.
40+
- Updated by[Jon Shier](https://github.com/jshier) in Pull Request [#413](https://github.com/Alamofire/AlamofireImage/pull/413).
41+
42+
---
43+
3444
## [4.0.3](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.3)
3545
Released on 2020-03-07. All issues associated with this milestone can be found using this
3646
[filter](https://github.com/Alamofire/AlamofireImage/milestone/39?closed=1).

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ GEM
1212
json (>= 1.5.1)
1313
atomos (0.1.3)
1414
claide (1.0.3)
15-
cocoapods (1.9.0)
15+
cocoapods (1.9.1)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.9.0)
18+
cocoapods-core (= 1.9.1)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -31,7 +31,7 @@ GEM
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
3333
xcodeproj (>= 1.14.0, < 2.0)
34-
cocoapods-core (1.9.0)
34+
cocoapods-core (1.9.1)
3535
activesupport (>= 4.0.2, < 6)
3636
algoliasearch (~> 1.0)
3737
concurrent-ruby (~> 1.1)
@@ -61,7 +61,7 @@ GEM
6161
httpclient (2.8.3)
6262
i18n (0.9.5)
6363
concurrent-ruby (~> 1.0)
64-
jazzy (0.13.1)
64+
jazzy (0.13.2)
6565
cocoapods (~> 1.5)
6666
mustache (~> 1.1)
6767
open4
@@ -80,15 +80,15 @@ GEM
8080
netrc (0.11.0)
8181
open4 (1.3.4)
8282
redcarpet (3.5.0)
83-
rouge (3.16.0)
83+
rouge (3.17.0)
8484
ruby-macho (1.4.0)
8585
sassc (2.2.1)
8686
ffi (~> 1.9)
8787
sqlite3 (1.4.2)
8888
thread_safe (0.3.6)
8989
typhoeus (1.3.1)
9090
ethon (>= 0.9.0)
91-
tzinfo (1.2.6)
91+
tzinfo (1.2.7)
9292
thread_safe (~> 0.1)
9393
xcinvoke (0.3.0)
9494
liferaft (~> 0.0.6)
@@ -107,4 +107,4 @@ DEPENDENCIES
107107
jazzy
108108

109109
BUNDLED WITH
110-
2.1.2
110+
2.1.4

docs/Classes.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="index.html">
2424
AlamofireImage Docs
2525
</a>
26-
(75% documented)
26+
(77% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -347,8 +347,8 @@ <h4>Declaration</h4>
347347
</article>
348348
</div>
349349
<section class="footer">
350-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-03-07)</p>
351-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
350+
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-04-05)</p>
351+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
352352
</section>
353353
</body>
354354
</div>

docs/Classes/AutoPurgingImageCache.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<a class="header-link" href="../index.html">
2424
AlamofireImage Docs
2525
</a>
26-
(75% documented)
26+
(77% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -334,7 +334,7 @@ <h3 class="section-name"><p>Initialization</p>
334334
<code>
335335
<a name="/s:14AlamofireImage011AutoPurgingB5CacheC14memoryCapacity30preferredMemoryUsageAfterPurgeACs6UInt64V_AGtcfc"></a>
336336
<a name="//apple_ref/swift/Method/init(memoryCapacity:preferredMemoryUsageAfterPurge:)" class="dashAnchor"></a>
337-
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC14memoryCapacity30preferredMemoryUsageAfterPurgeACs6UInt64V_AGtcfc">init(memoryCapacity:preferredMemoryUsageAfterPurge:)</a>
337+
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC14memoryCapacity30preferredMemoryUsageAfterPurgeACs6UInt64V_AGtcfc">init(memoryCapacity:<wbr>preferredMemoryUsageAfterPurge:<wbr>)</a>
338338
</code>
339339
</div>
340340
<div class="height-container">
@@ -412,7 +412,7 @@ <h3 class="section-name"><p>Add Image to Cache</p>
412412
<code>
413413
<a name="/s:14AlamofireImage011AutoPurgingB5CacheC3add_3for14withIdentifierySo7UIImageC_10Foundation10URLRequestVSSSgtF"></a>
414414
<a name="//apple_ref/swift/Method/add(_:for:withIdentifier:)" class="dashAnchor"></a>
415-
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC3add_3for14withIdentifierySo7UIImageC_10Foundation10URLRequestVSSSgtF">add(_:for:withIdentifier:)</a>
415+
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC3add_3for14withIdentifierySo7UIImageC_10Foundation10URLRequestVSSSgtF">add(_:<wbr>for:<wbr>withIdentifier:<wbr>)</a>
416416
</code>
417417
</div>
418418
<div class="height-container">
@@ -482,7 +482,7 @@ <h4>Parameters</h4>
482482
<code>
483483
<a name="/s:14AlamofireImage011AutoPurgingB5CacheC3add_14withIdentifierySo7UIImageC_SStF"></a>
484484
<a name="//apple_ref/swift/Method/add(_:withIdentifier:)" class="dashAnchor"></a>
485-
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC3add_14withIdentifierySo7UIImageC_SStF">add(_:withIdentifier:)</a>
485+
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC3add_14withIdentifierySo7UIImageC_SStF">add(_:<wbr>withIdentifier:<wbr>)</a>
486486
</code>
487487
</div>
488488
<div class="height-container">
@@ -553,7 +553,7 @@ <h3 class="section-name"><p>Remove Image from Cache</p>
553553
<code>
554554
<a name="/s:14AlamofireImage011AutoPurgingB5CacheC06removeB03for14withIdentifierSb10Foundation10URLRequestV_SSSgtF"></a>
555555
<a name="//apple_ref/swift/Method/removeImage(for:withIdentifier:)" class="dashAnchor"></a>
556-
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC06removeB03for14withIdentifierSb10Foundation10URLRequestV_SSSgtF">removeImage(for:withIdentifier:)</a>
556+
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC06removeB03for14withIdentifierSb10Foundation10URLRequestV_SSSgtF">removeImage(for:<wbr>withIdentifier:<wbr>)</a>
557557
</code>
558558
</div>
559559
<div class="height-container">
@@ -616,7 +616,7 @@ <h4>Return Value</h4>
616616
<code>
617617
<a name="/s:14AlamofireImage011AutoPurgingB5CacheC12removeImages8matchingSb10Foundation10URLRequestV_tF"></a>
618618
<a name="//apple_ref/swift/Method/removeImages(matching:)" class="dashAnchor"></a>
619-
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC12removeImages8matchingSb10Foundation10URLRequestV_tF">removeImages(matching:)</a>
619+
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC12removeImages8matchingSb10Foundation10URLRequestV_tF">removeImages(matching:<wbr>)</a>
620620
</code>
621621
</div>
622622
<div class="height-container">
@@ -667,7 +667,7 @@ <h4>Return Value</h4>
667667
<code>
668668
<a name="/s:14AlamofireImage011AutoPurgingB5CacheC06removeB014withIdentifierSbSS_tF"></a>
669669
<a name="//apple_ref/swift/Method/removeImage(withIdentifier:)" class="dashAnchor"></a>
670-
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC06removeB014withIdentifierSbSS_tF">removeImage(withIdentifier:)</a>
670+
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC06removeB014withIdentifierSbSS_tF">removeImage(withIdentifier:<wbr>)</a>
671671
</code>
672672
</div>
673673
<div class="height-container">
@@ -764,7 +764,7 @@ <h3 class="section-name"><p>Fetch Image from Cache</p>
764764
<code>
765765
<a name="/s:14AlamofireImage011AutoPurgingB5CacheC5image3for14withIdentifierSo7UIImageCSg10Foundation10URLRequestV_SSSgtF"></a>
766766
<a name="//apple_ref/swift/Method/image(for:withIdentifier:)" class="dashAnchor"></a>
767-
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC5image3for14withIdentifierSo7UIImageCSg10Foundation10URLRequestV_SSSgtF">image(for:withIdentifier:)</a>
767+
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC5image3for14withIdentifierSo7UIImageCSg10Foundation10URLRequestV_SSSgtF">image(for:<wbr>withIdentifier:<wbr>)</a>
768768
</code>
769769
</div>
770770
<div class="height-container">
@@ -826,7 +826,7 @@ <h4>Return Value</h4>
826826
<code>
827827
<a name="/s:14AlamofireImage011AutoPurgingB5CacheC5image14withIdentifierSo7UIImageCSgSS_tF"></a>
828828
<a name="//apple_ref/swift/Method/image(withIdentifier:)" class="dashAnchor"></a>
829-
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC5image14withIdentifierSo7UIImageCSgSS_tF">image(withIdentifier:)</a>
829+
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC5image14withIdentifierSo7UIImageCSgSS_tF">image(withIdentifier:<wbr>)</a>
830830
</code>
831831
</div>
832832
<div class="height-container">
@@ -889,7 +889,7 @@ <h3 class="section-name"><p>Image Cache Keys</p>
889889
<code>
890890
<a name="/s:14AlamofireImage011AutoPurgingB5CacheC05imageE3Key3for14withIdentifierSS10Foundation10URLRequestV_SSSgtF"></a>
891891
<a name="//apple_ref/swift/Method/imageCacheKey(for:withIdentifier:)" class="dashAnchor"></a>
892-
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC05imageE3Key3for14withIdentifierSS10Foundation10URLRequestV_SSSgtF">imageCacheKey(for:withIdentifier:)</a>
892+
<a class="token" href="#/s:14AlamofireImage011AutoPurgingB5CacheC05imageE3Key3for14withIdentifierSS10Foundation10URLRequestV_SSSgtF">imageCacheKey(for:<wbr>withIdentifier:<wbr>)</a>
893893
</code>
894894
</div>
895895
<div class="height-container">
@@ -954,8 +954,8 @@ <h4>Return Value</h4>
954954
</article>
955955
</div>
956956
<section class="footer">
957-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-03-07)</p>
958-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
957+
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-04-05)</p>
958+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
959959
</section>
960960
</body>
961961
</div>

0 commit comments

Comments
 (0)