# v1.2.0
## New features
- `html`: Added lifetime to `HtmlIntegration`
## Fixes
- `actix-web`: Fixed `ETag`, `If-Match` and `If-None-Match` headers
- `actix-web`: Fixed `HEAD` requests
# v1.1.1
## Fixes
- `html`: Fixed `modulepreload`s
# v1.1.0
## New features
- `derive`: Added `#[vite-static = "::path::to::vite_static"]` macro option
- `derive`: Added error, if you don't provide `#[vite_dist = "..."]`
- `html`: Added `HtmlIntegration::preload` and `HtmlIntegration::stylesheet` methods
- `actix-web`: Added support for HEAD requests
- Documentation tests
## Fixes
- Fixed typos in documentation
# v1.0.0
## Breaking changes
- Reverted new `StaticManifest` and `Boxed` traits. (failed experiment)
## Features
- Added base options. Base is a prefix for all chunk paths.
- Added `base()` method to `Manifest`
- Added `#[base = "..."]` option`
- Reworked examples structure
- Updated README.md, documentation
- Added `DynManifest` type (alias for `Box<dyn Manifest>`)