NEWS in factory_bot-1.0.0.alpha vs NEWS in factory_bot-1.0.1.alpha
- old
+ new
@@ -1,4 +1,9 @@
+4.8.1 (September 28, 2017)
+ Explicitly define `#destroyed?` within the `Stub` strategy to return `nil` instead of raising
+ Update various dependencies
+ Update internal test suite to use RSpec's mocking/stubbing instead of mocha
+
4.8.0 (December 16, 2016)
Improve documentation
Add `FactoryGirl.generate_list` to be consistent with `build_list`/`create_list` and friends
Add `FactoryGirl.use_parent_strategy` configuration to allow associations to leverage parent build strategy