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.
- Preserve the
crossorigin
attribute if present to fix double downloads.
- Moved
preloads
from an array to an object. This should improve performance since there is no need for deduplication.
- Added support for
rel=preconnect
domains. See preconnect domains.
- The 'preloads' array is now deduplicated before they are applied to the
link
headers. Thanks @Erisa!
img
elements with theloading=lazy
attribute are no-longer added to thepreloads
array.
- Initial release