Skip to content

Commit

Permalink
Release ts-sql-query 1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Jan 28, 2024
1 parent f985cce commit 7697b3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## v1.58.0 (28 Jan 2024)

**Changes**:

- Add support to complex projections in compound select (`union`, `intersect`, etc.)

**Bug fixes**:

- Fix missing `with` in compound select queries (`union`, `intersect`, etc.)

## v1.57.0 (5 Jan 2024)

**Changes**:
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": "ts-sql-query",
"version": "1.57.0",
"version": "1.58.0",
"description": "Type-safe SQL query builder like QueryDSL or JOOQ in Java or Linq in .Net for TypeScript with MariaDB, MySql, Oracle, PostgreSql, Sqlite and SqlServer support.",
"license": "MIT",
"author": "juanluispaz",
Expand Down

0 comments on commit 7697b3e

Please sign in to comment.