Skip to content

Releases: ensdomains/ensjs

@ensdomains/[email protected]

19 Feb 21:56
ad8e987
Compare
Choose a tag to compare

What's Changed

  • chore: update UniversalResolver addresses by @TateB in #176
  • chore: update address-encoder by @TateB in #177

Full Changelog: v3.4.3...v3.4.4

@ensdomains/[email protected]

06 Feb 02:21
409540f
Compare
Choose a tag to compare

What's Changed

  • chore: bump address-encoder to 1.0.0 by @TateB in #172

Full Changelog: v3.4.2...v3.4.3

@ensdomains/[email protected]

01 Feb 03:57
714422a
Compare
Choose a tag to compare

What's Changed

  • fix: dnsregistrar address (again) by @TateB in #171
  • previous dnsregistrar was a scrapped deploy, new address is correct

Full Changelog: v3.4.1...v3.4.2

@ensdomains/[email protected]

01 Feb 03:35
3fcfbc5
Compare
Choose a tag to compare

What's Changed

  • fix: update mainnet dnsregistrar address by @TateB in #170

Full Changelog: v3.4.0...v3.4.1

@ensdomains/[email protected]

31 Jan 22:54
1c7c1ca
Compare
Choose a tag to compare

What's Changed

  • feat: add getDnsOffchainData func for gasless dns by @TateB in #169

Full Changelog: v3.3.0...v3.4.0

@ensdomains/[email protected]

31 Jan 05:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

@ensdomains/[email protected]

21 Jan 22:09
246fc00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

@ensdomains/[email protected]

18 Jan 07:17
Compare
Choose a tag to compare

What's Changed

  • feat: add strict/gatewayUrls param + getRecords tweaks by @TateB in #157

Full Changelog: v3.0.1...v3.1.0

@ensdomains/[email protected]

16 Jan 06:50
fcea514
Compare
Choose a tag to compare

What's Changed

  • chore: bump @ensdomains/dnsprovejs by @TateB in #159
  • chore: bump address-encoder + content-hash by @TateB in #160

Full Changelog: v3.0.0...v3.0.1

@ensdomains/[email protected]

13 Dec 02:32
Compare
Choose a tag to compare

ENSjs v3 is now out of alpha/beta!

Changes from v3-alpha

  • Now using viem
  • Classes have been removed
  • Dual-builds for CJS and ESM
  • Significantly better error handling
  • Using UniversalResolver v2
  • Subgraph queries are no longer combined with chain queries in any functions
  • The API is similar for some functions, but there are still significant changes so you should read the docs.

Changes from v2

  • Now using viem
  • Written in TypeScript
  • The API is completely different. If you are migrating from v2, you should read the docs.
  • Full tree shaking support