Skip to content

Releases: SDWebImage/SDWebImagePDFCoder

1.0.1 - Fix memory leak

24 Oct 07:36
Compare
Choose a tag to compare

Fixes

1.0.0 - PDF export and upstream update

11 Nov 15:54
Compare
Choose a tag to compare

Features

  • Support to encode as new PDF with bitmap image #11
  • Upgrade dependency of SDWebImage to 5.14.1+ #10

This upgrade can reduce code size because SDWebImage core supports PDF decode now

0.8.0 - iOS 9+/Xcode 11

02 Feb 12:55
Compare
Choose a tag to compare

Project

  • Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #9

0.7.0 - Support SDWebImage 5.6.0

05 Mar 14:16
Compare
Choose a tag to compare

Fix

  • Fix the compatible with SDWebImage 5.6.0 #8

0.6.0 - Support SDWebImage 5.5

31 Jan 11:57
Compare
Choose a tag to compare

Features

  • Update to support SDWebImage 5.5's new thumbnailPixelSize option #6

Deprecation

Deprecated the current PDF prefixed options:

  • SDWebImageContextPDFPrefersBitmap
  • SDWebImageContextPDFImageSize
  • SDWebImageContextPDFImagePreserveAspectRatio

Fix CocoaPods Static Library issue

13 Dec 08:30
Compare
Choose a tag to compare

Fixes

  • Fix the compatible issue when using the Static Library (CocoaPods) to install SDWebImage, also keep the module import for framework target

Hidden Symbol and Catalyst

01 Dec 10:42
Compare
Choose a tag to compare

Project

  • Changing the PDF symbol naming with the encoded string instead #3
  • Add support for Catalyst #4

watchOS and SwiftPM!

11 Nov 12:18
Compare
Choose a tag to compare

Features

  • watchOS platform support #2
  • SwiftPM support #2

Supports PDF data export

12 May 11:22
Compare
Choose a tag to compare

Feature

  • Support to export the PDF data for iOS && macOS. iOS need iOS 11+ for keeping vector format. #1

Compatible for SDWebImage 5.0

12 May 11:21
Compare
Choose a tag to compare

Project

  • Upgrade the SDWebImage dependency to ~> SDWebImage 5.0