npm @jorgebodega/typeorm-seeding 3.0.0-next.1
v3.0.0-next.1

latest releases: 7.1.0, 7.1.0-next.3, 7.1.0-next.2...
2 years ago

3.0.0-next.1 (2022-01-03)

Bug Fixes

  • adapt seeder to new schema (a1d4e27)
  • remove factories option from config (870a23d)

chore

  • remove all faker usages from source folder (2e4b0fb)
  • remove faker from dependencies (f41cef4)

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

Don't miss a new typeorm-seeding release

NewReleases is sending notifications on new releases.