All Versions
9
Latest Version
Avg Release Cycle
16 days
Latest Release
2812 days ago
Changelog History
Changelog History
-
v1.1.2 Changes
May 13, 2017โ Added categories and formats:
DISK_IMAGE
category:ISO, NRG, VHD
SCENARIO
category:REG
ICO
inIMAGE
ARC, DAR
inARCHIVE
ACCDB, SQLITE
inDATABASE
XAP
inAPPLICATION
-
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.
- ๐ Bug in
-
v1.1.0 Changes
April 18, 2017- Both
detectByFilename()
anddetectByContent()
now return an array with 3 elements: type, format and mimetype. getMimeType()
now works with file names and streams, not with formats.
- Both
-
v1.0.5 Changes
April 01, 2017- โ Added new formats (
arj, midi, tsv, swf, webm
)
- โ Added new formats (
-
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
- โ Added new formats (
-
v1.0.2
March 03, 2017 -
v1.0.1 Changes
February 09, 2017โก๏ธ Update format of binary output.
-
v1.0.0 Changes
January 09, 2017First version.