1- factory_bot_rails versioning is synced with factory_bot releases. For this reason
1+ factory \_ bot \_ rails versioning is synced with factory \_ bot releases. For this reason
22there might not be any notable changes in new versions of this project.
33
44# NEWS
55
6+ ## 6.0.0 (June 18, 2020)
7+
8+ * Fixed: generate a plural factory name when the --force-plural flag is provided
9+ * Changed: factory\_ bot dependency to ~ > 6.0.0
10+ * Removed: ` "factory_bot.register_reloader" ` initializer, now registering the
11+ reloader after application initialization
12+ * Removed: support for EOL versions of Ruby (2.3, 2.4) and Rails (4.2)
13+
614## 5.1.1 (September 24, 2019)
15+
716* Fixed: Ensure definitions do not load before I18n is initialized
817
918## 5.1.0 (September 24, 2019)
10- * Changed: factory_bot dependency to ~ > 5.1.0
19+
20+ * Changed: factory\_ bot dependency to ~ > 5.1.0
1121
1222## 5.0.2 (April 14, 2019)
23+
1324* Bugfix: Reload factory\_ bot whenever the application changes to avoid holding
1425 onto stale object references
1526* Bugfix: Avoid watching project root when no factory definitions exist
1627
1728## 5.0.1 (February 9, 2019)
29+
1830* Bugfix: Avoid watching files and directories that don't exist (to avoid a
1931 file watching bug in Rails https://github.com/rails/rails/issues/32700 )
2032
2133## 5.0.0 (February 1, 2019)
34+
2235* Added: calling reload! in the Rails console will reload any factory definition files that have changed
2336* Added: support for custom generator templates
2437* Added: ` definition_file_paths ` configuration option, making it easier to place factories in custom locations
@@ -27,35 +40,45 @@ there might not be any notable changes in new versions of this project.
2740* Removed: support for EOL version of Ruby and Rails
2841
2942## 4.11.1 (September 7, 2018)
43+
3044* Update generator to use dynamic attributes instead of deprecated static attributes
3145
3246## 4.11.0 (August 16, 2018)
47+
3348* No notable changes
3449
3550## 4.10.0 (May 25, 2018)
51+
3652* No notable changes
3753
3854## 4.8.2 (October 20, 2017)
55+
3956* Rename factory\_ girl\_ rails to factory\_ bot\_ rails
4057
4158## 4.7.0 (April 1, 2016)
59+
4260* No notable changes
4361
4462## 4.6.0 (February 1, 2016)
63+
4564* No notable changes
4665
4766## 4.5.0 (October 17, 2014)
67+
4868* Improved README
4969
5070## 4.4.1 (February 26, 2014)
71+
5172* Support Spring
5273
5374## 4.2.1 (February 8, 2013)
75+
5476* Fix bug when configuring FG and RSpec fixture directory
5577* Remove debugging
5678* Require factory\_ girl\_ rails explicitly in generator
5779
5880## 4.2.0 (January 25, 2013)
81+
5982* Add appraisal and get test suite working reliably with turn gem
6083* Support MiniTest
6184* Allow a custom directory for factories to be specified
0 commit comments