Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 15, 2022
1 parent 1f19072 commit 1a6bab6
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 14 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,29 @@

## master (unreleased)

### New features

* [#624](https://github.com/rubocop/rubocop-rails/issues/624): Add new `Rails/I18nLocaleTexts` cop. ([@fatkodima][])
* [#326](https://github.com/rubocop/rubocop-rails/pull/326): Add new `Rails/I18nLazyLookup` cop. ([@fatkodima][])
* [#644](https://github.com/rubocop/rubocop-rails/pull/644): Add new `Rails/MigrationClassName` cop. ([@johnny-miyake][])
* [#599](https://github.com/rubocop/rubocop-rails/issues/599): Add new `Rails/DuplicateAssociation` cop. ([@natematykiewicz][])
* [#427](https://github.com/rubocop/rubocop-rails/issues/427): Add `Rails/DuplicateScope` cop. ([@natematykiewicz][])
* [#642](https://github.com/rubocop/rubocop-rails/issues/642): New cop `Rails/TransactionExitStatement` to disallow `return`, `break` and `throw` in transactions. ([@teckwan][])
* [#491](https://github.com/rubocop/rubocop-rails/pull/491): New `Rails/DeprecatedActiveModelErrorsMethods` cop. ([@lulalala][])
* [#638](https://github.com/rubocop/rubocop-rails/pull/638): Add new `Rails/ActionControllerTestCase` cop. ([@gmcgibbon][])
* [#574](https://github.com/rubocop/rubocop-rails/pull/574): Add new `Rails/TableNameAssignment` cop. ([@MaximeDucheneS][])

### Bug fixes

* [#636](https://github.com/rubocop/rubocop-rails/issues/636): Fix a false positive for `Rails/ContentTag` when using `tag` method in config/puma.rb. ([@koic][])
* [#635](https://github.com/rubocop/rubocop-rails/pull/635): Handle `t.remove` with multiple columns in `Rails/BulkChangeTable`. ([@eugeneius][])

### Changes

* [#646](https://github.com/rubocop/rubocop-rails/issues/646): Exclude db/schema.rb and db/[CONFIGURATION_NAMESPACE]_schema.rb by default. ([@koic][])
* [#650](https://github.com/rubocop/rubocop-rails/issues/650): Make `Rails/CompactBlank` aware of `delete_if(&:blank)`. ([@koic][])
* [#631](https://github.com/rubocop/rubocop-rails/pull/631): Update `Rails/Pluck` to be aware of numblocks. ([@sammiya][])

## 2.13.2 (2022-01-15)

### New features
Expand Down Expand Up @@ -541,3 +564,8 @@
[@composerinteralia]: https://github.com/composerinteralia
[@agrobbin]: https://github.com/agrobbin
[@teckwan]: https://github.com/teckwan
[@sammiya]: https://github.com/sammiya
[@johnny-miyake]: https://github.com/johnny-miyake
[@natematykiewicz]: https://github.com/natematykiewicz
[@lulalala]: https://github.com/lulalala
[@gmcgibbon]: https://github.com/gmcgibbon

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_update_railspluck_to_be_aware_of.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_a_false_positive_for_rails_content_tag.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_bulk_change_table_remove_multiple_columns.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_add_i18n_locale_texts_cop.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_add_new_i18n_lazy_lookup_cop.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_add_new_migrationclassname_cop.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_add_railsduplicateassociation_cop.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_add_railsduplicatescope_cop.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_add_transactionexitstatement_cop.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_deprecated_active_model_errors_methods.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_rails_action_controller_test_case_cop.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_table_name_assignment_cop.md

This file was deleted.

0 comments on commit 1a6bab6

Please sign in to comment.