Skip to content

Releases: cjbooms/fabrikt

2.2.0

02 Mar 19:44
b6cc274
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.6...2.2.0

2.1.6

04 Jan 11:55
7439b36
Compare
Choose a tag to compare

What's Changed

  • ISSUE-101: Add Support for @ReflectiveAccess Micronaut annotations by @averabaq in #102

Full Changelog: 2.1.5...2.1.6

2.1.5

17 Dec 12:28
2501431
Compare
Choose a tag to compare

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.4

06 Dec 15:43
d8b4fe5
Compare
Choose a tag to compare

What's Changed

  • Updating Gradle example in README by @cjbooms in #96
  • Use x-extensible-enum value for json subtype annotation by @herojan in #97

Full Changelog: 2.1.3...2.1.4

2.1.3

06 Dec 10:59
b927ae7
Compare
Choose a tag to compare

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

02 Dec 12:54
d17f5b5
Compare
Choose a tag to compare

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

02 Dec 10:57
e4a66d6
Compare
Choose a tag to compare

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.1.0

25 Nov 12:47
c7c7c4b
Compare
Choose a tag to compare

What's Changed

  • Adding reverse lookup function to generated enums by @cjbooms in #87

Full Changelog: 2.0.1...2.1.0

2.0.1

24 Nov 21:13
b776a03
Compare
Choose a tag to compare

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

24 Nov 17:13
4ed9241
Compare
Choose a tag to compare

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