Skip to content

Commit 1687b98

Browse files
committed
Release ts-sql-query 1.37.0
1 parent f330640 commit 1687b98

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/CHANGELOG.md

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

3+
## v1.37.0 (23 Sep 2022)
4+
5+
**Changes**:
6+
7+
- Implement `allowWhen` and `disallowWhen` that throws an error if the expression is used in the final query
8+
9+
**Documentation changes**:
10+
11+
- Fix copy&paste on update documentation refering delete
12+
13+
**Bug fixes**:
14+
15+
- Fix `minValue` and `maxValue` returning wrong value
16+
- Fix missing `with` query when a query in a `with` clause depends on another `with` query
17+
318
## v1.36.0 (31 Aug 2022)
419

520
**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.36.0",
3+
"version": "1.37.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)