Changelog
All notable changes to this project will be documented in this file.
note
Changes preceding version 0.2.0 are not included in the changelog.
0.3.3 (2024-11-13)
Upgrades
- deps: upgrade libmediainfo to v24.11 (43512a4)
0.3.2 (2024-07-11)
Upgrades
- deps: upgrade libmediainfo to v24.06 (5de50e7)
0.3.1 (2024-06-01)
Bug Fixes
0.3.0 (2024-05-31)
⚠ BREAKING CHANGES
- Consumers of the library need to update their types.
Features
- add interfaces and detailed descriptions for all track types (69482a7)
- also accept number as size argument (4405da4)
- build: optimize WASM file size (fa05a1a)
- types: move common track fields to
BaseTrack
(e2b4c1a)
Upgrades
0.2.2 (2024-02-28)
Upgrades
- deps: upgrade libmediainfo to v24.01 (63422ca)
0.2.1 (2023-08-21)
Features
Bug Fixes
- examples: fix scope error in cli.ts (cd044ff), closes /github.com/buzz/mediainfo.js/issues/136#issuecomment-1657697043
0.2.0 (2023-07-28)
⚠ BREAKING CHANGES
- types: Consumers of the library may need to update their type imports accordingly.
Features
- build: add separate builds for UMD, CJS, and ESM (c681079)
- types: generate typings for MediaInfo result object (closes #117) (57ca6f3)
- types: proper type conversion from JSON result (9b87930)