All Versions
29
Latest Version
Avg Release Cycle
285 days
Latest Release
-

Changelog History
Page 1

  • v5.4.0 Changes

    • ActiveRecord 6.1 compatibility
  • v5.3.0 Changes

    June 10, 2020
    • Add #web_search method to use Postgres' 11+ websearch_to_tsquery
  • v5.2.0 Changes

    August 20, 2019
    • Active Record 6.0 compatibility
  • v5.1.0 Changes

    May 12, 2018
    • ActiveRecord 5.2 compatibility by wrapping string queries with Arel.sql()
    • โž• Adds latest Ruby, Rails and Postgres-dependencies to Travis.
    • ๐Ÿš… Rewrite development migration code to support Rails 5.0-5.2.
  • v5.0.1

    June 12, 2017
  • v5.0.0 Changes

    June 12, 2017
    • ActiveRecord 5.1 compatibility
    • โฌ‡๏ธ drop support for ActiveRecord older than 5.0 and Ruby version lower than 2.2.5
  • v4.0.1 Changes

    October 18, 2016
    • ActiveRecord 5 compatibility above 5.0.0
  • v4.0.0 Changes

    May 04, 2016
    • ActiveRecord 5 compatibility
  • v4.0.p

    October 18, 2016
  • v3.2.2 Changes

    March 28, 2015
    • Fallback to zero similarity when trying to match null values
    • ๐Ÿ›  Fix search term escaping
    • Trigram installation migration only install extension if not installed yet.
    • โšก๏ธ Update the README to illustrate how to change the similarity threshold.
    • โœ‚ Remove deprecated dynamic search methods.