Releases: swisspost/apikana
Releases · swisspost/apikana
v0.9.5
- Checks namespace prefixes against a pre-defined list
v0.9.4
- Added validation for long integers
- Support for "main types" in generic APIs. In
api.yaml
, you can restrict which types will be used for documentation and full-schema:
paths:
main:
- schema:
$ref: '#/definitions/PetList'
v0.9.3
- Generate double precision numbers in avro schema
v0.9.2
- Fix avro generation with multiple schemas
v0.9.1
- Fix full-schema generation with dependencies
v0.8.1
- Fix complete API and full schema generation with dependencies
v0.8.0
- Generate full schema only for object types
- Enforce type names to be capitalized
- Make major version number avialable in templates
v0.7.9
- Fixed unwanted redundancies in generated full schema
v0.7.8
- Fixed maven configuration to avoid packaging dependency classes
- Add .NET namespace in generated JSON schemas
- Samples also include optional fields