Skip to content

v0.7.1

Compare
Choose a tag to compare
@Icemic Icemic released this 24 Jan 12:59
· 13 commits to main since this release

New Features

  • update module loader and normalize functions to return Result type for better error handling

Bug Fixes

  • improve error message formatting in ExecutionError
  • improve error handling in module loader and normalizer
  • makes BigInt conversion conform to the specification

Commit Statistics

  • 6 commits contributed to the release.
  • 14 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #6 from Icemic/bigint_fix (09492cb)
    • Merge pull request #5 from Icemic/module_loader_result (18baaf8)
    • Improve error message formatting in ExecutionError (4fd8ee4)
    • Improve error handling in module loader and normalizer (93217de)
    • Makes BigInt conversion conform to the specification (6afb0cc)
    • Update module loader and normalize functions to return Result type for better error handling (e5a5e86)