Releases: thoughtbot/factory_bot_rails
Releases · thoughtbot/factory_bot_rails
6.4.4
What's Changed
- Update CI to run Ruby 3.3 by @aberkakis in #464
- Ignore Standard Style/ArgumentsForwarding violations temporarily by @sarahraqueld in #489
- Bump standard from 1.32.1 to 1.40.0 by @dependabot in #487
- Bump rspec-rails from 6.1.0 to 6.1.4 by @dependabot in #490
- Bump factory_bot from 6.4.0 to 6.5.0 by @dependabot in #492
- Bump rake from 13.1.0 to 13.2.1 by @dependabot in #491
- Update Bundler to v2.5.21 by @smaboshe in #499
- Update Bundler to v2.5.22 by @smaboshe in #500
New Contributors
- @stefannibrasil made their first contribution in #463
- @aberkakis made their first contribution in #464
- @smaboshe made their first contribution in #469
- @sarahraqueld made their first contribution in #481
Full Changelog: v6.4.3...v6.4.4
6.4.3
- Changed: allow sequence definitions for ActiveRecord primary keys (Mike Burns).
- Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
- Documentation improvements (obregonia1).
- Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
- Internal: RubyGems points to changelog (Tilo Sloboda).
- Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike Burns).
v6.4.2
- Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif Sgaid, Benoit Tigeot)
- Internal: Test against Rails 7.1 (y-yagi)
- Internal: Fix links to old files after renaming the main branch to
main
(y-yagi)
6.4.0
v6.4.0 Version 6.4.0
6.3.0
- Changed: reject sequence definitions for ActiveRecord primary keys (Sean Doyle).
- Changed: factory_bot dependency to ~> 6.4 (Mike Burns).
- Changed: upgrade dependencies (Daniel Colson).
- Add:
projections.json
for Rails.vim (Caleb Hearth). - Docs: fix broken link (Edu Depetris).
- Docs: mention Rails generator in docs (Edu Depetris).
- Docs: fix typo (Yudai Takada).
- Internal: skip Spring version 2.1.1 due to a bug in that release (Christina
Entcheva, Daniel Colson). - Internal: test against Rails 6.1 (Antonis Berkakis).
- Internal: test against Ruby 3 (Daniel Colson).
- Internal: fewer warnings in Cucumber tests (Daniel Colson).
- Internal: use GitHub Actions for CI (Mathieu Jobin).
- Internal: a whole bunch of cleanup (Daniel Colson).
- Internal: fix CI due to a Bundler output change (Mike Burns).
v6.2.0
- Changed: factory_bot dependency to ~> 6.2.0
v6.1.0
- Changed: factory_bot dependency to ~> 6.1.0
v6.0.0
- Fixed: generate a plural factory name when the
--force-plural
flag is provided - Changed: factory_bot dependency to ~> 6.0.0
- Removed:
"factory_bot.register_reloader"
initializer, now registering the
reloader after application initialization - Removed: support for EOL versions of Ruby (2.3, 2.4) and Rails (4.2)
v5.2.0
- Changed: factory_bot dependency to ~> 5.2.0
v5.1.1
- Fixed: Ensure definitions do not load before I18n is initialized