Skip to content

Commit

Permalink
Release ts-sql-query 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Mar 2, 2024
1 parent 767b710 commit c472398
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## v2.0.0-alpha.2 (2 Mar 2024)

**Removals**:

- Remove deprecated `mergeType` additional utility type. Use `connection.dynamicBooleanExpressionUsing` instead.
- Remove deprecated composing and splitting results functionality long warned to be removed in ts-sql-query. Use complex projections or aggregate as an object array instead.

## v2.0.0-alpha.1 (2 Mar 2024)

**Removals**:
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": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"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 c472398

Please sign in to comment.