Skip to content

Releases: delegatexyz/delegate-javascript-sdk

v0.6.0

24 Jan 17:54
0878582
Compare
Choose a tag to compare

What's Changed

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

09 Apr 13:48
0e73b51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

v0.5.1

26 Sep 15:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.6...0.5.0

v0.4.6

27 Jun 14:05
8dc96f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.5...0.4.6

v0.4.5

16 May 14:20
Compare
Choose a tag to compare
  • Add support for providers with no signer

v0.4.4

15 May 14:48
Compare
Choose a tag to compare
  • Add broader support for frontend / backend ecosystem

v0.4.3

09 May 16:33
Compare
Choose a tag to compare
Revert compiler options back to 0.4.1

v0.4.1

02 Feb 20:17
Compare
Choose a tag to compare
  • Add extension tags to imports

v0.4.0

02 Feb 19:57
Compare
Choose a tag to compare
  • Update package to include module type

v0.3.1

20 Jan 16:41
Compare
Choose a tag to compare
  • Fix bug where error throws on backend implementations