Changelog for
ruby3.1-rubygem-factory_bot-6.4.5-lp156.1.2.x86_64.rpm :
* Mon Jan 29 2024 Dan Čermák
- New upstream release 6.4.5, see bundled NEWS.md
* Tue Nov 28 2023 Dan Čermák - New upstream release 6.4.2, see bundled NEWS.md
* Tue Nov 14 2023 Dan Čermák - New upstream release 6.3.0, no changelog found
* Sun May 15 2022 Manuel Schnitzer - updated to version 6.2.1
* Added: CI testing against truffleruby
* Changed: Documentation improvements for sequences and traits
* Fixed: ActiveSupport::Notifications reporting strategy through associations now report as symbols
* BREAKING CHANGE: Custom strategies now need to define a `to_sym` method to specify the strategy identifier
* Fixed: `add_attribute` with reserved keywords assigns values correctly
* Fri May 14 2021 Manuel Schnitzer - updated to version 6.2.0
* Added: support for Ruby 3.0
* Changed: Include factory or trait name in error messages for missing traits. d05a9a3c
* Changed: Switched from Travis CI to GitHub Actions
* Fixed: More Ruby 2.7 kwarg deprecation warnings
* Mon Jul 13 2020 Manuel Schnitzer - updated to version 6.1.0
* Added: public reader for the evaluation instance, helpful for building interrelated associations
* Changed: raise a more helpful error when passing an invalid argument to an association
* Fixed: Ruby 2.7 kwarg deprecation warnings
* Sat Jun 27 2020 Manuel Schnitzer - updated to version 6.0.2 [#]# 6.0.2 (June 19, 2020)
* Fixed: bug causing traits to consume more memory each time they were used [#]# 6.0.1 (June 19, 2020)
* Fixed: bug with constant resolution causing unexpected uninitialized constant errors [#]# 6.0.0 (June 18, 2020)
* Added: automatic definition of traits for Active Record enum attributes, enabled by default
* Added: `traits_for_enum` method to define traits for non-Active Record enums
* Added: `build_stubbed_starting_id=` option to define the starting id for `build_stubbed`
* Removed: deprecated methods on the top-level `FactoryBot` module meant only for internal use
* Removed: support for EOL versions of Ruby (2.3, 2.4) and Rails (4.2)
* Mon Apr 27 2020 Manuel Schnitzer - updated to version 5.2.0
* Added: Pass index to block for `
*_list` methods
* Deprecated: top-level methods meant only for internal use: `callbacks`, `configuration`, `constructor`, `initialize_with`, `register_sequence`, `resent_configuration`, `skip_create`, `to_create`
* Tue Nov 12 2019 Manuel Schnitzer - updated to version 5.1.1
* Improved: performance of traits
* Fixed: registering strategies on JRuby
* Sat Mar 02 2019 Stephan Kulow - updated to version 5.0.2 NEWS removed upstream
* Mon Sep 17 2018 mschnitzerAATTsuse.com- updated to version 4.11.1
* Documentation: Include .yardopts in the gem to fix broken RubyDoc links
* Sat Aug 18 2018 mschnitzerAATTsuse.com- updated to version 4.11.0
* Bugfix: Do not raise error for valid build_stubbed methods: decrement, increment, and toggle
* Bugfix: Do not add timestamps with build_stubbed for objects that shouldn\'t have timestamps
* Deprecate static attributes
* Fri May 25 2018 factory-autoAATTkulow.org- updated to version 4.10.0 see installed NEWS 4.10.0 (May 25, 2018) Allow sequences to be rewound 4.9.0 (skipped - FactoryGirl only release)
* Tue Oct 31 2017 dkangAATTsuse.com- Initial version 4.8.2
* This replaces the old factory_girl, because the upstream project was renamed.