Skip to content

Releases: LinusU/stream-file-type

🚢 0.6.1 / 2021-07-24

24 Jul 16:05
ead179f
Compare
Choose a tag to compare

🐛 Fixes

  • Work around mysterious stall

🚢 0.6.0 / 2021-07-24

24 Jul 14:55
8f610f5
Compare
Choose a tag to compare

💥 Breaking Changes

  • Convert package to ESM

    Migration Guide:

    This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node.

    • The minimum version of Node.js supported is now: 12.20.0, 14.13.1, and 16.0.0
    • The package must now be imported using the native import syntax instead of with require

🚢 0.5.0 / 2020-03-25

25 Mar 19:16
a5601d5
Compare
Choose a tag to compare

💥 Breaking Changes

  • Drop support for Node.js 8.x

    Migration Guide:

    Upgrade to at least Node.js 10.13.0 before upgrading to this version.

🎉 Enhancements

  • Upgrade to file-type 14.x

🌹 Internal Changes

  • Bump some dependencies in the lock file
  • Fix tests
  • Remove package lock file
  • Bump all dev-dependencies

🚢 0.4.0 / 2019-10-27

27 Oct 20:24
6096547
Compare
Choose a tag to compare

💥 Breaking Changes

  • Upgrade file-type to 12.x (#3)

    Migration Guide:

    The least supported version of Node.js have been bumped from 6.x to 8.x. Upgrade to at least Node.js 8.0.0 before upgrading this package.

🐛 Fixes

  • Restore "null when not found" behaviour

🌹 Internal Changes

  • Bump js-yaml in package lock

🚢 0.3.2 / 2018-10-18

23 Nov 13:36
7dce11d
Compare
Choose a tag to compare

🐛 Fixes

  • Fix TypeScript typings

🚢 0.3.1 / 2018-10-18

23 Nov 13:36
26874d8
Compare
Choose a tag to compare

🎉 Enhancements

  • Add TypeScript typings
  • Reduce size of published package

🚢 0.3.0 / 2018-10-18

23 Nov 13:36
5e693d5
Compare
Choose a tag to compare

💥 Breaking Changes

  • Drop support for Node.js 4.x

    Migration Guide:

    Upgrade to Node.js 6.0.0 or newer.

  • Upgrade file-type to 10.x

    Migration Guide:

    Some mime types have been updated/added, be sure to test your specific files.

🚢 0.2.0 / 2018-10-18

23 Nov 13:36
2f0ccbc
Compare
Choose a tag to compare

💥 Breaking Changes

  • Upgrade file-type to 7.x

    Migration Guide:

    Some mime types have been updated/added, be sure to test your specific files.

🌹 Internal Changes

  • Switch from Yarn to Npm
  • Bump mocha & standard

🚢 0.1.1 / 2017-01-25

23 Nov 13:36
7d47f7b
Compare
Choose a tag to compare

🐛 Fixes

  • Fix Node 4 compatibility

🌹 Internal Changes

  • Add fileTypePromise to usage

🚢 0.1.0 / 2017-01-25

23 Nov 13:36
b38ab84
Compare
Choose a tag to compare

🎉 Initial release