Skip to content

Releases: gjtorikian/isBinaryFile

v6.0.0

05 Dec 21:03
a34abbe

Choose a tag to compare

6.0.0 (2025-12-05)

⚠ BREAKING CHANGES

  • add encoding hints

Features

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

25 Mar 15:15
ab314df

Choose a tag to compare

Release 5.0.0

4.0.0

08 Jan 02:56

Choose a tag to compare

  • Rewritten in Typescript
  • Support for Node >= 8.0
  • Works with Promises

v3.0.1

08 Aug 23:07

Choose a tag to compare

  • Whitelist package files: #27

v3.0.0

05 Aug 00:10

Choose a tag to compare

  • Totally changed sync/async API: #24
  • Fixed non-UTF8 encodings: #23