All Versions
63
Latest Version
Avg Release Cycle
83 days
Latest Release
-

Changelog History
Page 2

  • v2.1.5 Changes

    April 07, 2019
    • ⬇️ Drop support for Ruby < 2.4.
  • v2.1.4 Changes

    January 26, 2019
    • ⬇️ Drop support for Ruby < 2.3.
    • ⚡️ Use update instead of deprecated update_attributes.
    • ✂ Remove explicit Arel dependency to better support Active Record 6 beta.
  • v2.1.3 Changes

    December 09, 2018
    • ⬇️ Drop support for Ruby < 2.2
    • Disallow left/right single quotation marks in tsquery. (Fabian Schwahn) (#382)
    • Do not attempt to save an already-destroyed PgSearch::Document. (Oleg Dashevskii, Vokhmin Aleksei V) (#353)
    • Quote column name when rebuilding. (Jed Levin) (#379)
  • v2.1.2 Changes

    December 25, 2017
    • ⚠ Silence warnings in Rails 5.2.0.beta2. (Kevin Deisz)
  • v2.1.1 Changes

    • Support snake_case ts_headline options again. (with deprecation warning)
  • v2.1.0 Changes

    • 👍 Allow ts_headline options to be passed to :highlight. (Ian Heisters)
    • Wait to load PgSearch::Document until after Active Record has loaded. (Logan Leger)
    • ➕ Add Rails version to generated migrations. (Erik Eide)
  • v2.0.1 Changes

    • ✂ Remove require for generator that no longer exists. (Joshua Bartlett)
  • v2.0.0 Changes

    • ⬇️ Drop support for PostgreSQL < 9.2.
    • ⬇️ Drop support for Active Record < 4.2.
    • ⬇️ Drop support for Ruby < 2.1.
    • Improve performance of has_one and belongs_to associations. (Peter Postma)
  • v1.0.6 Changes

    • ➕ Add support for highlighting the matching portion of a search result. (Jose Galisteo)
    • ➕ Add :update_if option to control when PgSearch::Document gets updated. (Adam Becker)
    • ➕ Add :additional_attributes option for adding additional attributes to PgSearch::Document
  • v1.0.5 Changes

    • Clean up rank table aliasing. (Adam Milligan)
    • Fix issue when using #with_pg_search_rank across a join. (Reid Lynch)