New Functionality
- [openapi-generator] Generate multiple API objects based on tags instead of one API per API specification.
- [openapi-generator] Add option
writeReadme
for generating readme files. - [openapi-generator] Support copying files from given paths via a new option
additionalFiles
. - [eslint-config] Release a recommended, shareable
eslint
configuration based on the SAP Cloud SDK's internal configuration as@sap-cloud-sdk/eslint-config
. Follow the official guide for information how to use the config.
Improvements
- [logger] The stack is included in the logs if
logger.error
is called with an error object.