Prepare to release 0.21.3

This commit is contained in:
Igor Savin 2020-08-08 20:49:40 +03:00
parent a94886483d
commit 309eed648e
2 changed files with 27 additions and 1 deletions

View File

@ -1,5 +1,31 @@
# Master (Unreleased)
# 0.21.3 - 08 August, 2020
### New features:
- Support multiple directories for seeds #3967
### Bug fixes:
- Ensure DB stream is destroyed when the PassThrough is destroyed #2324
- Support postProcessResponse for streams #3931
- Fix ESM module interop for calling module/package of type 'module' #3938
- Fix migration source name in rollback all #3956
- Fix getMergedConfig calls to include client logger #3920
- Escape single quoted values passed to defaultTo function #3899
### Typings:
- Add .timeout(ms) to .raw()'s typescript typings #3885
- Add typing for double table column builder #3950
- Add a phantom tag to Ref type to mark received type parameters as used #3934
- Add `null` as valid binding type #3946
### Test / internal changes:
- Change query lab link to https #3933
# 0.21.2 - 10 July, 2020
### New features:

View File

@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.21.2",
"version": "0.21.3",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"types": "types/index.d.ts",