mirror of
https://github.com/knex/knex.git
synced 2025-09-18 20:53:36 +00:00
Prepare 0.21.10 for release
This commit is contained in:
parent
c347408a75
commit
7d8f98b709
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
|||||||
# Master (Unreleased)
|
# Master (Unreleased)
|
||||||
|
|
||||||
|
# 0.21.10 - 31 October, 2020
|
||||||
|
|
||||||
|
### New features:
|
||||||
|
|
||||||
|
- Upsert support (Postgres/MySQL/Sqlite) #3763
|
||||||
|
|
||||||
|
### Typings:
|
||||||
|
|
||||||
|
- Allow to globally define table/record mapping #4071
|
||||||
|
|
||||||
|
### Test / internal changes:
|
||||||
|
|
||||||
|
- Populate knexQueryUid without using uuid, making this logic more easily mockable #4089
|
||||||
|
|
||||||
# 0.21.9 - 27 October, 2020
|
# 0.21.9 - 27 October, 2020
|
||||||
|
|
||||||
### New features:
|
### New features:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "knex",
|
"name": "knex",
|
||||||
"version": "0.21.9",
|
"version": "0.21.10",
|
||||||
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
|
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
|
||||||
"main": "knex.js",
|
"main": "knex.js",
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user