File rubygem-factory_bot.changes of Package rubygem-factory_bot
-------------------------------------------------------------------
Mon Jan 29 13:58:35 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 6.4.5, see bundled NEWS.md
-------------------------------------------------------------------
Tue Nov 28 08:09:19 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 6.4.2, see bundled NEWS.md
-------------------------------------------------------------------
Tue Nov 14 14:58:12 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 6.3.0, no changelog found
-------------------------------------------------------------------
Sun May 15 15:31:23 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com>
- 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 16:17:42 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
- 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 17:27:52 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
- 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 18:43:25 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
- 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 13:14:29 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
- 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 16:23:36 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 5.1.1
* Improved: performance of traits
* Fixed: registering strategies on JRuby
-------------------------------------------------------------------
Sat Mar 2 15:12:44 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 5.0.2
NEWS removed upstream
-------------------------------------------------------------------
Mon Sep 17 09:40:03 UTC 2018 - mschnitzer@suse.com
- updated to version 4.11.1
* Documentation: Include .yardopts in the gem to fix broken RubyDoc links
-------------------------------------------------------------------
Sat Aug 18 07:23:36 UTC 2018 - mschnitzer@suse.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 15:04:53 UTC 2018 - factory-auto@kulow.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 09:36:07 UTC 2017 - dkang@suse.com
- Initial version 4.8.2
* This replaces the old factory_girl, because the upstream
project was renamed.