Releases: runk/node-chardet
Releases · runk/node-chardet
v2.0.0
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
1.6.1 (2023-09-28)
Bug Fixes
- add strict input check allowing only byte arrays as inputs (#87) (#88) (91f310f)
v1.6.0
1.6.0 (2023-06-16)
Features
v1.5.1
1.5.1 (2023-01-05)
Bug Fixes
- types: Export AnalyseResult and DetectResult types (1472a8b)
v1.5.0
1.5.0 (2022-10-09)
Features
- allow position offset as option (a169cc5)
v1.4.0
1.4.0 (2021-10-19)
Features
- Language detection improvements (d0e93bb)
v1.3.0
1.3.0 (2020-09-25)
Features
v1.2.2
1.2.2 (2020-09-23)
Bug Fixes
v1.2.1
1.2.1 (2020-07-06)
Bug Fixes
- change Shift-JIS mime name to Shift_JIS (d00c8cd)
v1.2.0
1.2.0 (2020-07-02)
Features
- Make type definitions compatible with browser (79457df)