Skip to content

Releases: babyfish-ct/jimmer

v0.9.90

10 Jun 19:10
Compare
Choose a tag to compare

v0.9.89

15 May 18:29
Compare
Choose a tag to compare
  1. #1044
  2. #1045
  3. Important enhancement for java developer
    (kotlin developer can ignore it)
    Since this version, this annotation @EnableDtoGeneration is suggested unconditionally for java projects with DTO files, it can make DTO error to be the first error of IDE, not the last error of IDE, this is very helpful for trouble resolving

v0.9.86

15 May 05:35
Compare
Choose a tag to compare

v0.9.85

14 May 15:22
Compare
Choose a tag to compare

v0.9.84

13 May 18:45
Compare
Choose a tag to compare

v0.9.83

13 May 01:30
Compare
Choose a tag to compare

v0.9.82

11 May 19:27
Compare
Choose a tag to compare
  1. Fixed #1021 #1023 #1025 #1034
  2. Support #1026
  3. Add @org.babyfish.jimmer.ExportDoc
  4. Support configuration reverseSortOptimizationEnable for both sqlClient level and query level, the default value is false

v0.9.81

28 Apr 14:21
Compare
Choose a tag to compare
  1. Fix #1011
  2. Merge #1014
  3. When reverse sorting optimization is applied, the comment /* reverse sorting optimization */ will be added into generated SQL

v0.9.80

27 Apr 07:41
Compare
Choose a tag to compare

The kotlin/KSP is upgraded to K2 again because the bug of old kotlinpoet can only be fixed by upgrading of framework itself

v0.9.79

27 Apr 06:44
Compare
Choose a tag to compare
  1. Fixed #1010
  2. The kotlin/KSP version of framewrok itself is downgraded to K1 to reduce the requirement of user projects (but jimmer-examples still use K2)