Releases: algorandfoundation/algorand-typescript-testing
Releases · algorandfoundation/algorand-typescript-testing
v1.0.0-alpha.7
v1.0.0-alpha.6
v1.0.0-alpha.5
v1.0.0-alpha.4
1.0.0-alpha.4 (2024-10-10)
Features
- Add equality testers setup function for comparing algots primitives (fdbc13b)
- Add test equality comparers to enable test assertions with algo-ts types and update tests to use these (c92edef)
- Expand equality comparers to allow uint64/biguint to numeric literal comparison (74baf7a)
Bug Fixes
- Actually fix test transformer export path (6a7dacd)
- ARC4 contracts should log the return value of an abi method, encoded as bytes and prefixed with a specific byte pattern detailed by arc4 (9412514)
- Don't log result of program method even on arc4 contracts (0fc5cbd)
- Use toBytes to convert unknown value to bytes instead of asBytes, and don't log undefined/void (209a327)
Dependencies and Other Build Updates
v1.0.0-alpha.3
1.0.0-alpha.3 (2024-10-03)
Dependencies and Other Build Updates
- Fix test transformer export (00c5924)
v1.0.0-alpha.2
1.0.0-alpha.2 (2024-10-02)
Dependencies and Other Build Updates
- Reduce max eslint warnings (308ed90)