Skip to content

Commit

Permalink
Bump version to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed May 16, 2019
1 parent 52ae940 commit c4d0867
Show file tree
Hide file tree
Showing 216 changed files with 5,948 additions and 1,651 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.5.0 - Progressive JPEG](https://github.com/onevcat/Kingfisher/releases/tag/5.5.0) (2019-05-17)

#### Add
* Add support for loading progressive JPEG images. This feature is still in beta and will be improved in the next few releases. To try it out, make sure you are loading a progressive JPEG image with a `.progressiveJPEG` options passed in. Thanks @lixiang1994 [#1181](https://github.com/onevcat/Kingfisher/pull/1181)
* Choose to use `Swift.Result` as the default result type when Swift 5.0 or above is applied. [#1146](https://github.com/onevcat/Kingfisher/pull/1146)

#### Fix
* Apply to some modern Swift syntax, which may also improve internal performance a bit. [#1181](https://github.com/onevcat/Kingfisher/pull/1181)

---

## [5.4.0 - Accio Support](https://github.com/onevcat/Kingfisher/releases/tag/5.4.0) (2019-04-24)

#### 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.4.0"
s.version = "5.5.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 @@ -1374,11 +1374,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1615;
CURRENT_PROJECT_VERSION = 1652;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1615;
DYLIB_CURRENT_VERSION = 1652;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand All @@ -1402,11 +1402,11 @@
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1615;
CURRENT_PROJECT_VERSION = 1652;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1615;
DYLIB_CURRENT_VERSION = 1652;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -1503,11 +1503,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1615;
CURRENT_PROJECT_VERSION = 1652;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1615;
DYLIB_CURRENT_VERSION = 1652;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -1534,11 +1534,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
CURRENT_PROJECT_VERSION = 1615;
CURRENT_PROJECT_VERSION = 1652;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1615;
DYLIB_CURRENT_VERSION = 1652;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -1562,11 +1562,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1615;
CURRENT_PROJECT_VERSION = 1652;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1615;
DYLIB_CURRENT_VERSION = 1652;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand All @@ -1590,11 +1590,11 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1615;
CURRENT_PROJECT_VERSION = 1652;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1615;
DYLIB_CURRENT_VERSION = 1652;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = Sources/Info.plist;
Expand Down Expand Up @@ -1734,10 +1734,10 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1615;
CURRENT_PROJECT_VERSION = 1652;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1615;
DYLIB_CURRENT_VERSION = 1652;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -1762,10 +1762,10 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1615;
CURRENT_PROJECT_VERSION = 1652;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1615;
DYLIB_CURRENT_VERSION = 1652;
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.4.0</string>
<string>5.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1615</string>
<string>1652</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.4.0</string>
<string>5.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1615</string>
<string>1652</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.4.0</string>
<string>5.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1615</string>
<string>1652</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.4.0</string>
<string>5.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1615</string>
<string>1652</string>
</dict>
</plist>
24 changes: 15 additions & 9 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a class="header-link" href="index.html">
Kingfisher Docs
</a>
(86% documented)
(84% documented)
</p>

<p class="header-col--secondary">
Expand Down Expand Up @@ -123,6 +123,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/ImageFormat.html">ImageFormat</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/ImageFormat/JPEGMarker.html">– JPEGMarker</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Enums/ImageProcessItem.html">ImageProcessItem</a>
</li>
Expand Down Expand Up @@ -335,6 +338,9 @@
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/ImageLoadingResult.html">ImageLoadingResult</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/ImageProgressive.html">ImageProgressive</a>
</li>
<li class="nav-group-task">
<a class="nav-group-task-link" href="Structs/ImageResource.html">ImageResource</a>
</li>
Expand Down Expand Up @@ -495,7 +501,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.4.0/Sources/Cache/ImageCache.swift#L142-L788">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.5.0/Sources/Cache/ImageCache.swift#L142-L788">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -537,7 +543,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.4.0/Sources/General/Deprecated.swift#L136-L137">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.5.0/Sources/General/Deprecated.swift#L136-L137">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -574,7 +580,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.4.0/Sources/General/KingfisherManager.swift#L53-L426">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.5.0/Sources/General/KingfisherManager.swift#L53-L425">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -609,7 +615,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.4.0/Sources/Networking/ImageDownloader.swift#L99-L344">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.5.0/Sources/Networking/ImageDownloader.swift#L99-L341">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -647,7 +653,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.4.0/Sources/Networking/ImagePrefetcher.swift#L72-L368">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.5.0/Sources/Networking/ImagePrefetcher.swift#L72-L368">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -683,7 +689,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.4.0/Sources/Networking/SessionDataTask.swift#L31-L120">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.5.0/Sources/Networking/SessionDataTask.swift#L31-L119">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -725,7 +731,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/onevcat/Kingfisher/tree/5.4.0/Sources/Views/AnimatedImageView.swift#L72-L302">Show on GitHub</a>
<a href="https://github.com/onevcat/Kingfisher/tree/5.5.0/Sources/Views/AnimatedImageView.swift#L72-L302">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -738,7 +744,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-04-24)</p>
<p>&copy; 2019 <a class="link" href="https://onevcat.com" target="_blank" rel="external">Wei Wang</a>. All rights reserved. (Last updated: 2019-05-17)</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 c4d0867

Please sign in to comment.