Skip to content

Releases: babyfish-ct/jimmer

v0.6.32-0.7-preview

04 Feb 10:42
Compare
Choose a tag to compare

Important version, big refactor, add new language: jimmer-dto-definition.

Please view src/main/dto of example to know more

v0.6.22

18 Jan 08:47
Compare
Choose a tag to compare

Fix bug, java types generated by @StaticType cannot map empty list in toEntity

v0.6.21

17 Jan 18:56
Compare
Choose a tag to compare

Let @ManyToOne and @OneToOne support inputNotNull

v0.6.19

13 Jan 08:38
Compare
Choose a tag to compare

Fix #30

v0.6.18

13 Jan 04:09
Compare
Choose a tag to compare

Support @StaticType/@Static, Now static pojo classes can be generated by dynamic entities automatically

v0.6.8

06 Jan 18:51
Compare
Choose a tag to compare

Fix bug:

Fix bug: Abstract method declared in spring-data-jimmer repository cannot have primitive type parameters

v0.6.7

03 Jan 13:34
Compare
Choose a tag to compare

Generate better TypeScript code

v0.6.0

27 Dec 06:12
Compare
Choose a tag to compare
  1. SpringBootStart, including spring data
  2. jimmer.client.ts.path is supported in application.yml

v0.5.38

26 Dec 13:20
Compare
Choose a tag to compare

Support abstract method of repository interface, like spring-data

v0.5.29

21 Dec 17:45
Compare
Choose a tag to compare
  1. support spring-boot-starter
  2. support spring-jdbc-jimmer
  3. support client-side typescript generation