Skip to content

Commit

Permalink
Bump version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Feb 11, 2019
1 parent 4903511 commit 03c512b
Show file tree
Hide file tree
Showing 209 changed files with 1,681 additions and 1,405 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

-----

## [5.1.1 - Racing](https://github.com/onevcat/Kingfisher/releases/tag/5.1.1) (2019-02-11)

#### Fix
* Deprecate incorrect `ImageCache` initializer with `path` parameter. Now use the `cacheDirectoryURL` version for clearer implemetation. [#1114](https://github.com/onevcat/Kingfisher/pull/1114/)
* Fix a race condition when setting download delegate from multiple `ImagePrefetcher`s. [#1109](https://github.com/onevcat/Kingfisher/issues/1109)
* Now `directoryURL` of disk storage backend is marked as public correctly. [#1108](https://github.com/onevcat/Kingfisher/issues/1108)

---

## [5.1.0 - Redirecting & Racing](https://github.com/onevcat/Kingfisher/releases/tag/5.1.0) (2019-01-12)

#### 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 = "5.1.0"
s.version = "5.1.1"
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 @@ -1349,11 +1349,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1525;
CURRENT_PROJECT_VERSION = 1541;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1525;
DYLIB_CURRENT_VERSION = 1541;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand All @@ -1377,11 +1377,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1525;
CURRENT_PROJECT_VERSION = 1541;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1525;
DYLIB_CURRENT_VERSION = 1541;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -1476,11 +1476,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1525;
CURRENT_PROJECT_VERSION = 1541;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1525;
DYLIB_CURRENT_VERSION = 1541;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -1507,11 +1507,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1525;
CURRENT_PROJECT_VERSION = 1541;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1525;
DYLIB_CURRENT_VERSION = 1541;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -1535,11 +1535,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1525;
CURRENT_PROJECT_VERSION = 1541;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1525;
DYLIB_CURRENT_VERSION = 1541;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -1563,11 +1563,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1525;
CURRENT_PROJECT_VERSION = 1541;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1525;
DYLIB_CURRENT_VERSION = 1541;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand Down Expand Up @@ -1704,9 +1704,9 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1525;
CURRENT_PROJECT_VERSION = 1541;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1525;
DYLIB_CURRENT_VERSION = 1541;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -1729,9 +1729,9 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1525;
CURRENT_PROJECT_VERSION = 1541;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1525;
DYLIB_CURRENT_VERSION = 1541;
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>5.1.0</string>
<string>5.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1525</string>
<string>1541</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>5.1.0</string>
<string>5.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1525</string>
<string>1541</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>5.1.0</string>
<string>5.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1525</string>
<string>1541</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>5.1.0</string>
<string>5.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1525</string>
<string>1541</string>
</dict>
</plist>
16 changes: 8 additions & 8 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Cache/ImageCache.swift#L142-L780">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Cache/ImageCache.swift#L142-L788">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -528,7 +528,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/General/Deprecated.swift#L136-L137">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/General/Deprecated.swift#L136-L137">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/5.1.0/Sources/General/KingfisherManager.swift#L53-L400">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/General/KingfisherManager.swift#L53-L400">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -600,7 +600,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Networking/ImageDownloader.swift#L78-L310">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Networking/ImageDownloader.swift#L78-L310">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -638,7 +638,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Networking/ImagePrefetcher.swift#L56-L294">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Networking/ImagePrefetcher.swift#L56-L278">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -674,7 +674,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Networking/SessionDataTask.swift#L31-L118">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Networking/SessionDataTask.swift#L31-L118">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -716,7 +716,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L72-L301">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L72-L302">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -729,7 +729,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-01-12)</p>
<p>&copy; 2019 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2019-02-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
30 changes: 15 additions & 15 deletions docs/Classes/AnimatedImageView.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L88-L109">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L88-L109">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -534,7 +534,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L113">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L113">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/5.1.0/Sources/Views/AnimatedImageView.swift#L116">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L116">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -596,7 +596,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L121">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L121">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -627,7 +627,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L125-L133">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L125-L133">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -660,7 +660,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L139-L147">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L139-L147">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -690,7 +690,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L150">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L150">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -731,7 +731,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L175-L183">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L175-L183">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -761,7 +761,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L191-L197">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L191-L197">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -791,7 +791,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L200-L207">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L200-L207">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -821,7 +821,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L210-L215">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L210-L215">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -851,7 +851,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L217-L223">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L217-L223">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -881,7 +881,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L225-L228">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L225-L228">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -911,7 +911,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.0/Sources/Views/AnimatedImageView.swift#L230-L233">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.1.1/Sources/Views/AnimatedImageView.swift#L230-L233">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -924,7 +924,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-01-12)</p>
<p>&copy; 2019 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2019-02-11)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</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 03c512b

Please sign in to comment.