File rubygem-factory_bot_rails-5.2.changes of Package rubygem-factory_bot_rails-5.2
-------------------------------------------------------------------
Mon Apr 27 13:12:54 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 5.2.0
* Changed: factory_bot dependency to ~> 5.2.0
-------------------------------------------------------------------
Tue Nov 12 16:28:26 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 5.1.1
* Fixed: Ensure definitions do not load before I18n is initialized
-------------------------------------------------------------------
Sun May 5 09:24:55 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 5.0.2
NEWS removed upstream
-------------------------------------------------------------------
Sat Mar 2 15:12:55 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 5.0.1
see installed NEWS
5.0.1
Bugfix: Avoid watching files and directories that don't exist (to avoid a
file watching bug in Rails https://github.com/rails/rails/issues/32700)
5.0.0
Added: calling reload! in the Rails console will reload any factory definition files that have changed
Added: support for custom generator templates
Added: definition_file_paths configuration option, making it easier to place factories in custom locations
Changed: namespaced models are now generated inside a directory matching the namespace
Changed: added newline between factories generated into the same file
Removed: support for EOL version of Ruby and Rails
-------------------------------------------------------------------
Mon Sep 17 09:42:36 UTC 2018 - mschnitzer@suse.com
- updated to version 4.11.1
* Update generator to use dynamic attributes instead of deprecated static attributes
-------------------------------------------------------------------
Sat Aug 18 07:24:34 UTC 2018 - mschnitzer@suse.com
- updated to version 4.11.0
No notable changes
-------------------------------------------------------------------
Fri May 25 15:05:36 UTC 2018 - factory-auto@kulow.org
- updated to version 4.10.0
see installed NEWS
4.10.0 (May 25, 2018)
No notable changes
-------------------------------------------------------------------
Tue Oct 31 09:33:28 UTC 2017 - dkang@suse.com
- Initial version 4.8.2
* This Replace the old factory_girl_rails, because the upstream
project was renamed.