Releases: delegatexyz/delegate-javascript-sdk
Releases · delegatexyz/delegate-javascript-sdk
v0.6.0
What's Changed
- Add zksync by @ryespresso in #15
Breaking Change
Before:
new DelegateV2({ http(RPC_URL), mainnet, account });
After:
new DelegateV2({ userTransport: http(RPC_URL), chain: mainnet, account });
Full Changelog: 0.5.2...0.6.0
v0.5.2
v0.5.1
What's Changed
- Add v2 SDK and migrate to viem by @ccummings in #9
New Contributors
- @ccummings made their first contribution in #9
Full Changelog: 0.4.6...0.5.0
v0.4.6
What's Changed
- Add web3 support to custom providers by @ryeshrimp in #7
Full Changelog: 0.4.5...0.4.6
v0.4.5
- Add support for providers with no signer
v0.4.4
- Add broader support for frontend / backend ecosystem
v0.4.3
Revert compiler options back to 0.4.1
v0.4.1
- Add extension tags to imports
v0.4.0
- Update package to include module type
v0.3.1
- Fix bug where error throws on backend implementations