has_scope v0.8.0 Release Notes
-
- ๐ Fix usage of
:in
when defined with a:default
option that is not a hash, to apply the default when param is not given. - ๐ Fix usage of
:in
incorrectly calling scopes when receiving a blank param value withoutallow_blank
set. - ๐ Deprecate passing a String to
if
andunless
options, in order to stop usingeval
in code. - ๐ Require
active_support
andaction_controller
explicitly to prevent possibleuninitialized constant
errors. - โ Add support for Ruby 2.7 and 3.0, drop support for Ruby < 2.5.
- โ Add support for Rails 6.1, drop support for Rails < 5.2.
- ๐ท Move CI to GitHub Actions.
- ๐ Fix usage of