Skip to content

Latest commit

 

History

History
186 lines (114 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

186 lines (114 loc) · 7.11 KB

Changelog

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.

0.2.4 (2022-04-25)

Chore

  • added screaming frog and ahrefs user-agents

Commit Statistics

  • 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

Commit Details

view details
  • Uncategorized
    • added screaming frog and ahrefs user-agents (7d3bd2b)

0.2.3 (2022-03-08)

New Features

  • added gzip auto-decoding

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release actix-prerender v0.2.3 (88b403c)
    • added gzip auto-decoding (2d97469)

0.2.2 (2022-03-07)

Chore

  • improved README.md

New Features

  • added set_before_render_fn, to customize request headers before it is sent to prerender service;

Commit Statistics

  • 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

Commit Details

view details
  • Uncategorized
    • Release actix-prerender v0.2.2 (64bd575)
    • added set_before_render_fn, to customize request headers (95e861d)
    • improved README.md (29f6f6a)

0.2.1 (2022-03-02)

New Features

  • added special handling to cf-visitor and X-Forwarded-Proto .. and tests
  • added forward_headers on builder. defaults to false

Commit Statistics

  • 3 commits contributed to the release.
  • 2 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release actix-prerender v0.2.1 (efae229)
    • added special handling to cf-visitor and X-Forwarded-Proto (669d8eb)
    • added forward_headers on builder. defaults to false (47c258c)

v0.2.0 (2022-03-02)

Refactor

  • refactored into multiple modules, export builders

Other

  • added basic skeleton of Service and Transform to ... PreheaderMiddleware
  • create ci.yml

Chore

  • more work, improved inner ergonomics, added error types

New Features

  • rustfmt file
  • first commit

Bug Fixes

  • removed "prerender" token from builder if using custom URL
  • repo updated, changed changelog
  • now working properly by changing BoxBody -> EitherBody

Commit Statistics

  • 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

Commit Details

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)

v0.1.0 (2022-03-02)

New Features

  • Initial release

Bug Fixes

  • now working properly by changing BoxBody -> EitherBody