Releases: runk/node-chardet
Releases · runk/node-chardet
v1.1.0
1.1.0 (2020-05-07)
Features
- Add default export that mimics named exports (1028468)
v1.0.0
1.0.0 (2020-03-31)
- Merge pull request #27 from runk/typescript (a6fca62), closes #27
BREAKING CHANGES
- Deprecation of callbacks in favour of promises
- Deprecation of
detectAll
, detectFileAll
and detectFileAllSync
- use analyse
fn instead.
- Typescript typings now included as part of distribution
- Modules support
- Travis CI org => com migration
- Lazy loading of
fs
module to enable usage in browser
v0.8.0
0.8.0 (2019-07-11)
Features
v0.7.0
- Use Buffer.allocUnsafe instead of deprecated Buffer API #17 (by @aduh95)
- [minor] Update deps, fix deprecation warns #19 (by @runk)
v0.6.0
- Use wrapper functions for returning all matches #16 (by @zevanty)
v0.3.0
Merge pull request #8 from runk/upgrade-deps
Upgrade deps, yarn lock