v1.12.1
anthropics/anthropic-tokenizer-typescriptv1.12.1Aug 20, 2024by adbar
AI Summary
Bug fix release focusing on navigation restrictions, crawler improvements, and fixes for AttributeError and MemoryError issues in element deletion and table headers.
Key Highlights
- Spider search restricted to URL path sections
- Crawler parameter class and types added
- AttributeError in element deletion fixed
- MemoryError in table header columns fixed
- CLI improvements with types and tests
Breaking Changes
- Breaking change for undocumented functions in crawler
New Features
- Type annotations for crawler functions
- Improved link discovery mechanism
Full Release Notes
Navigation: - spider: restrict search to sections containing URL path (#673) - crawler: add parameter class and types, **breaking change** for undocumented functions (#675) - maintenance: simplify link discovery and extend tests (#674) - CLI: review code, add types and tests (#677) Bugfixes: - fix `AttributeError` in element deletion (#668) - fix `MemoryError` in table header columns (#665) Docs: - docs: fix variable name for extract_metadata in quickstart by @jpigla in #678