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 without allow_blank set.
    • ๐Ÿ—„ Deprecate passing a String to if and unless options, in order to stop using eval in code.
    • ๐Ÿ‘Œ Require active_support and action_controller explicitly to prevent possible uninitialized 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.