@sap-cloud-sdk/temporal-de-serializers 2.5.1-20220714153202.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # @sap-cloud-sdk/temporal-de-serializers
2
2
 
3
- ## 2.5.1-20220714153202.0
3
+ ## 2.6.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Canary release
8
- - Updated dependencies
9
- - @sap-cloud-sdk/odata-common@2.5.1-20220714153202.0
7
+ - de851289: [Fixed Issue] Fix parsing of `Edm.DateTimeOffset` with high-precision fractional seconds and edge-cases like 5-digit years.
8
+ - de851289: [Compatibility Note] Adjust parsing of `Edm.Date`, `Edm.DateTimeOffset`, `Edm.Time`, and `Edm.Duration` to be closer to the OData v4 specification.
9
+ There may be loss of precision if using the default (de-)serializers with high-precision fractional seconds.
10
+ - Updated dependencies [de851289]
11
+ - Updated dependencies [0675ee3b]
12
+ - @sap-cloud-sdk/odata-common@2.6.0
10
13
 
11
14
  ## 2.5.0
12
15
 
package/dist/index.d.ts CHANGED
File without changes
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
File without changes
package/dist/internal.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/temporal-de-serializers",
3
- "version": "2.5.1-20220714153202.0",
3
+ "version": "2.6.0",
4
4
  "description": "SAP Cloud SDK for JavaScript temporal-based middleware for date/time (de-)serialization",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
6
6
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@js-temporal/polyfill": "^0.4.0",
41
- "@sap-cloud-sdk/odata-common": "^2.5.1-20220714153202.0"
41
+ "@sap-cloud-sdk/odata-common": "^2.6.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "~4.7.4"