0.3.4 (2023-01-23)
0.3.3 (2022-10-27)
- update to [email protected] (#15) (42e658a)
0.3.2 (2022-07-21)
- loosen deps to allow more recent versions of dependencies (3e3e94a)
0.3.1 (2022-01-16)
- ensure src is deterministic, always take the last (6579611)
- pass additional parameters as args to the generate fn (053da5d)
0.3.0 (2022-01-14)
- handle unexpected errors without crashing the vite server (e174936)
- remove undefined and null attrs (e3cf8e7)
- add
src
query param support and allowsrcset
to specify an index (53396c6) - add
srcset
param for direct usage (close #2) (7660af4)
0.2.0 (2022-01-12)
- use the .avif file extension (5c35a2e)
- add
hdPreset
based on the Jake Archibald article (a02129a) - add densityPreset that uses density condition descriptors (9aa98a1)
- add loading="lazy" by default to all presets (24bf381)
- allow async
generate
functions to support reading metadata (ad48252) - api: add
writeImages
andpurgeCache
(1c831d3) - clean cached images that are no longer used (d0879b3)
- strongly typed options for format options (7db1e03)
- support 'original' format and widths in presets (822ffb1)
0.1.1 (2022-01-11)
Initial Version, with widthPreset
.