All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- added screaming frog and ahrefs user-agents
- 1 commit contributed to the release.
- 48 days passed between releases.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
view details
- Uncategorized
- added screaming frog and ahrefs user-agents (
7d3bd2b
)
- added screaming frog and ahrefs user-agents (
- added gzip auto-decoding
- 2 commits contributed to the release.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
view details
- improved README.md
- added
set_before_render_fn
, to customize request headers before it is sent to prerender service;
- 3 commits contributed to the release over the course of 4 calendar days.
- 4 days passed between releases.
- 2 commits where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
view details
- added special handling to
cf-visitor
andX-Forwarded-Proto
.. and tests - added
forward_headers
on builder. defaults to false
- 3 commits contributed to the release.
- 2 commits where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
view details
- refactored into multiple modules, export builders
- added basic skeleton of Service and Transform to ... PreheaderMiddleware
- create ci.yml
- more work, improved inner ergonomics, added error types
- rustfmt file
- first commit
- removed "prerender" token from builder if using custom URL
- repo updated, changed changelog
- now working properly by changing BoxBody -> EitherBody
- 11 commits contributed to the release over the course of 1 calendar day.
- 9 commits where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
view details
- Uncategorized
- Release actix-prerender v0.2.0 (
6850a8c
) - removed "prerender" token from builder if using custom URL (
cdb519c
) - repo updated, changed changelog (
215a291
) - Release actix-prerender v0.1.0 (
deb3d1c
) - now working properly by changing BoxBody -> EitherBody (
6882c07
) - refactored into multiple modules, export builders (
e44643b
) - more work, improved inner ergonomics, added error types (
91d35eb
) - rustfmt file (
06d36fe
) - added basic skeleton of Service and Transform to ... (
21d5f54
) - create ci.yml (
35ef291
) - first commit (
e885d20
)
- Release actix-prerender v0.2.0 (
- Initial release
- now working properly by changing BoxBody -> EitherBody