Skip to content

Commit

Permalink
v1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Feb 18, 2021
1 parent 0fb2938 commit e65d33a
Show file tree
Hide file tree
Showing 204 changed files with 95,575 additions and 63 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,34 @@

## 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](https://eslint.org/docs/developer-guide/shareable-configs#using-a-shareable-config) 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.
-

## Fixed Issues

-


# 1.38.0

Release Date: TBD<br>
API Docs: https://sap.github.io/cloud-sdk/api/1.38.0<br>
Blog: TBD<br>

## 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](https://eslint.org/docs/developer-guide/shareable-configs#using-a-shareable-config) 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.

# 1.37.1

Release Date: TBD<br>
Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version: 1.37.1
## Version: 1.38.0

The SAP Cloud SDK for JavaScript and TypeScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Cloud Platform.

Expand Down
Loading

0 comments on commit e65d33a

Please sign in to comment.