Releases: swisspost/apikana
Releases · swisspost/apikana
v0.9.15
- 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
}
v0.9.14
- Fix enum generation in avro
v0.9.13
- Run sample validation upon publish
v0.9.12
- Remove ids only in openapi files, keep them in full json schema
v0.9.11
- Remove id property in generated openapi files
- Fix generation of samples with dependencies
v0.9.10
- Warn on
npm test
when src/samples
is missing
v0.9.9
- Fix code generation with transitive dependencies
v0.9.8
- Add url encode helper for templates
v0.9.7
- Add conditional template helpers
v0.9.6
New features:
- Support for generation of README from a template.
Fixes:
- Fix gitignore for template files in templates folder (#144).