Typeorm Seeding Versions Save

🌱 A delightful way to seed test data into your database.

v1.6.1

4 years ago

1.6.1 (2020-04-18)

Bug Fixes

  • change setConnectionOptions argument to partial (e8a1c80)

v1.6.0

4 years ago

1.6.0 (2020-04-17)

Features

  • add setConnectionOptions & uses open connections (866f766)

v1.5.0

4 years ago

1.5.0 (2020-04-14)

Features

  • enable seeding for testing (50cb222)
  • renaming seed method to create (50cb222)

v1.4.4

4 years ago

1.4.4 (2020-04-12)

Bug Fixes

  • save correct version in the package.json (eaad083)

v1.4.3

4 years ago

1.4.3 (2020-04-12)

Bug Fixes

  • fix peer dependency typeorm (02162ec)

v1.4.2

4 years ago

1.4.2 (2020-04-12)

Bug Fixes

  • update npm version on releases (fba4f19)

v1.4.1

4 years ago

1.4.1 (2020-04-11)

Bug Fixes

  • fix conditions in the resolveEntity method (9287bc0)

v1.4.0

4 years ago

1.4.0 (2020-04-10)

Features

  • add multiple connections and also read .env config options (69c9956)
  • add nested seeding (9290214)

v1.3.0

4 years ago

1.3.0 (2020-03-25)

Features

  • cli: add bin to package.json (054d5bc)