Skip to content

Releases: ainblockchain/ain-js

v1.11.0 Release Note

05 Jul 08:40
58b1ba7
Compare
Choose a tag to compare

Updates:

  • Upgrade ain-util package version to v1.2.1
  • Update tests for tx_bytes_limit param change

v1.10.2 Release Note

12 Jun 10:23
b82320c
Compare
Choose a tag to compare

Updates:

  • Add isConnected() method for event channel connection

v1.10.1 Release Note

23 May 02:07
4924cf6
Compare
Choose a tag to compare

Updates:

  • Allow null for eventHandlerUrl param

v1.10.0 Release Note

03 May 10:37
1ad1814
Compare
Choose a tag to compare

Updates:

  • Let verifySignature() handle exceptions
  • Set event handler websocket url by Ain constructor

v1.9.0 Release Note

22 Apr 04:20
daa4259
Compare
Choose a tag to compare

Updates:

  • Make the event handler work on both browser side and backend side

v1.8.0 Release Note

17 Apr 09:57
2671a45
Compare
Choose a tag to compare

Updates:

  • Support frontend usecases with isomorphic-ws package
  • Implement custom handshake timeout for isomorphic-ws
  • Implement custom ping-pong for isomorphic-ws

v1.7.1 Release Note

05 Apr 05:07
59c696c
Compare
Choose a tag to compare

Updates:

  • Add more tests
  • Fix types and comments

v1.7.0 Release Note

22 Mar 04:56
f8f0f94
Compare
Choose a tag to compare

Updates:

  • Allow up to 6 decimals in transfer values
  • Allow only positive transfer values
  • Add missing methods for JSON RPC APIs
  • Update tsdoc comments

v1.6.3 Release Note

27 Sep 04:43
2e41370
Compare
Choose a tag to compare

Updates:

  • Update Signer interface with Provider with network provider
  • Add typedoc comments for all classes, interfaces, and types
  • Rename some modules
  • Remove some unused code

v1.6.2 Release Note

12 Sep 03:06
24e0d35
Compare
Choose a tag to compare

Updates:

  • Fix node version issue with typedocs