LinkThumbnailer v2.0.0 Release Notes

  • ๐Ÿ”„ Changes

    • ๐Ÿ”จ Fully refactored LinkThumbnailer
    • ๐Ÿ— Introduced Graders
    • Introduced Scrapers
    • Ability to score descriptions
    • Ability to fetch multiple og:image
    • ๐Ÿ›  Fixed memoized run-time options
    • ๐Ÿ›  Fixed some website urls not working
    • ๐Ÿ”จ Refactor ugly code
    • More specs
    • โœ‚ Removed PreviewsController since it does not add much value. Simply create your own and use the to_json method.

    โšก๏ธ To update from 1.x.x to 2.x.x you need to run rails g link_thumbnailer:install to get the new configuration file. ๐Ÿ— If you used the PreviewsController feature, you need to build it yourself since it is not supported anymore.