CHANGELOG.md 439 B

Changelog

All notable changes to this project will be documented in this file.

0.1.0 (2026-06-18)

Initial POC release:

  • NestJS + TypeScript, hexagonal architecture.
  • /v1/health endpoint.
  • /v1/scrape endpoint with:
    • Direct HTTP fetch adapter.
    • Browserless fallback for SPAs.
    • Readability + Turndown Markdown extraction.
  • Vitest test suite (12 tests).
  • Dockerfile and docker-compose.yaml including browserless service.