Skip to content

Version 0.11.0

Compare
Choose a tag to compare
@ndmitchell ndmitchell released this 19 Jan 10:27
· 738 commits to main since this release

0.11.0 (Jan 19, 2024)

  • UnpackValue is no longer implemented for Vec. Instead, UnpackList, UnpackTuple or UnpackListOrTuple can be used.
  • Added call_stack() function.
  • Removed experimental_regex() function.
  • Switched from anyhow::Error and Diagnostic to starlark::Error in many APIs.
  • Fix repr() for enums.
  • Various improvements to DAP support.
  • Add a few more traits and functions to SortedMap.
  • Disable the legacy type representation, types as strings such as "bool" are no longer supported. See the revised typing documentation.