All Versions
35
Latest Version
Avg Release Cycle
149 days
Latest Release
581 days ago

Changelog History
Page 1

  • v2.18.0 Changes

    September 15, 2022

    ๐Ÿ”„ Changes:

    • Fallback to site name when title is empty in mirrored tags (243)
  • v2.17.0 Changes

    July 05, 2022

    ๐Ÿ”„ Changes:

    • Separate RBS files to _internal directory to avoid exposing RBS (237)
    • โž• Added Ruby 3.1 to supported versions, Ruby 2.6 is minimum supported version (235)
  • v2.16.0 Changes

    September 24, 2021

    ๐Ÿ”„ Changes:

    • โšก๏ธ Updated maximum dependency specified in gemspec (Getting Ready for Rails 7)
    • โž• Added RBS type definitions.
  • v2.15.0 Changes

    August 02, 2021

    ๐Ÿ”„ Changes:

    • โž• Added Ruby 3.0 to supported versions
    • ๐Ÿ’Ž Ruby 2.5 is now a required minimum version (we dropped official support for Ruby versions older than 2.5 about 8 months ago)
    • Added skip_canonical_links_on_noindex configuration variable that allows to disable canonical links of the pages that are excluded from indexing (214)
    • โž• Added support for itemprop in _ tag for custom tags (203)

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fixed error "can't modify frozen String" in strip_tags.
    • ๐Ÿ›  Fixed Ruby warning about an instance variable that is not initialized.
  • v2.14.0 Changes

    December 10, 2020

    ๐Ÿ”„ Changes:

    • โฌ‡๏ธ Dropped official support for Rails older than 5.1 and Ruby older than 2.5 (both reached their End of Life)
    • โž• Added support for Rails 6.1

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fixed Rails 6 deprecation warning.
  • v2.13.0 Changes

    October 10, 2019

    ๐Ÿ›  Bugfixes:

    • Fixed Rails 6 deprecation warning.
  • v2.12.0 Changes

    September 10, 2019

    ๐Ÿ”‹ Features:

    • Indexing directives (noindex, nofollow, etc. now support an array of robot names as a value).
    • Added support for link[rel='manifest'] (199)

    ๐Ÿ›  Bugfixes:

    • When noindex uses "robots" as a value, nofollow ignores a custom robot name, and switches to "robots" as well
  • v2.11.1 Changes

    January 19, 2019

    ๐Ÿ”‹ Features:

    • Rails 6 is officially supported.
  • v2.11.0 Changes

    November 16, 2018

    ๐Ÿ”‹ Features:

    • Added a configuration option minify_output to remove new line characters between meta tags (182)
    • Title, description, and keywords can be an object responding to #to_str (183)

    ๐Ÿ›  Bugfixes:

    • Truncate title before escaping HTML characters (180)
  • v2.10.0 Changes

    June 08, 2018

    ๐Ÿ”‹ Features:

    • Allow MetaTagsCollection#update to receive an object (169)