Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 979 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 979 Bytes

v0.2.2

  • Updates the bundled file(1) version to 5.09.
  • Uses child_process.execFile() instead of child_process.exec(). Besides avoiding spawning a new shell, the current approach also avoids path escaping issues and command injections.

v0.2.1

  • Updates the bundled file(1) version to 5.08. This version adds application/zip detection among others.
  • Updates the build tool to rebuild file(1) if the expected version is different than the installed version.

v0.2

  • Includes the file(1) (v5.07) source tree along with a build script which was made to work on Ubuntu / OS X. The wrapper uses this file version along with the appropriate magic database.

v0.1.1

  • Updated the error detection code. Some file 4.x/5.x versions used to send the error message via STDOUT. The recent versions fix this behavior by sending the error message via STDERR. mime-magic error reporting is compatible with both.

v0.1

  • Initial release featuring a simple file(1) wrapper.