Skip to content

Latest commit

 

History

History
169 lines (90 loc) · 7.99 KB

File metadata and controls

169 lines (90 loc) · 7.99 KB

@webundsoehne/nestjs-seeder 2.1.0 (2023-10-24)

Features

  • ability to add multiple seeders to same module (f777a18)

@webundsoehne/nestjs-seeder 2.0.10 (2023-10-12)

Bug Fixes

  • remove typings from inject decorators due to nestjs going crazy with ts5+ (3ed80e9)

@webundsoehne/nestjs-seeder 2.0.9 (2023-02-23)

Bug Fixes

  • deps: update for breaking changes in deep-merge library (08b00ad)

Dependencies

  • @webundsoehne/deep-merge: upgraded to 4.0.0
  • @webundsoehne/ts-utility-types: upgraded to 2.2.8

@webundsoehne/nestjs-seeder 2.0.8 (2023-02-07)

Dependencies

  • @webundsoehne/deep-merge: upgraded to 3.0.1

@webundsoehne/nestjs-seeder 2.0.7 (2023-02-07)

Dependencies

  • @webundsoehne/ts-utility-types: upgraded to 2.2.7

@webundsoehne/nestjs-seeder 2.0.6 (2023-02-07)

Dependencies

  • @webundsoehne/deep-merge: upgraded to 3.0.0
  • @webundsoehne/ts-utility-types: upgraded to 2.2.6

@webundsoehne/nestjs-seeder 2.0.5 (2022-11-23)

Bug Fixes

  • do not bundle and swap typescript paths manually from jsfiles (e9b13f0)
  • issue with bundling (7afe3d0)

Dependencies

  • @webundsoehne/deep-merge: upgraded to 2.2.6
  • @webundsoehne/ts-utility-types: upgraded to 2.2.5

@webundsoehne/nestjs-seeder 2.0.4 (2022-11-04)

Bug Fixes

  • issues with missing types on packages (de76566)

Dependencies

  • @webundsoehne/deep-merge: upgraded to 2.2.5
  • @webundsoehne/ts-utility-types: upgraded to 2.2.4

@webundsoehne/nestjs-seeder 2.0.3 (2022-11-02)

Bug Fixes

  • update build mechanism for all repositories, fix tsc-watch for builders (df4a61e)

Dependencies

  • @webundsoehne/deep-merge: upgraded to 2.2.4
  • @webundsoehne/ts-utility-types: upgraded to 2.2.3

@webundsoehne/nestjs-seeder 2.0.2 (2022-10-25)

Bug Fixes

  • fix issues with null exceptions in rule (c53143a)

@webundsoehne/nestjs-seeder 2.0.1 (2022-10-06)

Bug Fixes

@webundsoehne/nestjs-seeder 2.0.0 (2022-10-05)

Bug Fixes

Performance Improvements

  • nx14 upgrade (968801a)
  • update depednencies for cli apps (dbdd8d6)
  • updates underlying library versions (0bc345f)

BREAKING CHANGES

  • uses the new library

Dependencies

  • @webundsoehne/deep-merge: upgraded to 2.2.3
  • @webundsoehne/ts-utility-types: upgraded to 2.2.2

@webundsoehne/nestjs-seeder 2.0.0-beta.2 (2022-10-05)

Performance Improvements

  • updates underlying library versions (0bc345f)

@webundsoehne/nestjs-seeder 2.0.0-beta.1 (2022-09-19)

Bug Fixes

Performance Improvements

  • update depednencies for cli apps (dbdd8d6)

BREAKING CHANGES

  • uses the new library

@webundsoehne/nestjs-seeder 1.0.2-beta.1 (2022-08-08)

Performance Improvements

Dependencies

  • @webundsoehne/deep-merge: upgraded to 2.2.3-beta.1
  • @webundsoehne/ts-utility-types: upgraded to 2.2.2-beta.1

@webundsoehne/nestjs-seeder 1.0.1 (2022-06-13)

Dependencies

  • @webundsoehne/ts-utility-types: upgraded to 2.2.1

@webundsoehne/nestjs-seeder 1.0.0 (2022-05-31)

Features

  • move to new common package (82f3411)

@webundsoehne/nestjs-mongo-seeder 1.1.0 (2022-05-31)

Features

  • update seeder to be able to inject seeds as service (60ca9f7)

@webundsoehne/nestjs-mongo-seeder 1.0.1 (2022-05-30)

Bug Fixes

  • change the seed signature to inject stuff in to it (70a38db)

@webundsoehne/nestjs-mongo-seeder 1.0.0 (2022-05-27)

Features

  • add new package for mongodb seeding and fix lint-staged (42948d5)