Knex v1.0.3 Release Notes

Release Date: 2022-02-11 // about 2 years ago
  • ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix error message for missing migration files #4937
    • โž• Add withMaterialized and withNotMaterialized to method-constants #5009
    • PostgreSQL: Fix whereJsonPath queries #5011
    • PostgreSQL: Fix delete joins #5016
    • CockroachDB: Fix whereJsonPath queries #5011
    • MySQL: Create primary keys in same statement #5017

    Typings:

    • ๐Ÿ›  Fix type definition for getMigration in MigrationSource #4998
    • ๐Ÿ›  Fix argument type of alter method #4996

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘€ Use async / await syntax in seeds as default #5005

    ๐Ÿ“š Documentation:

    • โž• Add Firebird dialect to ECOSYSTEM.md #5003