Skip to content

Releases: algorandfoundation/algorand-typescript-testing

v1.0.0-alpha.4

10 Oct 04:27
bb21d69

Choose a tag to compare

v1.0.0-alpha.4 Pre-release
Pre-release

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

  • Bundle and patch typescript version (226d4b9)
  • Don't bundle typescript, just patch it locally (d4be90e)

v1.0.0-alpha.3

03 Oct 17:37
1fd4adc

Choose a tag to compare

v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2024-10-03)

Dependencies and Other Build Updates

  • Fix test transformer export (00c5924)

v1.0.0-alpha.2

02 Oct 23:28

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2024-10-02)

Dependencies and Other Build Updates

  • Reduce max eslint warnings (308ed90)