Skip to content

Releases: jbock-java/jbock

v3.4.013

05 Jan 21:15

Choose a tag to compare

fix: gradle isolating processor must specify exactly one originating element
https://docs.gradle.org/current/userguide/java_plugin.html

v3.4.012

02 Jan 20:42

Choose a tag to compare

improve error messages

v3.4.011

01 Jan 17:33

Choose a tag to compare

fix unify problem

v3.4.010

31 Dec 13:46

Choose a tag to compare

fix handling of array type and raw type
improve error messages

v3.4.009

09 Feb 20:44

Choose a tag to compare

improvements to error messages

v3.4.008

05 Jan 09:45

Choose a tag to compare

some small changes to generated code

v3.4.007

24 Dec 10:15
1952c69

Choose a tag to compare

  • Fix type inference edge cases

v3.4.006

23 Dec 22:01

Choose a tag to compare

  • fix type inference edge cases
  • improve error messages

v3.4.005

23 Dec 15:24
69918e0

Choose a tag to compare

  • Allow free type variables in custom mapper and collector classes (see #11)

v3.4.004

23 Dec 11:03

Choose a tag to compare

  • BREAKING: Remove the create() method, use the constructor instead
  • Parse(Iterator) now private again