Skip to content

Releases: cjbooms/fabrikt

1.1.3

03 Jun 15:18
20c0ef8
Compare
Choose a tag to compare

Adding missing import in generated OkHttp client OAuth class

1.1.2

03 Jun 14:49
d7c8343
Compare
Choose a tag to compare

Includes the following improvements:

  • Better linting of generated classes
  • Improvements to generated OkHttp client

1.1.1

14 May 11:53
a6c1044
Compare
Choose a tag to compare

Small bug fixed in client generation when generic types were used as the return type

1.1.0

02 May 00:07
0c0beba
Compare
Choose a tag to compare

Fixes bug with Spring MVC controller return types

1.0.0.RC9

01 May 19:31
ff42271
Compare
Choose a tag to compare
Fixing bug with constructor when multiple objects under an allOf, but…

1.0.0

01 May 22:47
6dc029c
Compare
Choose a tag to compare

The library currently has support for generating:

  • Jackson annotated data classes
  • Spring MVC annotated controller interfaces
  • OkHttp Client - with the option for a resilience4j fault-tolerance wrapper

Support for External Schemas

24 Mar 17:56
1612a9d
Compare
Choose a tag to compare
1.0.0.RC8

Improving support for external references from an API document. Previ…

1.0.0.RC7

16 Dec 12:59
24a80d2
Compare
Choose a tag to compare

Minor bug fix around code gen options

1.0.0.RC6

15 Dec 19:59
8331c25
Compare
Choose a tag to compare

New Features options:

  • Generate Quarkus reflection-config.json of generated Models for library authors targeting natively compile applications
  • Annotate generated Models with Quarkus annoatation @RegisterForReflection
  • Generate Kotlin Enums for strings labeled x-extensible-enum. Useful for server-side code generation

Bug Fixes:

  • Improves class names of inlined object definitions to reduce the possibility of Class collisions.
  • Discriminators annotations no longer bleed between unrelated Polymorphic super types

1.0.0.RC5

23 Nov 22:16
914a8ff
Compare
Choose a tag to compare

Release candidate 5 with fix for POST with response body