Knex v0.21.6 Release Notes

Release Date: 2020-09-27 // over 3 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿ‘€ CLI: New config parameter / CLI flag to prefixing seed filename with timestamp #3873
    • ๐Ÿ‘€ CLI: throw an error when specific seed file cannot be found #4011
    • Warn if whereNot is used with 'in' or 'between' #4038

    ๐Ÿ› Bug fixes:

    • ๐Ÿ”€ CLI: Fix double merging of config for migrator #4040

    Typings:

    • ๐Ÿ‘€ Unify SeedsConfig and SeederConfig #4003
    • ๐Ÿ‘ Allow string[] type for directory in SeedsConfig #4033