Skip to content

Latest commit

History

History
86 lines (37 loc) 路 4.23 KB

CHANGELOG.md

File metadata and controls

86 lines (37 loc) 路 4.23 KB

0.3.4 (2023-01-23)

Features

0.3.3 (2022-10-27)

Bug Fixes

0.3.2 (2022-07-21)

Bug Fixes

Features

  • loosen deps to allow more recent versions of dependencies (3e3e94a)

0.3.1 (2022-01-16)

Bug Fixes

  • 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)

Bug Fixes

  • handle unexpected errors without crashing the vite server (e174936)
  • remove undefined and null attrs (e3cf8e7)

Features

  • add src query param support and allow srcset to specify an index (53396c6)
  • add srcset param for direct usage (close #2) (7660af4)

0.2.0 (2022-01-12)

Bug Fixes

  • use the .avif file extension (5c35a2e)

Features

  • 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 and purgeCache (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)

0.1.0

Initial Version, with widthPreset.