Skip to content

Commit 9470e65

Browse files
committed
Release ts-sql-query 1.64.0
1 parent c3fcd31 commit 9470e65

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## v1.64.0 (18 Apr 2024)
4+
5+
**Changes**:
6+
7+
- Add support to `aggregateAsArrayDistinct` and `aggregateAsArrayOfOneColumnDistinct` to allow aggregate as array distinct values.
8+
- LoggingQueryRunner: Use performance.now() in non-Node environments.
9+
310
## v1.63.0 (20 Mar 2024)
411

512
**Bug fixes**:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-sql-query",
3-
"version": "1.63.0",
3+
"version": "1.64.0",
44
"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.",
55
"license": "MIT",
66
"author": "juanluispaz",

0 commit comments

Comments
 (0)