CHANGELOG.md in rubocop-factory_bot-2.24.0 vs CHANGELOG.md in rubocop-factory_bot-2.25.0

- old
+ new

@@ -1,9 +1,15 @@ # Changelog ## Master (Unreleased) +## 2.25.0 (2024-01-04) + +- Fix a false positive for `FactoryBot/FactoryNameStyle` when namespaced models. ([@ydah]) +- Add new `FactoryBot/ExcessiveCreateList` cop. ([@ddieulivol]) +- Fix a false positive for `FactoryBot/ConsistentParenthesesStyle` when hash pinning. ([@ydah]) + ## 2.24.0 (2023-09-18) - Fix `FactoryBot/AssociationStyle` cop to ignore explicit associations with `strategy: :build`. ([@pirj]) - Change `FactoryBot/CreateList` so that it is not an offense if not repeated multiple times. ([@ydah]) - Fix a false positive for `FactoryBot/AssociationStyle` when `association` is called in trait block and column name is keyword. ([@ydah]) @@ -29,11 +35,11 @@ - Extracted from `rubocop-rspec` into a separate repository for easier use with Minitest/Cucumber. ([@ydah]) ## Previously (see [rubocop-rspec's changelist](https://github.com/rubocop/rubocop-rspec/blob/70a97b1895ce4b9bcd6ff336d5d343ddc6175fe6/CHANGELOG.md) for details) -- Fix a false positive for `RSpec/FactoryBot/ConsistentParenthesesStyle` inside `&&`, `||` and `:?` when `omit_parentheses` is on ([@dmitrytsepelev]) +- Fix a false positive for `RSpec/FactoryBot/ConsistentParenthesesStyle` inside `&&`, `||` and `:?` when `omit_parentheses` is on. ([@dmitrytsepelev]) - Add new `RSpec/FactoryBot/FactoryNameStyle` cop. ([@ydah]) - Fix wrong autocorrection in `n_times` style on `RSpec/FactoryBot/CreateList`. ([@r7kamura]) - Fix a false positive for `RSpec/FactoryBot/ConsistentParenthesesStyle` when using `generate` with multiple arguments. ([@ydah]) - Fix `RSpec/FactoryBot/ConsistentParenthesesStyle` to ignore calls without the first positional argument. ([@pirj]) - Fix `RSpec/FactoryBot/ConsistentParenthesesStyle` to ignore calls inside a Hash or an Array. ([@pirj]) @@ -72,9 +78,10 @@ [@abrom]: https://github.com/abrom [@andrykonchin]: https://github.com/andrykonchin [@bquorning]: https://github.com/bquorning [@composerinteralia]: https://github.com/composerinteralia [@darhazer]: https://github.com/Darhazer +[@ddieulivol]: https://github.com/ddieulivol [@dmitrytsepelev]: https://github.com/dmitrytsepelev [@harrylewis]: https://github.com/harrylewis [@jfragoulis]: https://github.com/jfragoulis [@jonatas]: https://github.com/jonatas [@leoarnold]: https://github.com/leoarnold