Skip to content

Commit 249c411

Browse files
authored
Prepare 4.0.0-beta.6 (#388)
* Update version, CHANGELOG. * Update Jazzy docs.
1 parent 6291a3e commit 249c411

File tree

87 files changed

+198
-176
lines changed

Some content is hidden

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

87 files changed

+198
-176
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.5
1+
2.6.3

AlamofireImage.podspec

+2-2
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.0-beta.5'
3+
s.version = '4.0.0-beta.6'
44
s.license = 'MIT'
55
s.summary = 'AlamofireImage is an image component library for Alamofire'
66
s.homepage = 'https://github.com/Alamofire/AlamofireImage'
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
1717
s.tvos.deployment_target = '10.0'
1818
s.watchos.deployment_target = '3.0'
1919

20-
s.dependency 'Alamofire', '~> 5.0.0-rc.2'
20+
s.dependency 'Alamofire', '~> 5.0.0-rc.3'
2121
end

CHANGELOG.md

+20-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ 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.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)
6+
- `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)
77

88
#### 3.x Releases
9+
- `3.6.x` Releases - [3.6.0](#360)
910
- `3.5.x` Releases - [3.5.0](#350) | [3.5.1](#351) | [3.5.2](#352)
1011
- `3.4.x` Releases - [3.4.0](#340) | [3.4.1](#341)
1112
- `3.3.x` Releases - [3.3.0](#330) | [3.3.1](#331)
@@ -29,14 +30,18 @@ All notable changes to this project will be documented in this file.
2930

3031
---
3132

33+
## [4.0.0-beta.6](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.0-beta.6)
34+
Released on 2019-10-27. All issues associated with this milestone can be found using this
35+
[filter](https://github.com/Alamofire/AlamofireImage/milestone/35?closed=1).
36+
37+
#### Fixed
38+
- Thread-safety issue in `AutoPurgingImageCache`.
39+
- Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#387](https://github.com/Alamofire/AlamofireImage/pull/387).
40+
3241
## [4.0.0-beta.5](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.0-beta.5)
3342
Released on 2019-09-17. All issues associated with this milestone can be found using this
3443
[filter](https://github.com/Alamofire/AlamofireImage/milestone/34?closed=1).
3544

36-
#### Updated
37-
- `URLCache` usage for Mac Catalyst.
38-
- Updated by [sonique6784](https://github.com/sonique6784) in Pull Request [#365](https://github.com/Alamofire/AlamofireImage/pull/365).
39-
4045
#### Fixed
4146
- Alamofire API usage after Alamofire 5 RC changes.
4247
- Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#375](https://github.com/Alamofire/AlamofireImage/pull/375).
@@ -75,6 +80,16 @@ Released on 2019-04-10. All issues associated with this milestone can be found u
7580

7681
---
7782

83+
## [3.6.0](https://github.com/Alamofire/AlamofireImage/releases/tag/3.6.0)
84+
Released on 2019-10-27. All issues associated with this milestone can be found using this
85+
[filter](https://github.com/Alamofire/AlamofireImage/milestone/36?closed=1).
86+
87+
#### Fixed
88+
- Build for Catalyst platform by updating deprecated API usage.
89+
- Fixed by [sonique6784](https://github.com/sonique6784) in Pull Request [#365](https://github.com/Alamofire/AlamofireImage/pull/365).
90+
- Thread-safety issue in `AutoPurgingImageCache`.
91+
- Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#386](https://github.com/Alamofire/AlamofireImage/pull/386).
92+
7893
## [3.5.2](https://github.com/Alamofire/AlamofireImage/releases/tag/3.5.2)
7994
Released on 2019-03-28. All issues associated with this milestone can be found using this
8095
[filter](https://github.com/Alamofire/AlamofireImage/milestone/29?closed=1).

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "Alamofire/Alamofire" ~> 5.0.0-rc.2
1+
github "Alamofire/Alamofire" ~> 5.0.0-rc.3

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "Alamofire/Alamofire" "5.0.0-rc.2"
1+
github "Alamofire/Alamofire" "5.0.0-rc.3"

Carthage/Checkouts/Alamofire

Submodule Alamofire updated 262 files

Gemfile.lock

+18-11
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,21 @@ GEM
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10+
algoliasearch (1.27.1)
11+
httpclient (~> 2.8, >= 2.8.3)
12+
json (>= 1.5.1)
1013
atomos (0.1.3)
1114
claide (1.0.3)
12-
cocoapods (1.7.5)
15+
cocoapods (1.8.4)
1316
activesupport (>= 4.0.2, < 5)
1417
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.7.5)
18+
cocoapods-core (= 1.8.4)
1619
cocoapods-deintegrate (>= 1.0.3, < 2.0)
1720
cocoapods-downloader (>= 1.2.2, < 2.0)
1821
cocoapods-plugins (>= 1.0.0, < 2.0)
1922
cocoapods-search (>= 1.0.0, < 2.0)
2023
cocoapods-stats (>= 1.0.0, < 2.0)
21-
cocoapods-trunk (>= 1.3.1, < 2.0)
24+
cocoapods-trunk (>= 1.4.0, < 2.0)
2225
cocoapods-try (>= 1.1.0, < 2.0)
2326
colored2 (~> 3.1)
2427
escape (~> 0.0.4)
@@ -27,9 +30,11 @@ GEM
2730
molinillo (~> 0.6.6)
2831
nap (~> 1.0)
2932
ruby-macho (~> 1.4)
30-
xcodeproj (>= 1.10.0, < 2.0)
31-
cocoapods-core (1.7.5)
33+
xcodeproj (>= 1.11.1, < 2.0)
34+
cocoapods-core (1.8.4)
3235
activesupport (>= 4.0.2, < 6)
36+
algoliasearch (~> 1.0)
37+
concurrent-ruby (~> 1.1)
3338
fuzzy_match (~> 2.0.4)
3439
nap (~> 1.0)
3540
cocoapods-deintegrate (1.0.4)
@@ -38,7 +43,7 @@ GEM
3843
nap
3944
cocoapods-search (1.0.0)
4045
cocoapods-stats (1.1.0)
41-
cocoapods-trunk (1.4.0)
46+
cocoapods-trunk (1.4.1)
4247
nap (>= 0.8, < 2.0)
4348
netrc (~> 0.11)
4449
cocoapods-try (1.1.0)
@@ -49,9 +54,10 @@ GEM
4954
fourflusher (2.3.1)
5055
fuzzy_match (2.0.4)
5156
gh_inspector (1.1.3)
57+
httpclient (2.8.3)
5258
i18n (0.9.5)
5359
concurrent-ruby (~> 1.0)
54-
jazzy (0.11.1)
60+
jazzy (0.11.2)
5561
cocoapods (~> 1.5)
5662
mustache (~> 1.1)
5763
open4
@@ -60,26 +66,27 @@ GEM
6066
sassc (~> 2.1)
6167
sqlite3 (~> 1.3)
6268
xcinvoke (~> 0.3.0)
69+
json (2.2.0)
6370
liferaft (0.0.6)
64-
minitest (5.11.3)
71+
minitest (5.12.2)
6572
molinillo (0.6.6)
6673
mustache (1.1.0)
6774
nanaimo (0.2.6)
6875
nap (1.1.0)
6976
netrc (0.11.0)
7077
open4 (1.3.4)
7178
redcarpet (3.5.0)
72-
rouge (3.11.0)
79+
rouge (3.12.0)
7380
ruby-macho (1.4.0)
74-
sassc (2.2.0)
81+
sassc (2.2.1)
7582
ffi (~> 1.9)
7683
sqlite3 (1.4.1)
7784
thread_safe (0.3.6)
7885
tzinfo (1.2.5)
7986
thread_safe (~> 0.1)
8087
xcinvoke (0.3.0)
8188
liferaft (~> 0.0.6)
82-
xcodeproj (1.12.0)
89+
xcodeproj (1.13.0)
8390
CFPropertyList (>= 2.3.3, < 4.0)
8491
atomos (~> 0.1.3)
8592
claide (>= 1.0.2, < 2.0)

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let package = Package(
3939
dependencies: [
4040
.package(
4141
url: "https://github.com/Alamofire/Alamofire.git",
42-
from: "5.0.0-rc.2"
42+
from: "5.0.0-rc.3"
4343
)
4444
],
4545
targets: [

docs/Classes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ <h4>Declaration</h4>
356356
</article>
357357
</div>
358358
<section class="footer">
359-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
360-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
359+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
360+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
361361
</section>
362362
</body>
363363
</div>

docs/Classes/AutoPurgingImageCache.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h3 class="section-name">Initialization</h3>
335335
<section class="section">
336336
<div class="pointer"></div>
337337
<div class="abstract">
338-
<p>Initialies the <code>AutoPurgingImageCache</code> instance with the given memory capacity and preferred memory usage
338+
<p>Initializes the <code>AutoPurgingImageCache</code> instance with the given memory capacity and preferred memory usage
339339
after purge limit.</p>
340340

341341
<p>Please note, the memory capacity must always be greater than or equal to the preferred memory usage after purge.</p>
@@ -939,8 +939,8 @@ <h4>Return Value</h4>
939939
</article>
940940
</div>
941941
<section class="footer">
942-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
943-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
942+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
943+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
944944
</section>
945945
</body>
946946
</div>

docs/Classes/ImageDownloader.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1163,8 +1163,8 @@ <h4>Parameters</h4>
11631163
</article>
11641164
</div>
11651165
<section class="footer">
1166-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
1167-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
1166+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
1167+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
11681168
</section>
11691169
</body>
11701170
</div>

docs/Classes/ImageDownloader/DownloadPrioritization.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ <h4>Declaration</h4>
286286
</article>
287287
</div>
288288
<section class="footer">
289-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
290-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
289+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
290+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
291291
</section>
292292
</body>
293293
</div>

docs/Classes/ImageResponseSerializer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ <h4>Declaration</h4>
557557
</article>
558558
</div>
559559
<section class="footer">
560-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
561-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
560+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
561+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
562562
</section>
563563
</body>
564564
</div>

docs/Classes/RequestReceipt.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ <h4>Declaration</h4>
284284
</article>
285285
</div>
286286
<section class="footer">
287-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
288-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
287+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
288+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
289289
</section>
290290
</body>
291291
</div>

docs/Enums.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ <h4>Declaration</h4>
254254
</article>
255255
</div>
256256
<section class="footer">
257-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
258-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
257+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
258+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
259259
</section>
260260
</body>
261261
</div>

docs/Enums/AFIError.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ <h4>Declaration</h4>
442442
</article>
443443
</div>
444444
<section class="footer">
445-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
446-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
445+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
446+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
447447
</section>
448448
</body>
449449
</div>

docs/Extensions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ <h4>Declaration</h4>
385385
</article>
386386
</div>
387387
<section class="footer">
388-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
389-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
388+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
389+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
390390
</section>
391391
</body>
392392
</div>

docs/Extensions/DataRequest.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ <h1>DataRequest</h1>
239239
</article>
240240
</div>
241241
<section class="footer">
242-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
243-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
242+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
243+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
244244
</section>
245245
</body>
246246
</div>

docs/Extensions/UIButton.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,8 @@ <h4>Declaration</h4>
908908
</article>
909909
</div>
910910
<section class="footer">
911-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
912-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
911+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
912+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
913913
</section>
914914
</body>
915915
</div>

docs/Extensions/UIImage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,8 @@ <h4>Return Value</h4>
795795
</article>
796796
</div>
797797
<section class="footer">
798-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
799-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
798+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
799+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
800800
</section>
801801
</body>
802802
</div>

docs/Extensions/UIImageView.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,8 @@ <h4>Parameters</h4>
767767
</article>
768768
</div>
769769
<section class="footer">
770-
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-09-17)</p>
771-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
770+
<p>&copy; 2019 <a class="link" href="http://alamofire.org/" target="_blank" rel="external">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2019-10-27)</p>
771+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
772772
</section>
773773
</body>
774774
</div>

0 commit comments

Comments
 (0)