Releases: cjbooms/fabrikt
Releases · cjbooms/fabrikt
1.4.0
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
Improving generation of additional properties. Now supports typing additional properties as a map
Improved generation from external schemas
1.2.1
Add support for micronaut introspected models
1.2.0
Improved support for references to schemas in external API documents.
1.1.7
Add support for the UUID format of Strings.
1.1.6
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
Polymorphism improvements
1.1.4
Remove whitespace between query parameters
1.1.3
Adding missing import in generated OkHttp client OAuth class
1.1.2
Includes the following improvements:
- Better linting of generated classes
- Improvements to generated OkHttp client