This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Releases: thirdweb-dev/typescript-sdk
Releases · thirdweb-dev/typescript-sdk
v2.2.9
What's Changed
- Doc update by @adam-maj in #388
- make analytics protected by @adam-maj in #389
- upgrade deps & add burn snippets by @jnsdls in #390
- Handle array parameters in thirdweb deploy contracts by @joaquim-verges in #391
- extract abi from contract directly instead of re-fetching it again by @jnsdls in #393
- fail early if the contract bytecode is invalid by @joaquim-verges in #395
- enable building docs for tokendrop by @jnsdls in #398
- fix total supply example by @jnsdls in #400
- Use nextTokenToMint instead of totalSupply when contract supports it for enumerating NFTs by @joaquim-verges in #399
Full Changelog: v2.2.8...v2.2.9
v2.2.8
What's Changed
- Remove contracts from custom TWRegsitry by @adam-maj in #386
- Fix token drop claim unit conversion by @joaquim-verges in #387
- Introduce contract analytics by @adam-maj in #384
Full Changelog: v2.2.7...v2.2.8
v2.2.7
- Add and remove custom contracts from registry
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- wrap nested structs in events with named parameters by @joaquim-verges in #381
- am/registry by @adam-maj in #383
Full Changelog: v2.2.5...v2.2.6
v2.2.5
- Parse deploy array inputs as strings 86ffb88
v2.2.4
What's Changed
- use
ethers
peer dep everywhere instead of sub-packages by @jnsdls in #379 - Add fallback for IPFS gateways by @joaquim-verges in #380
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- multi abi feature detection by @joaquim-verges in #375
- Add default generic type for base ERC classes by @joaquim-verges in #377
- [sdk.wallet] initial core functions by @joaquim-verges in #376
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- add permissions feature detection by @joaquim-verges in #372
- Handle raw solc bytecode when deploying by @joaquim-verges in #373
- Generate code snippets for detected features by @joaquim-verges in #374
Full Changelog: v2.2.1...v2.2.2
v2.2.1
- update factory contract addresses 631f3c7
v2.2.0
Breaking changes
nftCollection.mint()
👉 nftCollection.mintToSelf()
edition.mint()
👉 edition.mintToSelf()
What's Changed
- Speed up tests by @joaquim-verges in #368
- Detect ERC20 features by @joaquim-verges in #369
- Detect thirdweb features by @joaquim-verges in #370
- update to latest contract SDK by @joaquim-verges in #371
Full Changelog: v2.1.6...v2.2.0