Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1014 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1014 Bytes

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.

[1.5.0] - 28-11-2022

Fixed

  • Preserve the crossorigin attribute if present to fix double downloads.

[1.4.0] - 12-08-2022

Changed

  • Moved preloads from an array to an object. This should improve performance since there is no need for deduplication.

[1.3.0] - 11-07-2022

Added

[1.2.0] - 11-07-2022

Changed

  • The 'preloads' array is now deduplicated before they are applied to the link headers. Thanks @Erisa!

[1.1.0] - 06-07-2022

Changed

  • img elements with the loading=lazy attribute are no-longer added to the preloads array.

[1.0.0] - 05-07-2022

Added

  • Initial release