Releases: maxwellsantoro/pagedigest
Release list
pagedigest-generator v0.2.0
Adds optional stable per-entry modified timestamps via --with-modified. Timestamps persist across unchanged builds and advance only when content changes.\n\nDownload the archive for your platform, extract it, and run pagedigest-generator <site-output-directory>.
pagedigest-generator v0.1.0
First packaged release of the PageDigest manifest generator.\n\nDownload the archive for your platform, extract it, and run pagedigest-generator <site-output-directory>. Each archive includes the implementation README, protocol specification, and MIT license.
v1.0.0-rc.1
First public release candidate for the pagedigest protocol.
Wire format: stable at /.well-known/pagedigest.json with monotonic site_rev / per-URL rev and optional SHA-256 digests.
Shipped in this repo:
- Rust generator (
pagedigest-generator) - Python consumer library
- Conformance test vectors
- Post-deploy digest reconcile tooling
- Live dogfood at https://pagedigest.org
Normative docs: SPEC.md · CONTRACT.md
Package registries (PyPI, crates.io, npm) and SSG plugins remain planned — see ROADMAP.md.