All Versions
9
Latest Version
Avg Release Cycle
16 days
Latest Release
2533 days ago

Changelog History

  • v1.1.2 Changes

    May 13, 2017

    โž• 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
  • v1.1.1 Changes

    April 21, 2017

    ๐Ÿ›  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.

  • v1.1.0 Changes

    April 18, 2017
    • Both detectByFilename() and detectByContent() now return an array with 3 elements: type, format and mimetype.
    • getMimeType() now works with file names and streams, not with formats.
  • v1.0.5 Changes

    April 01, 2017
    • โž• Added new formats (arj, midi, tsv, swf, webm)
  • v1.0.4 Changes

    March 04, 2017

    ๐Ÿ›  Fixed bug, presented in 1.0.3.

  • v1.0.3 Changes

    March 04, 2017
    • โž• Added new formats (csv, yaml, json, markdown, atom, iso)
    • ๐Ÿ”จ Refactored code to make additional of new formats easier
  • v1.0.2

    March 03, 2017
  • v1.0.1 Changes

    February 09, 2017

    โšก๏ธ Update format of binary output.

  • v1.0.0 Changes

    January 09, 2017

    First version.