Releases: cjbooms/fabrikt
Releases · cjbooms/fabrikt
2.1.5
What's Changed
- Bug Fix: Only make it a data class if there are constructor parameters, otherwise it will be a compile time error. by @cjbooms in #98
- Switch to new sonatype hosting infrastructure by @cjbooms in #99
Full Changelog: 2.1.4...2.1.5
2.1.3
What's Changed
- Adding test and validating that it fails with the older version of Kaizen parser by @cjbooms in #94
- Fix enum reference by @herojan in #95
Full Changelog: 2.1.2...2.1.3
2.1.2
What's Changed
- Bug fix. Bump Kaizen parser to latest to avoid NPE with some specs. Improve error message when an NPE does occur to avoid hiding the issue by @cjbooms in #93
Full Changelog: 2.1.1...2.1.2
2.1.1
What's Changed
- Bug fix in Client around multiple non-default response content types by @herojan in #90
New Contributors
Full Changelog: 2.1.0...2.1.1
2.0.1
What's Changed
- Permitting the use of explicit Accept header in the generated clients by @cjbooms in #86
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Improving the Normalised String utilities. by @cjbooms in #84
- Contains improvements to how class and enum names are generated. This may cause slight differences in generated code. This is the reason for the major version bump, as it could require code changes to consume
- Fixing URL format exception by @cjbooms in #85
Full Changelog: 1.4.0...2.0.0
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