Skip to content

Commit

Permalink
Prepare to release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Feb 10, 2022
1 parent affb883 commit e64e37b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Master (Unreleased)

# 1.0.3 - 11 February, 2022

### Bug fixes:

- Fix error message for missing migration files #4937
- Add withMaterialized and withNotMaterialized to method-constants #5009
- PostgreSQL: Fix whereJsonPath queries #5011
- PostgreSQL: Fix delete joins #5016
- CockroachDB: Fix whereJsonPath queries #5011
- MySQL: Create primary keys in same statement #5017

### Typings:

- Fix type definition for getMigration in MigrationSource #4998
- Fix argument type of alter method #4996

### Improvements:

- Use async / await syntax in seeds as default #5005

### Documentation:

- Add Firebird dialect to ECOSYSTEM.md #5003

# 1.0.2 - 02 February, 2022

### New features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "1.0.2",
"version": "1.0.3",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
"main": "knex",
"types": "types/index.d.ts",
Expand Down

0 comments on commit e64e37b

Please sign in to comment.