Skip to content

Releases: cjbooms/fabrikt

1.4.0

11 Oct 13:04
a29d5ff
Compare
Choose a tag to compare

What's Changed

  • ISSUE-81: Accept header should be picked from the content response by @averabaq in #82
  • Adding the ability to set arbitrary additional HTTP headers. by @cjbooms in #83

Full Changelog: 1.3.0...1.4.0

1.3.0

18 Aug 15:03
69deee7
Compare
Choose a tag to compare

Improving generation of additional properties. Now supports typing additional properties as a map
Improved generation from external schemas

1.2.1

16 Aug 15:17
688639e
Compare
Choose a tag to compare

Add support for micronaut introspected models

1.2.0

08 Jul 22:47
70d7d8e
Compare
Choose a tag to compare

Improved support for references to schemas in external API documents.

1.1.7

23 Jun 10:01
fb17736
Compare
Choose a tag to compare

Add support for the UUID format of Strings.

1.1.6

18 Jun 11:28
a101db4
Compare
Choose a tag to compare

Improves how inlined enum classes are generated. Will now prefix the generated Enum class with the name of the enclosing schema. This will help avoid class name collisions between inlined enums that share the same property key across schemas.

1.1.5

17 Jun 23:33
e7f72a3
Compare
Choose a tag to compare

Polymorphism improvements

1.1.4

09 Jun 07:31
b75ee35
Compare
Choose a tag to compare

Remove whitespace between query parameters

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