Skip to content

v0.6.0

Compare
Choose a tag to compare
@hyperupcall hyperupcall released this 12 Apr 03:15
· 56 commits to main since this release
v0.6.0
c9133ea

Features

  • New function core.print_error
  • New function core.print_warn
  • New function: core.print_info
  • New function core.print_stacktrace
    • Same exact functionality as previous core.stacktrace_print

Deprecations

  • Deprecate core.stacktrace_print
    • This was done so the naming was more consistent with the core.print_* family of functions. Expect this to be removed before the v1.0.0 stable release

Fixes

  • When printing errors, some functions incorrectly printed their own function names. This has been fixed
  • Miscellaneous documentation improvements