Changelog

1.1.0 (2026-07-22)

  • Add django_crawl.crawl(), a Python API for crawling within your test suite. See the new API documentation.

    PR #37.

  • Parse HTML with html5ever instead of justhtml, speeding up link extraction by up to 100x.

    PR #40.

1.0.0 (2026-07-22)

  • Initial release.