Skip to content

Commit

Permalink
Bump version to 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Oct 24, 2019
1 parent 050959b commit 3f02004
Show file tree
Hide file tree
Showing 217 changed files with 2,300 additions and 1,602 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

-----

## [5.9.0 - Combination](https://github.com/onevcat/Kingfisher/releases/tag/5.9.0) (2019-10-24)

#### Add
* Introduce a `|>` operator for combining image processors. [#1320](https://github.com/onevcat/Kingfisher/pull/1320)

#### Fix
* Improve performance of reading task identifier when handling downloading side effect. [#1310](https://github.com/onevcat/Kingfisher/pull/1310)
* Improve some type conversion to boost building. [#1321](https://github.com/onevcat/Kingfisher/pull/1321)

---

## [5.8.3 - Carthage Cache](https://github.com/onevcat/Kingfisher/releases/tag/5.8.3) (2019-10-09)

#### Fix
Expand Down
2 changes: 1 addition & 1 deletion Kingfisher.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Kingfisher"
s.version = "5.8.3"
s.version = "5.9.0"
s.summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."

s.description = <<-DESC
Expand Down
16 changes: 8 additions & 8 deletions Kingfisher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1052,9 +1052,9 @@
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
CURRENT_PROJECT_VERSION = 1821;
CURRENT_PROJECT_VERSION = 1832;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1821;
DYLIB_CURRENT_VERSION = 1832;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -1102,9 +1102,9 @@
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
CURRENT_PROJECT_VERSION = 1821;
CURRENT_PROJECT_VERSION = 1832;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1821;
DYLIB_CURRENT_VERSION = 1832;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -1187,9 +1187,9 @@
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
CURRENT_PROJECT_VERSION = 1821;
CURRENT_PROJECT_VERSION = 1832;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1821;
DYLIB_CURRENT_VERSION = 1832;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -1242,9 +1242,9 @@
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
CURRENT_PROJECT_VERSION = 1821;
CURRENT_PROJECT_VERSION = 1832;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1821;
DYLIB_CURRENT_VERSION = 1832;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Expand Down
4 changes: 2 additions & 2 deletions Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.8.3</string>
<string>5.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1821</string>
<string>1832</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Tests/KingfisherTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.8.3</string>
<string>5.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1821</string>
<string>1832</string>
</dict>
</plist>
19 changes: 11 additions & 8 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Kingfisher 5.8.3 Docs
Kingfisher 5.9.0 Docs
</a>
(84% documented)
</p>
Expand Down Expand Up @@ -217,6 +217,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:10Kingfisher2ggoiyAA14ImageProcessor_pAaC_p_AaC_ptF">&gt;&gt;(_:_:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Functions.html#/s:10Kingfisher2ogoiyAA14ImageProcessor_pAaC_p_AaC_ptF">|&gt;(_:_:)</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -522,7 +525,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.8.3/Sources/Cache/ImageCache.swift#L142-L784">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.9.0/Sources/Cache/ImageCache.swift#L142-L784">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -564,7 +567,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.8.3/Sources/General/Deprecated.swift#L136-L137">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.9.0/Sources/General/Deprecated.swift#L136-L137">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -601,7 +604,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.8.3/Sources/General/KingfisherManager.swift#L53-L433">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.9.0/Sources/General/KingfisherManager.swift#L53-L433">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -636,7 +639,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.8.3/Sources/Networking/ImageDownloader.swift#L99-L349">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.9.0/Sources/Networking/ImageDownloader.swift#L99-L349">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -674,7 +677,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.8.3/Sources/Networking/ImagePrefetcher.swift#L72-L368">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.9.0/Sources/Networking/ImagePrefetcher.swift#L72-L368">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -710,7 +713,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.8.3/Sources/Networking/SessionDataTask.swift#L31-L119">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.9.0/Sources/Networking/SessionDataTask.swift#L31-L119">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -754,7 +757,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2019-10-09)</p>
<p>&copy; 2019 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2019-10-24)</p>
<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>
</section>
</body>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/AnimatedImageView.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Kingfisher 5.8.3 Docs
Kingfisher 5.9.0 Docs
</a>
(84% documented)
</p>
Expand Down Expand Up @@ -217,6 +217,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/s:10Kingfisher2ggoiyAA14ImageProcessor_pAaC_p_AaC_ptF">&gt;&gt;(_:_:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../Functions.html#/s:10Kingfisher2ogoiyAA14ImageProcessor_pAaC_p_AaC_ptF">|&gt;(_:_:)</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -815,7 +818,7 @@ <h3 class="section-name">Override</h3>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2019-10-09)</p>
<p>&copy; 2019 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2019-10-24)</p>
<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>
</section>
</body>
Expand Down
7 changes: 5 additions & 2 deletions docs/Classes/AnimatedImageView/RepeatCount.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
Kingfisher 5.8.3 Docs
Kingfisher 5.9.0 Docs
</a>
(84% documented)
</p>
Expand Down Expand Up @@ -217,6 +217,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Functions.html#/s:10Kingfisher2ggoiyAA14ImageProcessor_pAaC_p_AaC_ptF">&gt;&gt;(_:_:)</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="../../Functions.html#/s:10Kingfisher2ogoiyAA14ImageProcessor_pAaC_p_AaC_ptF">|&gt;(_:_:)</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -570,7 +573,7 @@ <h1>RepeatCount</h1>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2019-10-09)</p>
<p>&copy; 2019 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2019-10-24)</p>
<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>
</section>
</body>
Expand Down
Loading

0 comments on commit 3f02004

Please sign in to comment.