Skip to content

Releases: babyfish-ct/jimmer

v0.9.32

14 Dec 16:09
Compare
Choose a tag to compare
  1. Improve save-command, remove unnecessary query during error investigation
  2. Less limitation for @LogicalDeleted, if the property type is int or enum, the property can be decorated by @Default
  3. More limitation for @LogicalDeleted of kotlin, if property type is boolean, int or enum, it cannot be nullable

v0.9.31

13 Dec 21:40
Compare
Choose a tag to compare
  1. #828 #832, especially #832, big enhancement for save-command.
  2. The default inserted value of @Version can be controlled @Default.
  3. Optimize ksp to improve compilation speed.

v0.9.27

09 Dec 20:42
Compare
Choose a tag to compare

v0.9.24

02 Dec 19:21
Compare
Choose a tag to compare

v0.9.23

29 Nov 23:52
Compare
Choose a tag to compare

v0.9.21

26 Nov 04:07
Compare
Choose a tag to compare

v0.9.20

23 Nov 22:18
Compare
Choose a tag to compare
  1. #791, #792, #797, #798, #799
  2. Make @Key repeatable

v0.9.19

17 Nov 20:38
Compare
Choose a tag to compare

In the process of refactoring the save-command documentation, it was found that there were some minor problems in the save-command API, and improvements were made.

v0.9.17

15 Nov 23:22
Compare
Choose a tag to compare

Support SQLiteDialect

Fixed/Supported Issues: #772, #773, #774, #775, #776, #777, #778, #780, #781

Merged PRs: #784, #785

v0.9.12

10 Nov 22:57
Compare
Choose a tag to compare
  1. Important new feature for #750, an argument named group is added into @Key to support multiple unique constraints exception primary key.

  2. Issues: #748, #749, #751, #752, #757, #758, #761, #763, #764, #765, #769, #770