parent
3f2f135fe9
commit
1ed96d9b08
|
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.4.0] - 2020-05-07
|
||||||
|
### Added
|
||||||
|
- Add the same overload method for onSuccess API, which introduce the image data arg. Keep the source code compatibility #109
|
||||||
|
- Add the support for image data observable on ImageManager #107
|
||||||
|
|
||||||
## [1.3.4] - 2020-04-30
|
## [1.3.4] - 2020-04-30
|
||||||
### Fixed
|
### Fixed
|
||||||
- Revert the changes to prefetch the image url from memory cache #106
|
- Revert the changes to prefetch the image url from memory cache #106
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'SDWebImageSwiftUI'
|
s.name = 'SDWebImageSwiftUI'
|
||||||
s.version = '1.3.4'
|
s.version = '1.4.0'
|
||||||
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
|
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
|
||||||
|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.4</string>
|
<string>1.4.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in New Issue