Skip to content

Releases: babyfish-ct/jimmer

v0.8.22

21 Sep 17:58
Compare
Choose a tag to compare
  1. Fix #257, #258

  2. English documentation reviewed

v0.8.16

14 Sep 21:46
Compare
Choose a tag to compare
  1. Support AssociationIntegrityAssuranceFilter and KAssociationIntegrityAssuranceFilter

  2. Let @GeneratedValue support generatorRef

  3. @GeneratorValue.generatorType and @Tranisent.vaue support both Spring Bean and Non-Spring Bean

  4. DTO Language support enum mapping, documentation also changed

  5. Add documentation links into most important demos: jimmer-sql and jimmer-sql-kt

v0.8.13

10 Sep 21:11
Compare
Choose a tag to compare
  1. Resolve #246 #247 #248 #249 #250 #251

  2. Add new configuration property jimmer.inline-sql-variables

  3. Update documentation, simpler home page, finish 1st english documentation review

v0.8.12

27 Aug 20:30
Compare
Choose a tag to compare
  1. Fix #240 #237 #
  2. Merge #242
  3. Let DTO language support user defined properties.
  4. Let DTO language support annotations

v0.8.4

15 Aug 12:57
Compare
Choose a tag to compare
  1. Let Spring Boo Starter can work without spring-web dependency
  2. Fix issue #225

v0.8.0

13 Aug 19:42
Compare
Choose a tag to compare

Added DTO language

v0.7.132

12 Aug 21:00
Compare
Choose a tag to compare

v0.7.125

21 Jul 22:13
Compare
Choose a tag to compare
  1. Fix #202

  2. Add query.offset

  3. Add spring properties jimmer.save-command-pessimistic-lock

  4. Add document for serialized type/prop mapper configuration of JSqlClient.Builder/KSqlClientDsl

v0.7.121

17 Jul 19:16
Compare
Choose a tag to compare

Support configuration jimmer.id-only-target-checking-level

v0.7.118

14 Jul 20:36
Compare
Choose a tag to compare
  1. Fix #197
  2. Deprecate setAutoAttachingAll and setAutoAttaching of save-command
  3. Upgrade gradle version of examples.