Releases: algorand/js-algorand-sdk
Releases · algorand/js-algorand-sdk
v1.20.0-beta.1
What's Changed
Bugfixes
Enhancements
- Enhancement: Use sandbox for SDK Testing and remove Indexer v1 steps by @algochoi in #623
- Tidy: Ignore algorand-sdk-testing test-harness dir by @michaeldiamant in #634
- Enhancement: Deprecating use of langspec by @ahangsu in #632
- enhancement: Initial stateproofs support by @Eric-Warehime in #629
New Contributors
Full Changelog: v1.19.1...v1.20.0-beta.1
v1.19.1
What's Changed
Enhancements
- API: Support attaching signatures to standard and multisig transactions by @jdtzmn in #595
- AVM: Consolidate TEAL and AVM versions by @michaeldiamant in #609
- Testing: Use Dev mode network for cucumber tests by @algochoi in #614
Full Changelog: v1.19.0...v1.19.1
v1.19.0
What's Changed
Bugfixes
- tech-debt: Remove unused/unmaintained templates by @Eric-Warehime in #607
New Features
- Dev Tools: Source map decoder by @barnjamin in #590
- Enhancement: Upgrade typedoc and plugins by @fionnachan in #605
Enhancements
- Github-Actions: Adding PR title and label checks by @algojack in #600
- docs: tealSign by @AlgoDoggo in #610
Full Changelog: v1.18.1...v1.19.0
v1.18.1
What's Changed
- Properly set maxWidth in trace by @joe-p in #593
- fix: safe intDecoding by @AlgoDoggo in #599
- Remove code that relies on node's path module by @bmdelacruz in #598
New Contributors
- @AlgoDoggo made their first contribution in #599
- @bmdelacruz made their first contribution in #598
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
- Add method to abi results by @barnjamin in #578
- Add getMethodByName function to Contract and Interface by @barnjamin in #583
Full Changelog: v1.17.0...v1.18.0
v1.17.0
What's Changed
- Allow Uint8Arrays public keys for kmd signing by @vividn in #549
- Update generated files by @Eric-Warehime in #569
- Build: Add SDK code generation workflow by @Eric-Warehime in #570
- Update codegen.yml by @Eric-Warehime in #574
- Generate updated client API code by @algoidurovic in #566
New Contributors
- @vividn made their first contribution in #549
- @Eric-Warehime made their first contribution in #569
- @algoidurovic made their first contribution in #566
Full Changelog: v1.16.0...v1.17.0
v1.16.0
v1.15.0
v1.15.0-beta.1
v1.14.0
Added
- Add stateproof keyreg field (#463)
Changed
- Implement C2C tests (#498)
- Moving from travis to circleci (#507)
- Add installation instructions for vite users (#512)
- Update langspec for TEAL 6 (#518)
- Docs for
lookupAssetByID
andlookupAccountTransactions
(#516) - Make FromObject parameter IntelliSense human readable (#528)
- Bump url-parse from 1.5.1 to 1.5.8 (#529)