Knex v0.21.7 Release Notes

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

    • CLI: Add migration stub for .cjs extension #4065

    ๐Ÿ› Bug fixes:

    • MSSQL: Add dynamic scaling for decimal values and prevents a UInt64 overflow #3910
    • MSSQL: Fix apostrophe escaping #4077
    • Ensure that semicolon is not appended to statements that already end with a semicolon #4052

    Typings:

    • โž• Add arguments to QueryCallback in Where #4034

    โœ… Test / internal changes:

    • Replace lodash type-checks with native solutions #4056
    • Replace mkdirp with native recursive flag #4060
    • ๐Ÿ“ฆ Replace inherits package with builtin utility #4059