Releases: mrbandler/cds2types
Releases · mrbandler/cds2types
v3.0.0
- cds2types now uses the CDS version of the project it is used in
- You have to pass an output directory to the cds2types command instead of a output file
- For each CDS namespace or service a separate file is generated in the output folder (module syntax)
v2.8.0
Add hana.tinyint type mapping to number (#37)
v2.7.3
Adds option to sort output types (#28)
v2.7.0
Update deps and use cds@5
.
v2.6.2
cds2types can now parse array of
definitions if they have a defined type or entity as the type of the array elements. Inline declaration of the type of array elements is currently not supported.
See Issue #9