Knex v0.20.14 Release Notes

Release Date: 2020-04-14 // about 4 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿ‘ CLI: adds support for asynchronous knexfile loading #3748
    • โž• Add clearGroup method #3771

    Typings:

    • ๐Ÿ‘Œ Support Raw types for insert, where, update #3730
    • โž• Add typings for MigrationSource #3756
    • โšก๏ธ Update signature of orderBy to support QueryBuilder inside array #3757
    • โž• Add toSQL and toString to SchemaBuilder #3758
    • interface Knex and function Knex should have the same types #3787
    • ๐Ÿ›  Fix minor issues around typings #3765

    โœ… Test / internal changes:

    • โœ… Minor test internal enhancements #3747
    • Minor improvements on the usage of fs utilities #3749
    • โœ… Split tests in groups #3785