All Versions
51
Latest Version
Avg Release Cycle
110 days
Latest Release
-

Changelog History
Page 2

  • v3.0.2 Changes

    July 10, 2015

    🛠 Fixes

    • 🐎 Replace FastImage gem dependency by ImageInfo to improve performances when fetching multiple images size information. Benchmark shows an order of magnitude improvement response time.
    • 🛠 Fixes #57
  • v3.0.1 Changes

    🛠 Fixes

    • ✂ Remove useless dependencies
  • v3.0.0 Changes

    🔄 Changes

    • 👌 Improved description sorting.
    • 🔨 Refactored how graders work. More information here
  • v2.6.1 Changes

    🛠 Fixes

    • 🛠 Fix remove useless dependency
  • v2.6.0 Changes

    ➕ Adds

    • Introduce new raise_on_invalid_format option (false by default) to raise LinkThumbnailer::FormatNotSupported if http Content-Type is invalid. Fixes #61 and #64.
  • v2.5.2 Changes

    🛠 Fixes

    • 🛠 Fix OpenURI::HTTPError exception raised when video_info gem is not able to parse video metadata. Fixes #60.
  • v2.5.1 Changes

    ➕ Adds

    • 🛠 Implement Set-Cookie header between http redirections to set cookies when site requires it. Fixes #55.
  • v2.5.0 Changes

    ➕ Adds

    • 🖐 Handles seamlessly og:image and og:image:url
    • 🖐 Handles seamlessly og:video and og:video:url
    • 🖐 Handles og:video:width and og:video:height for one video only (please create a ticket if you want support for multiple videos/images width & height)

    🛠 Fixes

    • Fix calling as_json on website to return as_json representation of videos and images, not just their urls

    🔄 Changes

    • ⚡️ Gem updates
  • v2.4.0 Changes

    ➕ Adds

    • 🖐 Handle connection through proxy automatically using the ENV['HTTP_PROXY'] variable thanks to taganaka.
  • v2.3.2 Changes

    🛠 Fixes

    • 🛠 Fix an issue with vimeo opengraph urls. Fixes #46