Releases: activerecord-hackery/ransack
Releases · activerecord-hackery/ransack
v2.6.0
What's Changed
- Fix issue with self joins and includes by @deivid-rodriguez in #1275
- Drop rails 5.2 support by @deivid-rodriguez in #1276
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- Document release process by @scarroll32 in #1199, #1200.
- Support Rails 7 by @yahonda in #1205, #1209, #1234, #1230, #1266
- Fix for
ActiveRecord::UnknownAttributeReference
in ransack by @TechnologyHypofriend in #1207 - Make gem compatible with old polyamorous require by @rtweeks in #1145
- Adding swedish translations by @johanandre in #1208
- Document how to do case insensitive searches by @scarroll32 in #1213
- Add the ability to disable whitespace stripping for string searches by @DCrow in #1214
- Fix
:default
option inTranslate.attribute
method by @coreyaus in #1218 - Fix typo in README.md by @d-m-u in #1220
- Fix another typo in README.md by @plan-do-break-fix in #1221
- Fix several documentation typos @wonda-tea-coffee in #1233
- Allow ransack to treat nulls as always first or last by @mollerhoj in #1226
- Consider ransack aliases when sorting by @faragorn and @waldyr in #1223
- Fix non-casted array predicates by @danielpclark in #1246
- Remove Squeel references from README by @Schwad in #1249
- Remove part of the README that might lead to incorrect results by @RadekMolenda in #1258
New Contributors
- @TechnologyHypofriend made their first contribution in #1207
- @rtweeks made their first contribution in #1145
- @johanandre made their first contribution in #1208
- @DCrow made their first contribution in #1214
- @coreyaus made their first contribution in #1218
- @d-m-u made their first contribution in #1220
- @plan-do-break-fix made their first contribution in #1221
- @wonda-tea-coffee made their first contribution in #1233
- @mollerhoj made their first contribution in #1226
- @faragorn made their first contribution in #1223
- @waldyr made their first contribution in #1223
- @danielpclark made their first contribution in #1246
- @Schwad made their first contribution in #1249
- @RadekMolenda made their first contribution in #1258
Full Changelog: v2.4.2...v2.5.0
v2.4.2
What's Changed
- Enable RuboCop and configure GitHub Actions to run RuboCop by @yahonda in #1185
- Add Ruby 3.0.0 support by @yahonda in #1190
- Drop Ruby 2.5 or older versions of Ruby by @yahonda in #1189
- Move bug report templates into ransack repository and run templates at CI by @yahonda in #1191
- Allow Ransack to be tested with Rails main branch by @yahonda in #1192
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
- Links to Tidelift subscription by @deivid-rodriguez in #1178
- Enable GitHub Actions by @yahonda in #1180
- Move security contact information to SECURITY.md by @deivid-rodriguez in #1179
- Add
ActiveRecord::Base.ransack!
which raises error if passed unknown condition by @alipman88 in #1132 - Add ability to config PostgreSQL ORDER BY ... NULLS FIRST or NULLS LAST by @itsalongstory in #1184
New Contributors
- @alipman88 made their first contribution in #1132
Full Changelog: v2.4.0...2.4.1
v2.4.0
What's Changed
- Specify actual version of polyamorous, so we can release that separately by @gregmolnar in #1101
- Only include necessary files in gem package by @tvdeyen in #1104
- Test/Fix for subquery in Rails 5.2.4 by @stevenjonescgm in #1112
- Polyamorous module by @varyonic in #1113
- Remove duplicated rows by @sasharevzin in #1116
- Fix Ruby 2.7 deprecation warnings by @terracatta in #1121
- Fixes polymorphic joins. by @PhilCoggins in #1122
- Drop support for activerecord older than 5.2.4 by @deivid-rodriguez in #1166
- Adapt to quoting change in Rails by @deivid-rodriguez in #1165
- Typo in docs by @brett-anderson in #1155
- Add Rails 6.1 support by @deivid-rodriguez in #1172
- Strip Leading & Trailing Whitespace Before Searching by @itsalongstory in #1126
- Use unfrozen version of symbol to string by @fauno in #1149
New Contributors
- @tvdeyen made their first contribution in #1104
- @stevenjonescgm made their first contribution in #1112
- @sasharevzin made their first contribution in #1116
- @terracatta made their first contribution in #1121
- @PhilCoggins made their first contribution in #1122
- @brett-anderson made their first contribution in #1155
- @fauno made their first contribution in #1149
Full Changelog: v2.3.2...2.4.0
2.3.1
v2.3.1 Version 2.3.1
Release 2.3.0
v2.3.0 2.3.0 release
Release 2.1.0
-
Add support for sorting by scopes
PR 973Diego Borges
-
Added a new logo for Ransack
PR 972Anıl Kılıç, Greg Molnar
-
Greek translations
PR 971
PR 960Sean Carroll, Greg Molnar
-
README improvements
PR 963tommaso1
-
Bulgarian translations
PR 961Sean Carroll
-
README improvements
PR 956Alex Konoval
-
Remove lib/ransack/adapters/active_record/compat.rb
PR 954Ryuta Kamizono
-
Remove unused aliases
PR 953Ryuta Kamizono
Release 1.8.8
-
Fix multiple database support
PR #893
Thank you @yujideveloper -
Updated Dutch translations
PR #887
Thank you @robinvdijk -
Fixed no method error 'asc' for Rails 4.2
PR #885
Thank you @roman-franko
Release 1.8.7
- Lock pg gem at 0.21 to support older Rails releases, @seanfcarroll
- Adds Rails 5.2 support. Thanks @varyonic. Lots of people waiting for this one!
- Warnings cleanups and wildcard escaping. Thank you @amatsuda