Skip to content

Tags: saskenuba/actix-prerender

Tags

v0.2.4

Toggle v0.2.4's commit message
### 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](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' where seen in commit messages

### Commit Details

 * **Uncategorized**
    - added screaming frog and ahrefs user-agents (7d3bd2b)

v0.2.3

Toggle v0.2.3's commit message
### New Features

 - added gzip auto-decoding


### Commit Statistics

 - 1 commit contributed to the release.
 - 1 commit where understood as [conventional](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' where seen in commit messages

### Commit Details

 * **Uncategorized**
    - added gzip auto-decoding (2d97469)

v0.2.2

Toggle v0.2.2's commit message
### New Features

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

### Commit Statistics

 - 2 commits contributed to the release over the course of 4 calendar days.
 - 4 days passed between releases.
 - 2 commits where understood as [conventional](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' where seen in commit messages

### Commit Details

 * **Uncategorized**
    - added `set_before_render_fn`, to customize request headers (95e861d)
    - improved README.md (29f6f6a)

v0.2.1

Toggle v0.2.1's commit message
### New Features

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

### Commit Statistics

 - 2 commits contributed to the release.
 - 2 commits where understood as [conventional](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' where seen in commit messages

### Commit Details

 * **Uncategorized**
    - added special handling to `cf-visitor` and `X-Forwarded-Proto` (669d8eb)
    - added `forward_headers` on builder. defaults to false (47c258c)

v0.2.0

Toggle v0.2.0's commit message
### 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

 - 10 commits contributed to the release over the course of 1 calendar day.
 - 9 commits where understood as [conventional](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' where seen in commit messages

### Commit Details

 * **Uncategorized**
    - 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)