Skip to content

Releases: line/kotlin-jdsl

3.5.2

03 Sep 09:20
Compare
Choose a tag to compare

Features

  • Support limit in spring data repository by #764

Full Changelog: 3.5.1...3.5.2

3.5.1

26 Jun 07:43
Compare
Choose a tag to compare

Bug Fixes

  • Fix for incorrectly rendering entities in Join On clauses. #731

Full Changelog: 3.5.0...3.5.1

3.5.0

17 Jun 00:30
Compare
Choose a tag to compare

Features

  • Use readOnly when you execute select query in KotlinJdslJpqlExecutor #710

Full Changelog: 3.4.2...3.5.0

3.4.2

10 Jun 14:12
Compare
Choose a tag to compare

Bug Fixes

  • It allows you to create a custom repository for both QueryDSL and Kotlin JDSL. #724

Full Changelog: 3.4.1...3.4.2

3.4.1

04 May 14:35
Compare
Choose a tag to compare

Bug Fixes

  • If in condition is used alone in the where clause and the compare values is empty, a malformed query is generated. #702

Breaking Changes

  • For those who didn't use the in condition alone in the where clause, their query might not work as expected, as it would have been the same as if 1 = 1 was printed.

Full Changelog: 3.4.0...3.4.1

3.4.0

01 Apr 23:16
Compare
Choose a tag to compare

Features

New Contributors

Full Changelog: 3.3.2...3.4.0

3.3.2

07 Mar 08:27
Compare
Choose a tag to compare

Bug Fixes

  • Fix to support custom repository #668

Full Changelog: 3.3.1...3.3.2

3.3.1

25 Jan 00:52
Compare
Choose a tag to compare

Bug Fixes

  • Fix typo in the KDoc for the or() function.

Full Changelog: 3.3.0...3.3.1

3.3.0

16 Jan 03:52
Compare
Choose a tag to compare

Bug Fixes

  • Handle a custom expression with argument number at the start and end #567

Features

  • Support custom predicate #567
  • Support predicate function #567
  • Support kotlin 1.7 #564

Full Changelog: 3.2.0...3.3.0

3.2.0

13 Dec 01:41
Compare
Choose a tag to compare

Features

  • Support substring function #538
  • Support concat function #545

Full Changelog: 3.1.1...3.2.0