Releases: thoughtbot/factory_bot_rails
Releases · thoughtbot/factory_bot_rails
6.5.0
What's Changed
- Drop support for Ruby 3.0 by @FerPerales in #507
- Read gem version from code file by @unused in #506
- Add missing required Ruby version to gemspec by @unused in #510
- Update Bundler to v2.5.23 by @smaboshe in #515
- Fix standardrb violations by @sarahraqueld in #482
- Activate linter in CI by @unused in #508
- Support
file_fixture
in Factory definitions by @seanpdoyle in #427 - Fix development dependencies by @neilvcarvalho in #526
- Support Rails 7.2 by @RajRoR in #495
- Limit
push
builds to themain
branch by @neilvcarvalho in #527 - add support for rails v8 by @jamesoneill997 in #521
- Add latest Ruby and Rails versions to the build by @neilvcarvalho in #529
- Update gemspec with supported Rails version by @neilvcarvalho in #531
- Run Cucumber feature tests on CI by @neilvcarvalho in #530
New Contributors
- @FerPerales made their first contribution in #507
- @unused made their first contribution in #506
- @RajRoR made their first contribution in #495
- @jamesoneill997 made their first contribution in #521
Full Changelog: v6.4.4...v6.5.0
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