Version 0.10.0
0.10.0 (Oct 16, 2023)
There were over eight hundred commits since the last release, with the main areas of change including:
- Make it work on 32 bit architectures, including WASM.
- Introduce
starlark_syntax,starlark_lsp,starlark_bincrates. - Expose the AST through
starlark_syntax. - No longer require nightly Rust compiler.
- Change how types are represented, e.g.
{str.type, ""}becomesdict[str, typing.Any]. - Add static type checking options.
- Support f-strings extension.