diff --git a/docs/scala/support.md b/docs/scala/support.md index 3984529d6..e9c7787b0 100644 --- a/docs/scala/support.md +++ b/docs/scala/support.md @@ -56,20 +56,20 @@ This section lists the SDK types and functions currently supported in this versi | floor | v0.4.0 | ✕ | | ceiling | v0.4.0 | ✕ | | truncate | v0.4.0 | ✕ | -| isNan | v0.4.0 | ✕ | -| isInfinite | v0.4.0 | ✕ | +| isNan | v0.4.0 | ✓ | +| isInfinite | v0.4.0 | ✓ | | e | v0.4.0 | ✓ | | pi | v0.4.0 | ✓ | -| cos | v0.4.0 | ✕ | -| sin | v0.4.0 | ✕ | -| tan | v0.4.0 | ✕ | -| acos | v0.4.0 | ✕ | -| asin | v0.4.0 | ✕ | -| atan | v0.4.0 | ✕ | -| atan2 | v0.4.0 | ✕ | -| degrees | v2.0.0 | ✕ | -| radians | v2.0.0 | ✕ | -| turns | v2.0.0 | ✕ | +| cos | v0.4.0 | ✓ | +| sin | v0.4.0 | ✓ | +| tan | v0.4.0 | ✓ | +| acos | v0.4.0 | ✓ | +| asin | v0.4.0 | ✓ | +| atan | v0.4.0 | ✓ | +| atan2 | v0.4.0 | ✓ | +| degrees | v2.0.0 | ✓ | +| radians | v2.0.0 | ✓ | +| turns | v2.0.0 | ✓ | | toPolar | v2.0.0 | ✕ | | fromPolar | v2.0.0 | ✕ | | lessThan | v2.0.0 | ✓ | @@ -266,18 +266,18 @@ This section lists the SDK types and functions currently supported in this versi | logBase | v0.4.0 | ✓ | | e | v0.4.0 | ✓ | | pi | v0.4.0 | ✓ | -| cos | v0.4.0 | ✕ | -| sin | v0.4.0 | ✕ | -| tan | v0.4.0 | ✕ | -| acos | v0.4.0 | ✕ | -| asin | v0.4.0 | ✕ | -| atan | v0.4.0 | ✕ | -| atan2 | v0.4.0 | ✕ | -| isNan | v0.4.0 | ✕ | -| isInfinite | v0.4.0 | ✕ | -| degrees | v2.0.0 | ✕ | -| radians | v2.0.0 | ✕ | -| turns | v2.0.0 | ✕ | +| cos | v0.4.0 | ✓ | +| sin | v0.4.0 | ✓ | +| tan | v0.4.0 | ✓ | +| acos | v0.4.0 | ✓ | +| asin | v0.4.0 | ✓ | +| atan | v0.4.0 | ✓ | +| atan2 | v0.4.0 | ✓ | +| isNan | v0.4.0 | ✓ | +| isInfinite | v0.4.0 | ✓ | +| degrees | v2.0.0 | ✓ | +| radians | v2.0.0 | ✓ | +| turns | v2.0.0 | ✓ | | toPolar | v2.0.0 | ✕ | | fromPolar | v2.0.0 | ✕ | @@ -541,7 +541,7 @@ This section lists the SDK types and functions currently supported in this versi | partition | v2.2.0 | ✓ | | union | v2.2.0 | ✓ | | intersect | v2.2.0 | ✓ | -| diff | v2.2.0 | ✕ | +| diff | v2.2.0 | ✓ | ### Morphir.SDK.StatefulApp