Releases: jorgebodega/typeorm-seeding
Releases · jorgebodega/typeorm-seeding
v3.0.0-next.1
3.0.0-next.1 (2022-01-03)
Bug Fixes
chore
Features
- adapt use seeders to new structure (7ea3607)
- move factory definition to new abstract class (41cf349)
- remove context from factories (#23) (c030e89)
- remove deprecated elements (09006e8)
- remove factory helper methods and test associateds (#30) (a335ca2)
- remove useFactories helper method (#29) (6fbeaba)
- seed command will execute now default seeder or seed param (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
- 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
v2.0.0
v2.0.0-next.3
Full Changelog: v1.6.2...v2.0.0-next.3