Releases: sindresorhus/file-type
Releases Β· sindresorhus/file-type
v21.0.0
Breaking
- Require Node.js 20 24aec1f
- Drop Adobe Illustrator (.ai) detection support (#743) af169f3
- Correct Matroska (video) MIME-type to formal IANA registration (#753) f53f5ff
- Correct FLAC MIME-type to formal IANA registration (#755) b9fda36
- Correct Apache Parquet MIME-type to formal IANA registration (#748) 98e3f8e
- Correct Apache Arrow MIME-type to formal IANA registration (#754) 7184775
Improvements
- Allow options to be directly passed to exported functions (#752) d264029
- Add
mpegOffsetTolerance
option (#646) c40840a
Fixes
v20.5.0
v20.4.1
v20.4.0
v20.3.0
v20.2.0
v20.1.0
v20.0.1
v20.0.0
Breaking
- Drop MIME-type and extension enumeration in types (#693) 0ff11c6
- Remove
NodeFileTypeParser
in favor of usingFileTypeParser
on all platforms (#707) ff8eed8
Improvements
- Give API access to
FileTypeParser#detectors
(#704) 7e72bbc - Improve Nikon RAW NEF (Tiff) format detection (#670) cf6fc1e
- Add support for Java archive (
.jar
) (#719) 8651809 - Add support for MSOffice macro-enabled docs and templates (#720) 7fe5667
- Add support for OpenDocument graphics and templates (#718) 4db407d
- Add support for Microsoft Excel template with macros (.xltm) (#714) 1fe621a
- Add support for Microsoft Word template (.dotx) (#713) 643ef78
- Add support for Microsoft Excel template (
.xltx
) (#712) 0dab3e0 - Add support for Microsoft PowerPoint template (
.potx
) (#710) f978619 - Add support for ZIP decompression using
@tokenizer/inflate
(#695) 399b0f1 - Add support for
.lz4
file format (#706) 74acf94 - Add support for format
.drc
, Google's Draco 3D Data Compression (#702) e99257d