3.0.0 (2022-01-06)
Bug Fixes
chore
Features
- adapt use seeders to new structure (5bca471)
- move factory definition to new abstract class (81ccdf6)
- remove context from factories (#23) (b7ecba4)
- remove deprecated elements (d09e154)
- remove factory helper methods and test associateds (#30) (3393724)
- remove useFactories helper method (#29) (ddb5c2f)
- seed command will execute now default seeder or seed param (314d8c3)
BREAKING CHANGES
useSeeders
change its definition and is now incompatible with previous version- Faker is not available anymore as function param
- Faker is removed from dependencies and now users must install it by themselves
- Deprecated functions are removed
- New abstract factory class is incompatible with previous version
useFactories
will no longer be available as is useless in new architecture- Context is being removed from factories. This could break some applications that were using it