Skip to content

Commit 8206333

Browse files
committed
Update Changelog
1 parent 3fee176 commit 8206333

16 files changed

+28
-15
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@
99

1010
## master (unreleased)
1111

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+
1236
## 2.19.1 (2023-04-16)
1337

1438
### Bug fixes
@@ -852,3 +876,7 @@
852876
[@john-h-k]: https://github.com/john-h-k
853877
[@DRBragg]: https://github.com/DRBragg
854878
[@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

changelog/change_add_create_table_with_timestamp_exclude_file.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_check_for_or_method_in_rails_find_each.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_db_migration_file_pattern.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_drop_ruby_2_6_support.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_exclude_app_assets_by_default.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_make_lint_redundant_safe_navigation_aware_of_several_methods.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/change_support_flash_now_for.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_flag_break_in_with_lock_for.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_not_allow_not_null_to_work_with_methods_and_variables.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)