Skip to content

Releases: runk/node-chardet

v2.0.0

28 Sep 00:15
b9ff1b2
Compare
Choose a tag to compare

2.0.0 (2023-09-28)

Bug Fixes

Features

  • add strict input check allowing only byte arrays as inputs (#87) (#90) (b9ff1b2)

BREAKING CHANGES

  • From this release, only instances of Array with numeric values <= 255 are accepted
    as inputs. No strings or anything else except shapes like Buffer or Uint8Array.

v1.6.1

28 Sep 00:08
91f310f
Compare
Choose a tag to compare

1.6.1 (2023-09-28)

Bug Fixes

  • add strict input check allowing only byte arrays as inputs (#87) (#88) (91f310f)

v1.6.0

16 Jun 23:53
7f95705
Compare
Choose a tag to compare

1.6.0 (2023-06-16)

Features

v1.5.1

05 Jan 22:11
fbef681
Compare
Choose a tag to compare

1.5.1 (2023-01-05)

Bug Fixes

  • types: Export AnalyseResult and DetectResult types (1472a8b)

v1.5.0

09 Oct 11:48
685cba8
Compare
Choose a tag to compare

1.5.0 (2022-10-09)

Features

  • allow position offset as option (a169cc5)

v1.4.0

19 Oct 10:24
9032016
Compare
Choose a tag to compare

1.4.0 (2021-10-19)

Features

  • Language detection improvements (d0e93bb)

v1.3.0

25 Sep 11:43
3fe63a1
Compare
Choose a tag to compare

1.3.0 (2020-09-25)

Features

  • Make it work in browser (1b40042)

v1.2.2

23 Sep 02:07
bbb4fed
Compare
Choose a tag to compare

1.2.2 (2020-09-23)

Bug Fixes

  • Make npm package smaller (abde2b2)

v1.2.1

06 Jul 05:10
6de3bc4
Compare
Choose a tag to compare

1.2.1 (2020-07-06)

Bug Fixes

  • change Shift-JIS mime name to Shift_JIS (d00c8cd)

v1.2.0

02 Jul 00:56
79457df
Compare
Choose a tag to compare

1.2.0 (2020-07-02)

Features

  • Make type definitions compatible with browser (79457df)