SwiftLinkPreview Versions Save

It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.

3.4.0

2 years ago

Added

Changed

  • Resolve relative image URLs against the request URL.
  • Video parsing fix
  • Fixed github link image for og:image property.

3.3.0

3 years ago

Changed

  • Handle empty landing pages with HTML meta redirects
  • fixed youtube and open graph tags image metadata issues

3.2.0

3 years ago

Changed

  • Updated Package.swift to swift-tools-version:4.2
  • Fixes the NSRange to use a String defined range instead of inferring length from the count property

3.1.0

4 years ago

Changed

3.0.1

5 years ago

Added

3.0.0

5 years ago

Added

Changed

  • Response is now a swift struct instead of a Dictionary<String, Any>
  • Moving to Swift 4.2

2.3.1

5 years ago

Changed

2.3.0

5 years ago

Changed

  • Improved scraping - issues #70 #86
  • Handle in-url redirections - issue #83
  • Swift 4.2 Compatibility - issue #85

2.2.0

6 years ago

Changed

  • Improved scraping
  • Improved error logging
  • Retry as GET if HEAD is redirected
  • String charset set to UTF16
  • No force wrapping

2.1.0

6 years ago