Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.69 KB

File metadata and controls

51 lines (27 loc) · 1.69 KB

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.

[Unreleased]

Nothing yet

[0.2.2] - 2026-01-27

Fixed

  • Tweaked implementation of async methods to hopefully reduce errors (3ed00f9)

[0.2.1] - 2025-11-08

Fixed

  • Enforced a minimum 1ms duration for each frame to prevent encoding errors (0c1e13d)

[0.2.0] - 2025-11-01

Added

  • Added decodeWebp function and DecodedWebp and WebpFrame interfaces (cbec287)

Changed

  • Renamed JsWebpEncoderOptions interface to WebpEncoderOptions (cbec287)
  • Minor memory and performance tweaks (9835306)

[0.1.1] - 2025-04-16

No significant changes

[0.1.0] - 2025-01-05

Changed

  • Minor memory and performance tweaks (487a97b)

Removed

  • Removed method option, as it did nothing (050409e)

[0.0.1] - 2025-01-05

Initial release