mirror of
https://github.com/knex/knex.git
synced 2025-12-29 16:08:45 +00:00
Prepare to release 0.21.3
This commit is contained in:
parent
a94886483d
commit
309eed648e
26
CHANGELOG.md
26
CHANGELOG.md
@ -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:
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user