Skip to content

v1.1.0

Choose a tag to compare

@abir-taheer abir-taheer released this 15 Jan 06:57
· 5 commits to main since this release

What's Changed

Bug Fixes

  • Fixed TypeTag for tree-sitter language validation - The binding was exporting language incorrectly, causing "Invalid language object" errors
  • Fixed magic_arguments to not include leading whitespace - %matplotlib inline now correctly parses arguments as inline instead of inline

New Features

  • Added comprehensive binding tests (13 tests) that verify tree-sitter integration works correctly
  • Tests cover language loading, TypeTag validation, all node types, indented shell escapes, incremental parsing, and query support

Full Changelog

https://github.com/abir-taheer/tree-sitter-ipython/commits/v1.1.0