Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 2.38 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

2.7.0 (2025-01-29)

🚀 Features

  • add preferredTypeForPath() syntax sugar (872808f)

2.6.0 (2024-03-06)

🚀 Features

  • add extensionsForType() (4453ec6)

🩹 Bug fixes

  • revert jpeg extension overrides (cc8ee6f)

2.5.0 (2024-02-17)

🚀 Features

  • update DB conversion, mime types & compression handling (d67499c)
  • update generated DB, add isCompressible() (3875d3b)

2.4.0 (2024-02-16)

🚀 Features

  • force lowercase file extension in preferredType() (2cb0f1f)
    • update docs

2.3.0 (2023-12-09)

🚀 Features

  • add MIME_IMAGE_COMMON preset (7afba57)

2.2.27 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

2.2.0 (2022-04-07)

🚀 Features

♻️ Refactoring

  • replace deprecated .substr() w/ .substring() (0710509)