@cap-js-community/odata-v2-adapter
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -10,2 +10,8 @@ # Changelog | ||
## Version 1.10.2 - 2023-04-18 | ||
### Fixed | ||
- Convert array structures | ||
## Version 1.10.1 - 2023-04-12 | ||
@@ -15,3 +21,3 @@ | ||
- Bootstrapping via CDS plugin | ||
- Bootstrapping via CDS plugin (`cds.cov2ap.plugin: true`) | ||
@@ -18,0 +24,0 @@ ### Fixed |
{ | ||
"name": "@cap-js-community/odata-v2-adapter", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "OData V2 adapter for CDS", | ||
@@ -63,3 +63,3 @@ "homepage": "https://cap.cloud.sap/", | ||
"devDependencies": { | ||
"@sap/cds": "^6.7.0", | ||
"@sap/cds": "^6.7.1", | ||
"@types/express": "^4.17.17", | ||
@@ -66,0 +66,0 @@ "compression": "^1.7.4", |
@@ -189,3 +189,3 @@ # @cap-js-community/odata-v2-adapter (cov2ap) | ||
- **Singletons:** Usage of annotation `@odata.singleton` is not supported in combination with OData V2 | ||
- **Structured Types:** Usage of `cds.odata.format: 'structured'` is not supported in combination with OData V2 | ||
- **Structured Types:** Usage of `cds.odata.structs: true` is not supported in combination with OData V2 | ||
- **Arrayed Types:** Usages of `array of` or `many` in entity element definitions lead to CDS compilation error: `Element must not be an "array of" for OData V2` | ||
@@ -192,0 +192,0 @@ - **Managed Compositions:** The usage of managed composition (currently) produces Format Exception in Fiori Elements V2 for Date/Time data types |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
226320
4365