BREAKING CHANGES:
- Drop stream support. Download the file locally and pass the absolute path to
getAudioDurationInSeconds
instead.
Fixed:
- Fixed documentation for
ffprobePath
param.
Changed:
- Allow overriding
ffprobe
path by passing a second, optional, parameter.
Changed:
- Use
@ffprobe-installer/ffprobe
instead ofnode-ffprobe-installer
.
Fixed:
- Fix Apple Silicon support.
BREAKING CHANGES:
- Dropped Node.js 13 support.
New:
- Added Apple silicon support.
Changed:
- Dependencies upgraded to their latest semver-compatible versions.
Changed:
- Dependencies upgraded to their latest semver-compatible versions.
Changed:
- Replaced ffprobe-static by @ffprobe-installer/ffprobe.
Changed:
- Upgrade Lodash from 4.17.11 to 4.17.13 to address security issues.
Breaking:
- Minimum Node version supported up to 10 from 8.
Changed:
- Version bump of dependencies.
New:
- Add
getVideoDurationInSeconds
named export to easy inter-op with CommonJS modules
Changed:
- Don't export raw source code
- Package ES6-compatible module
New:
- Rewritten in TypeScript
- No need to install ffprobe globally in the system
Changed:
- Upgraded dependencies to their latest version
🎉 First release