Skip to content

Commit

Permalink
Revert result from sort.
Browse files Browse the repository at this point in the history
  • Loading branch information
bensanchin committed Apr 16, 2024
1 parent d95e83c commit e91c920
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions docs/scala/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,39 +174,39 @@ This section lists the SDK types and functions currently supported in this versi
### Morphir.SDK.Decimal
| Function | Morphir-Elm Version Introduced | Supported |
|-------------------|--------------------------------|-----------|
| abs | v2.8.0 | ✓ |
| add | v2.8.0 | ✓ |
| bps | v2.8.0 | ✓ |
| compare | v2.8.0 | ✓ |
| div | v2.12.0 | ✓ |
| divWithDefault | v2.12.0 | ✓ |
| eq | v2.8.0 | ✓ |
| fromFloat | v2.8.0 | ✕ |
| fromInt | v2.8.0 | ✓ |
| fromFloat | v2.8.0 | ✕ |
| fromString | v2.8.0 | ✓ |
| gt | v2.8.0 | ✓ |
| gte | v2.8.0 | ✓ |
| hundred | v2.8.0 | ✕ |
| hundredth | v2.8.0 | ✕ |
| lt | v2.8.0 | ✓ |
| lte | v2.8.0 | ✓ |
| thousand | v2.8.0 | ✓ |
| million | v2.8.0 | ✕ |
| tenth | v2.8.0 | ✕ |
| hundredth | v2.8.0 | ✕ |
| thousandth | v2.8.0 | ✕ |
| millionth | v2.8.0 | ✕ |
| minusOne | v2.8.0 | ✓ |
| mul | v2.8.0 | ✓ |
| bps | v2.8.0 | ✓ |
| toString | v2.8.0 | ✕ |
| add | v2.8.0 | ✓ |
| sub | v2.8.0 | ✓ |
| negate | v2.8.0 | ✓ |
| neq | v2.8.0 | ✓ |
| one | v2.8.0 | ✓ |
| mul | v2.8.0 | ✓ |
| div | v2.12.0 | ✓ |
| divWithDefault | v2.12.0 | ✓ |
| truncate | v2.8.0 | ✓ |
| round | v2.8.0 | ✓ |
| gt | v2.8.0 | ✓ |
| gte | v2.8.0 | ✓ |
| eq | v2.8.0 | ✓ |
| neq | v2.8.0 | ✓ |
| lt | v2.8.0 | ✓ |
| lte | v2.8.0 | ✓ |
| compare | v2.8.0 | ✓ |
| abs | v2.8.0 | ✓ |
| shiftDecimalLeft | v2.12.0 | ✓ |
| shiftDecimalRight | v2.12.0 | ✓ |
| sub | v2.8.0 | ✓ |
| tenth | v2.8.0 | ✕ |
| thousand | v2.8.0 | ✓ |
| thousandth | v2.8.0 | ✕ |
| toString | v2.8.0 | ✕ |
| truncate | v2.8.0 | ✓ |
| zero | v2.8.0 | ✓ |
| one | v2.8.0 | ✓ |
| minusOne | v2.8.0 | ✓ |


### Morphir.SDK.Dict
Expand Down

0 comments on commit e91c920

Please sign in to comment.