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