file-type v14.0.0 Release Notes

Release Date: 2020-02-02 // about 4 years ago
  • 💥 Breaking

    • 🗄 Deprecate .minimumBytes (#319) c4966b8
      • FileType.minimumBytes became obsolete since we now read beyond this 4k boundary. Use . fromFile() for efficient detection.
    • ⚡️ Update strtok3 dependency (#318) 4616640
      • Only breaking if you use FileType.fromTokenizer(tokenizer), see #318 (comment).

    🛠 Fixes

    • 🛠 Fix detecting PNG with long iTXt chunk (#321) a59869b

    v13.1.2...v14.0.0