Skip to content

Commit

Permalink
Bump version to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed May 15, 2018
1 parent 00ae8c1 commit faf6005
Show file tree
Hide file tree
Showing 147 changed files with 1,324 additions and 1,057 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.8.0 - Watch & Watching](https://github.com/onevcat/Kingfisher/releases/tag/4.8.0) (2018-05-15)

#### Add
* WKInterfaceImage setting image interface for watchOS.
*

---

## [4.7.0 - Cancel All](https://github.com/onevcat/Kingfisher/releases/tag/4.7.0) (2018-04-06)

#### Add
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.7.0"
s.version = "4.8.0"
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 @@ -1975,11 +1975,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1276;
CURRENT_PROJECT_VERSION = 1293;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1276;
DYLIB_CURRENT_VERSION = 1293;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand All @@ -2006,11 +2006,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1276;
CURRENT_PROJECT_VERSION = 1293;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1276;
DYLIB_CURRENT_VERSION = 1293;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -2122,11 +2122,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1276;
CURRENT_PROJECT_VERSION = 1293;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1276;
DYLIB_CURRENT_VERSION = 1293;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand Down Expand Up @@ -2156,11 +2156,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1276;
CURRENT_PROJECT_VERSION = 1293;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1276;
DYLIB_CURRENT_VERSION = 1293;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -2187,11 +2187,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1276;
CURRENT_PROJECT_VERSION = 1293;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1276;
DYLIB_CURRENT_VERSION = 1293;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -2218,11 +2218,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1276;
CURRENT_PROJECT_VERSION = 1293;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1276;
DYLIB_CURRENT_VERSION = 1293;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand Down Expand Up @@ -2358,10 +2358,10 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1276;
CURRENT_PROJECT_VERSION = 1293;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1276;
DYLIB_CURRENT_VERSION = 1293;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -2387,10 +2387,10 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1276;
CURRENT_PROJECT_VERSION = 1293;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1276;
DYLIB_CURRENT_VERSION = 1293;
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.7.0</string>
<string>4.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1276</string>
<string>1293</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.7.0</string>
<string>4.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1276</string>
<string>1293</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.7.0</string>
<string>4.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1276</string>
<string>1293</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.7.0</string>
<string>4.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1276</string>
<string>1293</string>
</dict>
</plist>
16 changes: 8 additions & 8 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,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.7.0/Sources/Kingfisher.swift#L48-L53">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/Kingfisher.swift#L50-L55">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -394,7 +394,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L61-L276">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L61-L276">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -432,7 +432,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/ImageCache.swift#L76-L636">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/ImageCache.swift#L76-L636">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -467,7 +467,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/ImageDownloader.swift#L214-L368">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/ImageDownloader.swift#L228-L382">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -503,7 +503,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/KingfisherManager.swift#L38-L59">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/KingfisherManager.swift#L38-L59">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -535,7 +535,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/KingfisherManager.swift#L66-L265">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/KingfisherManager.swift#L66-L265">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -571,7 +571,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/ImagePrefetcher.swift#L51-L266">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/ImagePrefetcher.swift#L51-L266">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -581,7 +581,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-04-06)</p>
<p>&copy; 2018 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2018-05-15)</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 @@ -374,7 +374,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L77-L95">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L77-L95">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -415,7 +415,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L99">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L99">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -445,7 +445,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L102">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L102">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -475,7 +475,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L105">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L105">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -505,7 +505,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L108-L119">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L108-L119">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -535,7 +535,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L122-L130">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L122-L130">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -565,7 +565,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L133">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L133">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -606,7 +606,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L152-L160">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L152-L160">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -636,7 +636,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L168-L174">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L168-L174">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -666,7 +666,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L177-L187">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L177-L187">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -696,7 +696,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L190-L195">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L190-L195">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -726,7 +726,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L197-L203">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L197-L203">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -756,7 +756,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L205-L208">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L205-L208">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -786,7 +786,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/4.7.0/Sources/AnimatedImageView.swift#L210-L213">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/4.8.0/Sources/AnimatedImageView.swift#L210-L213">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -796,7 +796,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-04-06)</p>
<p>&copy; 2018 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2018-05-15)</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 faf6005

Please sign in to comment.