Skip to content

Releases: jorgebodega/typeorm-seeding

v3.0.0-next.1

03 Jan 14:30
Compare
Choose a tag to compare
v3.0.0-next.1 Pre-release
Pre-release

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

v2.0.0

14 Dec 18:32
Compare
Choose a tag to compare

2.0.0 (2021-12-14)

Bug Fixes

  • Npm package not handling correctly entrypoint (b51a099)

  • npmignore not working properly (2d1d898)

  • 👷 ci: Add changes to how semantic-release work (c4c34dd)

Features

  • add save options to create and createMany (ca88005)

BREAKING CHANGES

  • just to enforce new major version

v2.0.0-next.3

13 Dec 10:06
Compare
Choose a tag to compare
v2.0.0-next.3 Pre-release
Pre-release

Full Changelog: v1.6.2...v2.0.0-next.3

v2.0.0-next.2

13 Dec 00:05
Compare
Choose a tag to compare
v2.0.0-next.2 Pre-release
Pre-release

2.0.0-next.2 (2021-12-13)