Skip to content

v0.9.15

Compare
Choose a tag to compare
@lbovet lbovet released this 06 Nov 13:01
· 112 commits to master since this release
3cdda62
  • Option to generate enums as strings in avro schema

To enable this option, add the following to the customConfig section of the package.json

"avro": {
  "enumAsString": true
}