Skip to content

Commit 5384f55

Browse files
authored
Prepare 4.0.3. (#408)
* Version to 4.0.3. * Update Jazzy docs.
1 parent b1aeb54 commit 5384f55

File tree

86 files changed

+532
-165
lines changed

Some content is hidden

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

86 files changed

+532
-165
lines changed

AlamofireImage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlamofireImage'
3-
s.version = '4.0.2'
3+
s.version = '4.0.3'
44
s.license = 'MIT'
55
s.summary = 'AlamofireImage is an image component library for Alamofire'
66
s.homepage = 'https://github.com/Alamofire/AlamofireImage'

AlamofireImage.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,7 +2393,7 @@
23932393
INFOPLIST_FILE = Source/Info.plist;
23942394
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
23952395
MACOSX_DEPLOYMENT_TARGET = 10.12;
2396-
MARKETING_VERSION = 4.0.2;
2396+
MARKETING_VERSION = 4.0.3;
23972397
MTL_ENABLE_DEBUG_INFO = YES;
23982398
ONLY_ACTIVE_ARCH = YES;
23992399
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireImage;
@@ -2455,7 +2455,7 @@
24552455
INFOPLIST_FILE = Source/Info.plist;
24562456
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
24572457
MACOSX_DEPLOYMENT_TARGET = 10.12;
2458-
MARKETING_VERSION = 4.0.2;
2458+
MARKETING_VERSION = 4.0.3;
24592459
MTL_ENABLE_DEBUG_INFO = NO;
24602460
PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireImage;
24612461
SDKROOT = iphoneos;

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
`AlamofireImage` adheres to [Semantic Versioning](http://semver.org/).
44

55
#### 4.x Releases
6-
- `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401)
6+
- `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401) | [4.0.2](#402) | [4.0.3](#403)
77
- `4.0.0` Betas - [4.0.0-beta.1](#400-beta1) | [4.0.0-beta.2](#400-beta2) | [4.0.0-beta.3](#400-beta3) | [4.0.0-beta.4](#400-beta4) | [4.0.0-beta.5](#400-beta5) | [4.0.0-beta.6](#400-beta6)
88

99
#### 3.x Releases
@@ -31,6 +31,16 @@ All notable changes to this project will be documented in this file.
3131

3232
---
3333

34+
## [4.0.3](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.3)
35+
Released on 2020-03-07. All issues associated with this milestone can be found using this
36+
[filter](https://github.com/Alamofire/AlamofireImage/milestone/39?closed=1).
37+
38+
#### Fixed
39+
- Missing `nil` default for `completionHandler` parameter of `download` method.
40+
- Fixed by [Rob Ryan](https://github.com/robertmryan) in Pull Request [#407](https://github.com/Alamofire/AlamofireImage/pull/407).
41+
- Swift Package Manager compatibility with local submodules, for real this time.
42+
- Fixed by[Jon Shier](https://github.com/jshier) in direct commit [35151b1](https://github.com/Alamofire/AlamofireImage/commit/35151b1da85e6c1539a55c8a267850e5fc579def).
43+
3444
## [4.0.2](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.2)
3545
Released on 2020-02-29. All issues associated with this milestone can be found using this
3646
[filter](https://github.com/Alamofire/AlamofireImage/milestone/38?closed=1).

docs/Classes.html

Lines changed: 2 additions & 2 deletions
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-
(77% documented)
26+
(75% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -347,7 +347,7 @@ <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-02-29)</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-03-07)</p>
351351
<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>
352352
</section>
353353
</body>

docs/Classes/AutoPurgingImageCache.html

Lines changed: 2 additions & 2 deletions
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-
(77% documented)
26+
(75% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -954,7 +954,7 @@ <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-02-29)</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-03-07)</p>
958958
<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>
959959
</section>
960960
</body>

docs/Classes/ImageDownloader.html

Lines changed: 4 additions & 4 deletions
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-
(77% documented)
26+
(75% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -387,7 +387,7 @@ <h4>Declaration</h4>
387387
<h4>Declaration</h4>
388388
<div class="language">
389389
<p class="aside-title">Swift</p>
390-
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">private(set)</span> <span class="k">var</span> <span class="nv">credential</span><span class="p">:</span> <span class="kt">URLCredential</span><span class="p">?</span></code></pre>
390+
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">private(set)</span> <span class="k">var</span> <span class="nv">credential</span><span class="p">:</span> <span class="kt">URLCredential</span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
391391

392392
</div>
393393
</div>
@@ -914,7 +914,7 @@ <h4>Declaration</h4>
914914
<span class="nv">filter</span><span class="p">:</span> <span class="kt"><a href="../Protocols/ImageFilter.html">ImageFilter</a></span><span class="p">?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">,</span>
915915
<span class="nv">progress</span><span class="p">:</span> <span class="kt"><a href="../Classes/ImageDownloader.html#/s:14AlamofireImage0B10DownloaderC15ProgressHandlera">ProgressHandler</a></span><span class="p">?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">,</span>
916916
<span class="nv">progressQueue</span><span class="p">:</span> <span class="kt">DispatchQueue</span> <span class="o">=</span> <span class="kt">DispatchQueue</span><span class="o">.</span><span class="n">main</span><span class="p">,</span>
917-
<span class="nv">completion</span><span class="p">:</span> <span class="kt"><a href="../Classes/ImageDownloader.html#/s:14AlamofireImage0B10DownloaderC17CompletionHandlera">CompletionHandler</a></span><span class="p">?)</span>
917+
<span class="nv">completion</span><span class="p">:</span> <span class="kt"><a href="../Classes/ImageDownloader.html#/s:14AlamofireImage0B10DownloaderC17CompletionHandlera">CompletionHandler</a></span><span class="p">?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">)</span>
918918
<span class="o">-&gt;</span> <span class="kt"><a href="../Classes/RequestReceipt.html">RequestReceipt</a></span><span class="p">?</span></code></pre>
919919

920920
</div>
@@ -1194,7 +1194,7 @@ <h4>Parameters</h4>
11941194
</article>
11951195
</div>
11961196
<section class="footer">
1197-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-02-29)</p>
1197+
<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>
11981198
<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>
11991199
</section>
12001200
</body>

docs/Classes/ImageDownloader/DownloadPrioritization.html

Lines changed: 2 additions & 2 deletions
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-
(77% documented)
26+
(75% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -289,7 +289,7 @@ <h4>Declaration</h4>
289289
</article>
290290
</div>
291291
<section class="footer">
292-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-02-29)</p>
292+
<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>
293293
<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>
294294
</section>
295295
</body>

docs/Classes/ImageResponseSerializer.html

Lines changed: 2 additions & 2 deletions
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-
(77% documented)
26+
(75% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -567,7 +567,7 @@ <h4>Declaration</h4>
567567
</article>
568568
</div>
569569
<section class="footer">
570-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-02-29)</p>
570+
<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>
571571
<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>
572572
</section>
573573
</body>

docs/Classes/RequestReceipt.html

Lines changed: 2 additions & 2 deletions
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-
(77% documented)
26+
(75% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -287,7 +287,7 @@ <h4>Declaration</h4>
287287
</article>
288288
</div>
289289
<section class="footer">
290-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-02-29)</p>
290+
<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>
291291
<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>
292292
</section>
293293
</body>

docs/Enums.html

Lines changed: 2 additions & 2 deletions
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-
(77% documented)
26+
(75% documented)
2727
</p>
2828

2929
<p class="header-col--secondary">
@@ -258,7 +258,7 @@ <h4>Declaration</h4>
258258
</article>
259259
</div>
260260
<section class="footer">
261-
<p>&copy; 2020 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2020-02-29)</p>
261+
<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>
262262
<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>
263263
</section>
264264
</body>

0 commit comments

Comments
 (0)