All Versions
50
Latest Version
Avg Release Cycle
134 days
Latest Release
895 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.1.9
August 24, 2020 -
v4.1.8 Changes
April 15, 2020- 🛠 Fix querying in associations by set, datetime or IN searches
- ➕ Add support for ActiveRecord 6.0 and Rails 6.1
-
v4.1.7 Changes
May 07, 2019- 📜 When Active Support is available, we parse time respecting current time zone
- 👍 Allow dots in rename definitions
- Accept extra value_filter in
complete_for
-
v4.1.6 Changes
November 21, 2018- 👌 Support for UUID columns on PostgreSQL (#184)
- 👍 Allow value mapping on runtime to allow queries like "user = current" (#183)
-
v4.1.5 Changes
September 19, 2018- 🛠 Bugfix related to auto-completion of virtual fields (#182)
-
v4.1.4 Changes
September 06, 2018- 🛠 Bugfix related to LIKE queries on virtual fields (#178)
- ➕ Add an "onClear" option to scopedSearch (#176)
-
v4.1.3 Changes
March 08, 2018- 🛠 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)
-
v4.1.2 Changes
September 07, 2017- 🛠 Bugfix related to using polymorphic relations introduced in 4.1.1 (#170)
-
v4.1.1 Changes
September 05, 2017- 🛠 Bugfix related to quoting when building autocomplete queries for date fields (#167)
- 🛠 Bugfix related to using polymorphic relations (#168)
-
v4.1.0 Changes
March 29, 2017- ➕ 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)