Skip to content

v3.1.0-next.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 18:05
· 1 commit to master since this release
b1851d4

Minor Changes

  • #138 1a03d3f Thanks @github-actions! - Add support for debugging evaluations with loops

  • #138 4043ae7 Thanks @github-actions! - Deprecate BCH_2022_05 VM, add BCH_2023_05, BCH_2025_05, and BCH_SPEC VMs, update vmb_tests

    Additionally, all exports have been renamed to more consistently adhere to the camelCase capitalization style, without exceptions for abbreviations. For example assembleBytecodeBCH is now assembleBytecodeBch. To ensure backwards-compatibility, aliases (marked with @deprecated TSdoc tags) are also exported using the old capitalization. These aliases will be removed in a future major version.

Patch Changes