|
9 | 9 |
|
10 | 10 | ## master (unreleased)
|
11 | 11 |
|
| 12 | +### New features |
| 13 | + |
| 14 | +* [#999](https://github.com/rubocop/rubocop-rails/pull/999): Add autocorrection for `Rails/Date`. ([@r7kamura][]) |
| 15 | +* [#991](https://github.com/rubocop/rubocop-rails/pull/991): Add autocorrection for `Rails/FilePath`. ([@r7kamura][]) |
| 16 | +* [#988](https://github.com/rubocop/rubocop-rails/pull/988): Add autocorrection for `Rails/IgnoredSkipActionFilterOption`. ([@r7kamura][]) |
| 17 | + |
| 18 | +### Bug fixes |
| 19 | + |
| 20 | +* [#1005](https://github.com/rubocop/rubocop-rails/pull/1005): Flag `break` in `with_lock` for `Rails/TransactionExitStatement`. ([@splattael][]) |
| 21 | +* [#997](https://github.com/rubocop/rubocop-rails/issues/997): Fix to Allow `NotNullColumn` to work with method calls and variables. ([@fidalgo][]) |
| 22 | +* [#989](https://github.com/rubocop/rubocop-rails/pull/989): Fix `Rails/FilePath` to detect offenses from complex string interpolation. ([@r7kamura][]) |
| 23 | +* [#1010](https://github.com/rubocop/rubocop-rails/issues/1010): Fix `Rails/ThreeStateBooleanColumn` for dynamic tables/columns. ([@fatkodima][]) |
| 24 | +* [#1008](https://github.com/rubocop/rubocop-rails/pull/1008): Fix `UniqueValidationWithoutIndex` to not detect offenses when a validation specifies `uniqueness: false`. ([@samrjenkins][]) |
| 25 | + |
| 26 | +### Changes |
| 27 | + |
| 28 | +* [#1011](https://github.com/rubocop/rubocop-rails/pull/1011): Add `*_create_active_storage_variant_records.active_storage.rb` to `Rails/CreateTableWithTimestamps` exclude file list. ([@tka5][]) |
| 29 | +* [#995](https://github.com/rubocop/rubocop-rails/pull/995): Check for `or` method in `Rails/FindEach` cop. ([@masato-bkn][]) |
| 30 | +* [#1019](https://github.com/rubocop/rubocop-rails/pull/1019): Change db migration file pattern so that it supports multiple db. ([@r7kamura][]) |
| 31 | +* [#986](https://github.com/rubocop/rubocop-rails/pull/986): **(Breaking)** Drop Ruby 2.6 support. ([@koic][]) |
| 32 | +* [#992](https://github.com/rubocop/rubocop-rails/pull/992): Exclude `app/assets/**/*` by default. ([@r7kamura][]) |
| 33 | +* [#1014](https://github.com/rubocop/rubocop-rails/pull/1014): Make `Lint/RedundantSafeNavigation` aware of `presence` and `present?` methods. ([@koic][]) |
| 34 | +* [#1007](https://github.com/rubocop/rubocop-rails/issues/1007): Support `flash.now` for `Rails/I18nLocaleTexts`. ([@fatkodima][]) |
| 35 | + |
12 | 36 | ## 2.19.1 (2023-04-16)
|
13 | 37 |
|
14 | 38 | ### Bug fixes
|
|
852 | 876 | [@john-h-k]: https://github.com/john-h-k
|
853 | 877 | [@DRBragg]: https://github.com/DRBragg
|
854 | 878 | [@lucthev]: https://github.com/lucthev
|
| 879 | +[@tka5]: https://github.com/tka5 |
| 880 | +[@masato-bkn]: https://github.com/masato-bkn |
| 881 | +[@splattael]: https://github.com/splattael |
| 882 | +[@samrjenkins]: https://github.com/samrjenkins |
0 commit comments