All Versions
7
Latest Version
Avg Release Cycle
206 days
Latest Release
1713 days ago

Changelog History

  • v0.3.1 Changes

    August 17, 2019
  • v0.3.0 Changes

    December 26, 2018
    • ๐Ÿ”‹ Feature Case insensitive sorting via the new CaseInsensitive#column_for_order(asc_or_desc) method. Use it like SomeModel.some_scope.order(CaseInsensitive.new(SomeModel, :some_field).column_for_order(:asc))
  • v0.2.2 Changes

    June 10, 2017
    • Raises a more helpful error if the column is not found when calling DbTextSearch::CaseInsensitive.
  • v0.2.1 Changes

    June 10, 2017
    • ๐Ÿ‘Œ Support for PostGIS adapters. #2
  • v0.2.0 Changes

    April 06, 2016
    • ๐Ÿ”‹ Feature Prefix matching via the new CaseInsensitive#prefix method.
    • PostgreSQL CI index now uses the text_pattern_ops [opclass] by default (for prefix matching).
    • ๐Ÿ“‡ Renamed CaseInsensitiveEq to CaseInsensitive, and #find to #in.
    • ๐Ÿ“‡ Renamed FullTextSearch to FullText, and #find to #search.

    ๐Ÿ“„ [opclass]: http://www.postgresql.org/docs/9.5/static/indexes-opclass.html

  • v0.1.2 Changes

    April 06, 2016

    ๐Ÿ“š Tightened the API, marking more methods as @api private. Improved documentation.

  • v0.1.1 Changes

    March 30, 2016

    ๐Ÿš€ The first release.