All Versions
202
Latest Version
Avg Release Cycle
25 days
Latest Release
594 days ago

Changelog History
Page 8

  • v0.18.4 Changes

    July 10, 2019

    ๐Ÿ†• New features:

    • ๐Ÿ‘€ Seeds: Option to run specific seed file #3335
    • Implement "skipLocked()" and "noWait()" #2961

    ๐Ÿ› Bug fixes:

    • CLI: Respect the knexfile stub option while generating a migration #3337
    • ๐Ÿ›  Fix mssql import not being ignored, breaking webpack builds #3336
  • v0.18.3 Changes

    July 04, 2019

    ๐Ÿ†• New features:

    • CLI: add --stub option to migration:make #3316

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix return duplicate transaction promise for standalone transactions #3328
  • v0.18.2 Changes

    July 03, 2019

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix remove duplicate transaction rejection #3324
    • ๐Ÿ›  Fix issues around specifying default values for columns #3318
    • CLI: Fix empty --version output #3312
  • v0.18.1 Changes

    June 30, 2019

    ๐Ÿ› Bug fixes:

    • โช Do not reject duplicate promise on transaction rollback #3319
  • v0.18.0 Changes

    June 26, 2019

    ๐Ÿ› Bug fixes:

    • ๐Ÿ’… Do not reject promise on transaction rollback (by default only for new, non-callback, style of transactions for now to avoid breaking old code) #3235

    ๐Ÿ†• New features:

    • โž• Added doNotRejectOnRollback options for starting transactions, to prevent rejecting promises on rollback for callback-style transactions.
    • ๐Ÿ‘‰ Use extension from knexfile for generating migrations unless overriden #3282
    • ๐Ÿ‘‰ Use migrations.extension from config when generating migration #3242
    • ๐Ÿ”ฆ Expose executionPromise for transactors #3297

    ๐Ÿ› Bug fixes:

    • โšก๏ธ Oracle: Updated handling of connection errors for disposal #2608
    • ๐Ÿ›  Fix extension resolution from env configs #3294

    โœ… Test / internal changes:

    • โฌ‡๏ธ Drop support for Node.js 6 #3227
    • โœ‚ Remove Babel #3227
    • โœ‚ Remove Bluebird #3290 #3287 #3285 #3267 #3266 #3263
    • ๐Ÿ›  Fix comments that were modified by find & replace #3308

    Typings:

    • โž• Add workarounds for degraded inference when strictNullChecks is set to false #3275
    • โž• Add stub type definition for Migrator config #3279
    • โž• Add stub to seeds type #3296
    • ๐Ÿ›  Fix MSSQL config typings #3269
    • โž• Add pgsql specific table builder method typings #3146
  • v0.17.5 Changes

    June 08, 2019

    Typings:

    • ๐Ÿ“ฆ Include result.d.ts in published package #3271
  • v0.17.4 Changes

    June 08, 2019

    Typings:

    • ๐Ÿ›  Fix some cases of left-to-right inference causing type mismatch #3265
    • ๐Ÿ‘Œ Improve count typings #3249

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix error message bubbling up on seed error #3248
  • v0.17.3 Changes

    June 02, 2019

    Typings:

    • ๐Ÿ‘Œ Improve typings for aggregations #3245
    • โž• Add decimalNumbers to MySqlConnectionConfig interface #3244
  • v0.17.2 Changes

    June 01, 2019

    Typings

    • ๐Ÿ‘Œ Improve count typings #3239

    ๐Ÿ› Bug fixes:

    • ๐Ÿ— "colorette" dependency breaks browserify builds #3238
  • v0.17.1 Changes

    May 31, 2019

    ๐Ÿ†• New features:

    • โž• Add migrate:down functionality #3228

    Typings:

    • โšก๏ธ Update type of aggregation results to not be arrays when first has been invoked before #3237
    • Include undefined in type of single row results #3231
    • ๐Ÿ›  Fix incorrect type definitions for single row queries #3230