Releases: gjtorikian/isBinaryFile
Releases · gjtorikian/isBinaryFile
v6.0.0
6.0.0 (2025-12-05)
⚠ BREAKING CHANGES
- add encoding hints
Features
- add encoding hints (7171398)
Bug Fixes
- fix protobuf processing causing index out of range errors (913ecb0)
- fix protobuf processing causing index out of range errors (d39d2c0)
- handle errors in isBinaryFile function with try-catch 🐛 (ae76dba)
- handle errors in isBinaryFile function with try-catch 🐛 (a78a3b8)
- handle UTF-8 multibyte sequences truncated at buffer boundary (a9d483b)
- handle UTF-8 multibyte sequences truncated at buffer boundary (4832a7c)
- update CI workflow triggers for pull requests 🔧 (298e604)
5.0.0
Release 5.0.0
4.0.0
- Rewritten in Typescript
- Support for Node >= 8.0
- Works with Promises