Releases: LinusU/stream-file-type
🚢 0.6.1 / 2021-07-24
🚢 0.6.0 / 2021-07-24
💥 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
, and16.0.0
- The package must now be imported using the native
import
syntax instead of withrequire
- The minimum version of Node.js supported is now:
🚢 0.5.0 / 2020-03-25
💥 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
💥 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
🐛 Fixes
- Fix TypeScript typings
🚢 0.3.1 / 2018-10-18
🎉 Enhancements
- Add TypeScript typings
- Reduce size of published package
🚢 0.3.0 / 2018-10-18
💥 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
💥 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
🐛 Fixes
- Fix Node 4 compatibility
🌹 Internal Changes
- Add fileTypePromise to usage