CHANGELOG.md in rubocop-factory_bot-2.22.0 vs CHANGELOG.md in rubocop-factory_bot-2.23.0

- old
+ new

@@ -1,9 +1,19 @@ # Changelog ## Master (Unreleased) +## 2.23.0 (2023-05-15) + +- Add `FactoryBot/FactoryAssociationWithStrategy` cop. ([@morissetcl]) +- Mark `FactoryBot/CreateList` as `SafeAutoCorrect: false`. ([@r7kamura]) +- Change `FactoryBot/CreateList` so that it considers `times.map`. ([@r7kamura]) +- Add `FactoryBot/RedundantFactoryOption` cop. ([@r7kamura]) +- Add `ExplicitOnly` configuration option to `FactoryBot/ConsistentParenthesesStyle`, `FactoryBot/CreateList` and `FactoryBot/FactoryNameStyle`. ([@ydah]) +- Change `FactoryBot/CreateList` so that it checks same factory calls in an Array. ([@r7kamura]) +- Add `FactoryBot/AssociationStyle` cop. ([@r7kamura]) + ## 2.22.0 (2023-05-04) - 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) @@ -55,9 +65,10 @@ [@harrylewis]: https://github.com/harrylewis [@jfragoulis]: https://github.com/jfragoulis [@jonatas]: https://github.com/jonatas [@leoarnold]: https://github.com/leoarnold [@liberatys]: https://github.com/Liberatys +[@morissetcl]: https://github.com/morissetcl [@ngouy]: https://github.com/ngouy [@pirj]: https://github.com/pirj [@r7kamura]: https://github.com/r7kamura [@seanpdoyle]: https://github.com/seanpdoyle [@tdeo]: https://github.com/tdeo