Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

53 lines (42 loc) · 2.11 KB

CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.3 - 2024-05-24

Fixed

  • [@mwoloszyn]: Fixed on Safari < 14, by downgrading msgpackr from 1.10 which used unsupported BigInt syntax.

1.0.2 - 2024-05-10

Added

  • [@pniewiejski]: Quick start section of README contains an example of external image transformation.
  • [@pniewiejski]: Fixed ReferenceError when checking environment in Decoder.

1.0.1 - 2024-04-23

Changed

  • [@mdulawa]: Added repository info to package.json.

1.0.0 - 2024-04-15

Changed

  • [@pniewiejski]: Approved 1.0.0 release.
  • [@pniewiejski]: When encoding numbers that are expected to be integers disregard fractions.

0.1.4 - 2024-04-11

Fixed

  • [@mdulawa]: Fixed link to available transformations in README.md.

0.1.3 - 2024-04-02

Changed

  • [@pniewiejski]: Removed typedoc RST and HTML documentation generation scripts. Preserve markdown documentation in the repository.

Fixed

  • [@pniewiejski]: auto setting for imageFormat and imageQuality.

0.1.2 - 2024-04-02

Fixed

  • [@pniewiejski]: Export LegacyImage.

0.1.1 - 2024-04-02

Fixed

  • [@mdulawa]: Repository cleanup.

0.1.0 - 2024-04-01

Added

  • [@pniewiejski]: Initial version.