Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 04 May 02:27
· 196 commits to main since this release
c34ec0a

What's Changed

  • feat: implement Display and as_str() for ConsoleLevel by @konippi in #84
  • feat: derive PartialEq and Eq for ConsoleMessage by @konippi in #85
  • fix: respect --json flag in crawl output by @konippi in #86
  • fix: remove duplicate URL validation in PDF probe by @konippi in #87
  • fix: warn when --selector matches no elements by @konippi in #88
  • fix: use _exit on all platforms to avoid SpiderMonkey destructor race by @konippi in #89
  • fix: initialize CryptoProvider in crawl_each by @konippi in #90
  • fix: correct URL validation error routing and trailing-dot bypass by @konippi in #91
  • docs: clarify optional JSON fields as omitted when not detected by @konippi in #92
  • feat: model CrawlResult outcome as Result<CrawlPage, CrawlError> by @konippi in #93
  • feat: support custom User-Agent via CLI flag and library API by @konippi in #94
  • chore: bump version to 0.7.0 by @konippi in #95
  • fix: move libc dependency to all platforms for _exit by @konippi in #96

Full Changelog: v0.6.1...v0.7.0