Version History
The Open Web Comics specification uses semantic versioning. The major version is embedded in the API path (/v1, /v2, …) so registries can support multiple versions simultaneously.
Pre-release: The current version is 0.0.1. The spec is stable enough to build on but not yet publicly announced. It will move to 1.0.0 before public launch.
Versioning conventions
- Patch (0.0.x) — clarifications, documentation fixes, no API changes.
- Minor (0.x.0) — new optional fields or endpoints, backward-compatible.
- Major (x.0.0) — breaking changes; introduces a new path version (e.g.
/v2).
| Version | Date | Path | Notes |
|---|---|---|---|
| 0.0.1 (current) | April 2026 | /v1 |
Initial release. Core entities: RegistryVersion, Comic, ComicPage, ComicGroup, PagesResponse, Error. |