Skip to content

Releases: chrisime/CRooD

Release v0.2.0

26 Dec 11:40
Compare
Choose a tag to compare

Changes in this release

  • introduced kotlin generator
  • share common code between java and kotlin generator
  • removed test domain related generator
  • cleanups and fixes

Release v0.1.1

13 Dec 20:39
Compare
Choose a tag to compare

Changes in this release

  • return Stream instead of Sequence in findAll* methods
  • generate getter for optimistic locking related columns

Release v0.1.0

11 Dec 23:31
Compare
Choose a tag to compare

Changes in this release

  • annotate getter for primary key with @Transient so it won't be serialized
  • don't generate getters for optimistic locking columns

CRooD-0.0.4

07 Dec 21:19
Compare
Choose a tag to compare

Changes in this release

  • have all methods in CRUDService public now
  • fixed bug while getting generic type arguments

One more time...

06 Dec 20:25
Compare
Choose a tag to compare

This should fix github workflow for publishing artifacts.

Streamlining....

06 Dec 20:12
Compare
Choose a tag to compare

Added missing headers and JavaDoc along with minor refactoring.