Skip to content

Commit

Permalink
Bump version to 4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Mar 1, 2018
1 parent d65cb58 commit 6eb2073
Show file tree
Hide file tree
Showing 143 changed files with 864 additions and 856 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

-----

## [4.6.3 - Clean Demo](https://github.com/onevcat/Kingfisher/releases/tag/4.6.3) (2018-03-01)

#### Fix
* Move demo project out from Kingfisher framework project. [#867](https://github.com/onevcat/Kingfisher/pull/867)
* An issue that caused stack overflow when prefetching too many images, while they are already cached. [#866](https://github.com/onevcat/Kingfisher/pull/866)

---

## [4.6.2 - GIF frames](https://github.com/onevcat/Kingfisher/releases/tag/4.6.2) (2018-02-14)

#### 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 = "4.6.2"
s.version = "4.6.3"
s.summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."

s.description = <<-DESC
Expand Down
32 changes: 16 additions & 16 deletions Kingfisher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1961,11 +1961,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1244;
CURRENT_PROJECT_VERSION = 1254;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1244;
DYLIB_CURRENT_VERSION = 1254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand All @@ -1992,11 +1992,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1244;
CURRENT_PROJECT_VERSION = 1254;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1244;
DYLIB_CURRENT_VERSION = 1254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -2108,11 +2108,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1244;
CURRENT_PROJECT_VERSION = 1254;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1244;
DYLIB_CURRENT_VERSION = 1254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand Down Expand Up @@ -2142,11 +2142,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1244;
CURRENT_PROJECT_VERSION = 1254;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1244;
DYLIB_CURRENT_VERSION = 1254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -2173,11 +2173,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1244;
CURRENT_PROJECT_VERSION = 1254;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1244;
DYLIB_CURRENT_VERSION = 1254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -2204,11 +2204,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1244;
CURRENT_PROJECT_VERSION = 1254;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1244;
DYLIB_CURRENT_VERSION = 1254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand Down Expand Up @@ -2340,10 +2340,10 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1244;
CURRENT_PROJECT_VERSION = 1254;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1244;
DYLIB_CURRENT_VERSION = 1254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -2369,10 +2369,10 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1244;
CURRENT_PROJECT_VERSION = 1254;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1244;
DYLIB_CURRENT_VERSION = 1254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
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>4.6.2</string>
<string>4.6.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1244</string>
<string>1254</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Tests/KingfisherTests-macOS/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>4.6.2</string>
<string>4.6.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1244</string>
<string>1254</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Tests/KingfisherTests-tvOS/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>4.6.2</string>
<string>4.6.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1244</string>
<string>1254</string>
</dict>
</plist>
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>4.6.2</string>
<string>4.6.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1244</string>
<string>1254</string>
</dict>
</plist>
16 changes: 8 additions & 8 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h1>Classes</h1>
<a href="Classes/Kingfisher.html" class="slightly-smaller">See more</a>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/Kingfisher.swift#L48-L53">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/Kingfisher.swift#L48-L53">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -352,7 +352,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L61-L276">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L61-L276">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -390,7 +390,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/ImageCache.swift#L76-L636">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/ImageCache.swift#L76-L636">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -425,7 +425,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/ImageDownloader.swift#L214-L368">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/ImageDownloader.swift#L214-L368">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -461,7 +461,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/KingfisherManager.swift#L38-L59">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/KingfisherManager.swift#L38-L59">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -493,7 +493,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/KingfisherManager.swift#L66-L265">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/KingfisherManager.swift#L66-L265">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -529,7 +529,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/ImagePrefetcher.swift#L51-L266">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/ImagePrefetcher.swift#L51-L266">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -539,7 +539,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2018-02-14)</p>
<p>&copy; 2018 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2018-03-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
30 changes: 15 additions & 15 deletions docs/Classes/AnimatedImageView.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L77-L95">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L77-L95">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -373,7 +373,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L99">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L99">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -403,7 +403,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L102">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L102">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -433,7 +433,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L105">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L105">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -463,7 +463,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L108-L119">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L108-L119">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -493,7 +493,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L122-L130">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L122-L130">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -523,7 +523,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L133">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L133">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -564,7 +564,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L152-L160">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L152-L160">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -594,7 +594,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L168-L174">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L168-L174">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -624,7 +624,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L177-L187">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L177-L187">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -654,7 +654,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L190-L195">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L190-L195">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -684,7 +684,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L197-L203">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L197-L203">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -714,7 +714,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L205-L208">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L205-L208">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -744,7 +744,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.2/Sources/AnimatedImageView.swift#L210-L213">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.6.3/Sources/AnimatedImageView.swift#L210-L213">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -754,7 +754,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2018-02-14)</p>
<p>&copy; 2018 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2018-03-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit 6eb2073

Please sign in to comment.