node-v2.10.1

run-llama/liteparsenode-v2.10.1Jul 29, 2026by github-actions[bot]

AI Summary

The Node.js binding is updated to version 2.10.1, aligning with the other bindings by adding documentation and fixing confidence reporting consistency.

Key Highlights

  • Documented a bunch of parsing parameters and types
  • Detects annotations in complexity calculation
  • Improved consistency in reported confidence values across bindings

New Features

  • Documentation updates
  • Annotation detection in complexity
  • Confidence value consistency improvements

Full Release Notes

## What's Changed
* docs: document a bunch of parsing params/types by @logan-markewich in https://github.com/run-llama/liteparse/pull/383
* feat: detect annotations in complexity calculation by @logan-markewich in https://github.com/run-llama/liteparse/pull/384
* fix: improve consistency in reported confidence values across bindings by @logan-markewich in https://github.com/run-llama/liteparse/pull/385
* docs: add new extraction and complexity capabilities to docs by @logan-markewich in https://github.com/run-llama/liteparse/pull/387


**Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.10.0...node-v2.10.1