FileTypeDetector v1.1.2 Release Notes

Release Date: 2017-05-13 // almost 7 years ago
  • โž• Added categories and formats:

    • DISK_IMAGE category: ISO, NRG, VHD
    • SCENARIO category: REG
    • ICO in IMAGE
    • ARC, DAR in ARCHIVE
    • ACCDB, SQLITE in DATABASE
    • XAP in APPLICATION

Previous changes from v1.1.1

  • ๐Ÿ›  Fixed two bugs:

    • ๐Ÿ› Bug in getMimeType() leading to error in any case
    • ๐Ÿ› Bug in detectByContent() when passing a stream. Now it will not be closed after type detection.

    โž• Added tests.