v1.0.0-beta.12
Pre-release
Pre-release
·
32 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
🚀 Features
- crawl:
- Add
allowSubdomainsoption for cross-subdomain crawling - by @harlan-zw in #64 (18e8f) - Add config file support and hookable hooks - by @harlan-zw in #65 (90bd6)
- Add
🐞 Bug Fixes
- Add bounds validation to unsafe ptr::copy and depth_map access - by @harlan-zw in #56 (480ab)
- crawl:
- Support single-page mode with playwright driver - by @harlan-zw in #55 (6e2ba)
- Handle wmic.exe ENOENT on Windows 11+ - by @harlan-zw in #57 (12f02)
- edge:
- Export missing stream functions - by @harlan-zw (9c462)
- js:
- napi:
- Prevent silent u32-to-u8 truncation in splitter options - by @harlan-zw in #54 (2549e)
- rust:
- Prevent panics from crashing Node.js process - by @harlan-zw in #58 (8a98a)
- Prevent depth_map u8 overflow with saturating_add - by @harlan-zw in #53 (80fef)
- Add cargo-fuzz harness and fix 7 panics found by fuzzing - by @harlan-zw (30330)
- Prevent ](#) artifacts from links after close - by @harlan-zw in #62 (51317)
- Expand named HTML entity decoder from 6 to 245 entries - by @oritwoen and @harlan-zw in #61 (0a194)