From ce20afdf18e30eb8fea998dda44e56b6d69020b5 Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Mon, 13 Apr 2020 23:23:16 +0200 Subject: [PATCH] Prepare 0.20.14 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e573ee1544..c5edd3eae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Master (Unreleased) +# 0.20.14 - 13 April, 2020 + +### New features: + +- CLI: adds support for asynchronous knexfile loading #3748 +- Add clearGroup method #3771 + +### Typings: + +- Support Raw types for insert, where, update #3730 +- Add typings for MigrationSource #3756 +- Update signature of orderBy to support QueryBuilder inside array #3757 +- Add toSQL and toString to SchemaBuilder #3758 +- `interface Knex` and `function Knex` should have the same types #3787 +- Fix minor issues around typings #3765 + +### Test / internal changes: + +- Minor test internal enhancements #3747 +- Minor improvements on the usage of fs utilities #3749 +- Split tests in groups #3785 + # 0.20.13 - 23 March, 2020 ### Bug fixes: diff --git a/package.json b/package.json index 07eab06e45..b6704e5d3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex", - "version": "0.20.13", + "version": "0.20.14", "description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser", "main": "knex.js", "types": "types/index.d.ts",