Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@florimondmanca florimondmanca released this 05 Jul 17:35
· 10 commits to master since this release
126fcde

0.3.0 - 2020-07-05

This release changes the approach from "scrape the ASGI app to gather URLs" to a programmatic class-based API inspired by Django's sitemap framework.

As such, the command line application does not exist anymore. Users are expected to define Sitemap classes, compose them into a SitemapApp endpoint, and add that to their ASGI app routing table.

See the new README.md documentation for more information.

Changed

  • Switch to a class-based dynamic endpoint API. (Pull #4)