Skip to content

Commit e6cae74

Browse files
Merge pull request #169 from avadev/21.2.1
Update README.md
2 parents 4d4a6aa + 760620f commit e6cae74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ return client.resolveAddress(address)
9898
});
9999

100100
```
101+
## Release Notes
102+
103+
In the JS-SDK 21.2.1 release, the SDK can now return big integers from API responses.
104+
Big integers in JavaScript are displayed in responses by appending an 'n' to the end of an integer literal. For example, 618368842515476464 -> 618368842515476464n.
105+
Numbers are presented as before. For example, 8456123 -> 8456123.
106+
For more information, refer to the following Mozilla documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt
101107

102108
## SDK Development
103109

0 commit comments

Comments
 (0)