Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Release 3.0.0-next.1 [skip ci]
# [3.0.0-next.1](v2.0.0...v3.0.0-next.1) (2022-01-03) ### Bug Fixes * adapt seeder to new schema ([a1d4e27](a1d4e27)) * remove factories option from config ([870a23d](870a23d)) ### chore * remove all faker usages from source folder ([2e4b0fb](2e4b0fb)) * remove faker from dependencies ([f41cef4](f41cef4)) ### Features * adapt use seeders to new structure ([7ea3607](7ea3607)) * move factory definition to new abstract class ([41cf349](41cf349)) * remove context from factories ([#23](#23)) ([c030e89](c030e89)) * remove deprecated elements ([09006e8](09006e8)) * remove factory helper methods and test associateds ([#30](#30)) ([a335ca2](a335ca2)) * remove useFactories helper method ([#29](#29)) ([6fbeaba](6fbeaba)) * seed command will execute now default seeder or seed param ([84025f9](84025f9)) ### 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 * Some of these functions were used on previous versions * New abstract factory class is incompatible with previous version * Helper methods removed were a core part of previous versions * This method 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
- Loading branch information