Releases: aboutlo/ether-swr
Releases · aboutlo/ether-swr
v2.0.1
Features
- add multiCall calls (1fa9181)
- drop signer from the fetcher (dc8625c)
- use 0xsequence to batch the calls (dfdd3b3)
v1.0.0
Features
- add useBalance useBalanceOf (0f55b47)
- upgrade to the latest ether-swr (1.x.x) (97e8707)
v0.6.4
0.6.4 (2021-07-14)
#Bug Fixes
- add "exports" field to support Node.js ESM (c5a0dde) #10
- update github actions node versions to LTS (f9189b6) #10
v0.6.3
chores
- use the latest SWR version
fixes
v0.6.1
fixes
- enhanced etherjs Wallet and JsonRpcSigner as signers
chores
- extracted getSigner
- bump to the latest versions
- update examples with the latest API
v0.6.0
fixes
- handle etherjs Wallet and JsonRpcSigner as signers
chores
- rename usages from useEthSWR to useEtherSWR
doc
- cosmetic changes to the README
v0.5.0
Features
feat: change EtherSWRConfig signature. Decoupled the interface from etherjs (Breaking change)
fixes
- memory leak for subscribe
- subscribe without topic won't fail
- change dependency array in the subscribe useEffect avoiding to create a new contract on every render