1.10.0 (2025-04-21)
Bug Fixes
- ci: set PLAYWRIGHT_LAUNCH_ARGS for tests (55ea901)
- correct Playwright dependencies in Dockerfile (6f19fc0)
- deps: remove drizzle dependencies (ad6a09a), closes #57
- scraper: replace domcontentloaded with load event in Playwright (9345152), closes #62
- silence JSDOM virtual console output (61e41be), closes #53
Features
- add initial JS sandbox utility and executor middleware (#18) (19dea10)
- cli: add --scrape-mode option and update README (e8e4beb)
- cli: add --scrape-mode option to fetch-url command (cc6465a)
- refactor content processing to middleware pipeline (00f9a2f), closes #17
- scraper: add HtmlPlaywrightMiddleware for dynamic content rendering (ee3118f), closes #19
- scraper: enable external script fetching in sandbox (88b7e7a)
- scraper: replace JSDOM with Cheerio for HTML parsing (5dd624a)