File rubygem-scoped_search.changes of Package rubygem-scoped_search
-------------------------------------------------------------------
Tue Nov 14 18:38:37 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 4.1.12, see bundled CHANGELOG.rdoc
-------------------------------------------------------------------
Tue Jan 25 07:34:33 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 4.1.10
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Fri Sep 25 14:54:13 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 4.1.9
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Thu May 7 21:29:03 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 4.1.8
see installed CHANGELOG.rdoc
=== Version 4.1.8
- Fix querying in associations by set, datetime or IN searches
- Add support for ActiveRecord 6.0 and Rails 6.1
-------------------------------------------------------------------
Fri Jul 19 09:36:07 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 4.1.7
see installed CHANGELOG.rdoc
=== Version 4.1.7
- When Active Support is available, we parse time respecting current time zone
- Allow dots in rename definitions
- Accept extra value_filter in `complete_for`
-------------------------------------------------------------------
Thu Nov 22 05:35:47 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 4.1.6
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Tue Mar 20 10:17:08 UTC 2018 - factory-auto@kulow.org
- updated to version 4.1.3
see installed CHANGELOG.rdoc
=== Version 4.1.3
- Bugfix related to default fields for sets when using ext_method (#174)
- Improved error reporting for exceptions raised in ext_method (#173)
- Bugfix related to validtions of values used with :in operator (#171)
-------------------------------------------------------------------
Mon Sep 11 12:52:22 UTC 2017 - coolo@suse.com
- updated to version 4.1.2
see installed CHANGELOG.rdoc
=== Version 4.1.2
- Bugfix related to using polymorphic relations introduced in 4.1.1 (#170)
=== Version 4.1.1
- Bugfix related to quoting when building autocomplete queries for date fields (#167)
- Bugfix related to using polymorphic relations (#168)
-------------------------------------------------------------------
Thu Mar 30 04:35:08 UTC 2017 - coolo@suse.com
- updated to version 4.1.0
see installed CHANGELOG.rdoc
=== Version 4.1.0
- Add support for ActiveRecord and ActionView 5.1
- Add support for Ruby 2.4
- Support calling `search_for` on an STI subclass, returning only records of the
subclass type. (#112)
- Inherited search definitions: when defining search fields on both STI parents
and subclasses, the subclass can now be searched on all fields, including
those inherited from the parent. Only works for STI classes. (#135)
- Add 'tomorrow' and 'from now' keywords for searching future dates (#162)
-------------------------------------------------------------------
Tue Dec 6 06:00:09 UTC 2016 - coolo@suse.com
- updated to version 4.0.0
see installed CHANGELOG.rdoc
=== Version 4.0.0
- Drop support for Ruby 1.9
- Drop support for ActiveRecord 3, 4.0, and 4.1
- `scoped_search` registration deprecates `:in` in favor of `:relation`, and
`:alias` in favor of `aliases: [..]` to avoid clash with Ruby reserved words.
- `sort` helper: any HTML options must now be given as a keyword argument,
instead of the third argument, i.e. `html_options: {..}`
- `sort` helper now takes hash of `url_options`, defaulting to an unfiltered
`params`. Call `params.permit(..)` and pass in the result to safely generate
URLs and prevent non-sanitized errors under Rails 5.
- Auto completion: remove autocomplete_* JavaScript helpers in favor of jQuery
method provided via asset pipeline. Call `$(..).scopedSearch` on autocomplete
text boxes to activate.
- Auto completion: escape quotes in listed values (#138)
- Add :validator option to definitions to validate user's search inputs
- Fix incorrect association conditions being used on through relations
- Use `#distinct` on Rails 4+
- Test Rails 5.0.x releases, test latest AR adapters
-------------------------------------------------------------------
Wed Aug 10 04:42:10 UTC 2016 - coolo@suse.com
- updated to version 3.3.0
see installed CHANGELOG.rdoc
=== Version 3.3.0
- Support for ActiveRecord 5.0
-------------------------------------------------------------------
Wed Jul 29 04:31:28 UTC 2015 - coolo@suse.com
- updated to version 3.2.2
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Wed Jun 24 04:31:28 UTC 2015 - coolo@suse.com
- updated to version 3.2.1
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Tue Feb 24 05:31:39 UTC 2015 - coolo@suse.com
- updated to version 3.2.0
-------------------------------------------------------------------
Fri Feb 6 18:18:18 UTC 2015 - coolo@suse.com
- updated to version 3.1.0
- Add support for ActiveRecord 4.2.
- Bump AtiveRecord requirement to 3.2.
=== Version 3.0.1
- Security fix in parsing dates.
=== Version 3.0.0
- Add support for ActiveRecord 4.1
- Drop support for Ruby 1.8
- Drop support for ActiveRecord 2.
- No longer require jQuery UI automatically; you have to do this yourself now.
- Auto completion: deprecate javascript helpers in favor of asset pipeline.
- Remove some deprecated 1.x APIs.
- Upgraded to RSpec 3.
- Extract Oracle query builder enhancements to plugin gem: https://github.com/wvanbergen/scoped_search-oracle_enhanced
- Extract H2 query builder enhancements to plugin gem: https://github.com/wvanbergen/scoped_search-h2
=== Version 2.7.1
- Fix order SQL generation issue on PostgreSQL for the autocompleter.
-------------------------------------------------------------------
Mon Oct 13 18:44:47 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun Apr 6 05:38:50 UTC 2014 - coolo@suse.com
- updated to version 2.7.1
-------------------------------------------------------------------
Sun Mar 23 06:56:32 UTC 2014 - coolo@suse.com
- updated to version 2.7.0
-------------------------------------------------------------------
Tue Mar 18 14:57:20 UTC 2014 - coolo@suse.com
- updated to version 2.6.5
-------------------------------------------------------------------
Sat Feb 22 06:25:42 UTC 2014 - coolo@suse.com
- updated to version 2.6.3
-------------------------------------------------------------------
Fri Dec 20 12:02:57 UTC 2013 - coolo@suse.com
- updated to version 2.6.1
-------------------------------------------------------------------
Wed Jul 31 05:45:54 UTC 2013 - coolo@suse.com
- updated to version 2.6.0
-------------------------------------------------------------------
Tue Apr 23 01:22:33 UTC 2013 - mrueckert@suse.de
- initial package