- deps: [email protected]
- Fix ISO-8859-1regression
- Update Windows-1255
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- perf: skip buffer decoding on overage chunk
- Add TypeScript definitions
- Use
http-errors
for standard emitted errors - deps: [email protected]
- deps: [email protected]
- Add support for React Native
- Add a warning if not loaded as utf-8
- Fix CESU-8 decoding in Node.js 8
- Improve speed of ISO-8859-1 encoding
- deps: [email protected]
- Added encoding MS-31J
- Added encoding MS-932
- Added encoding MS-936
- Added encoding MS-949
- Added encoding MS-950
- Fix GBK/GB18030 handling of Euro character
- deps: [email protected]
- perf: remove double-cleanup on happy path
- deps: [email protected]
- Drop partial bytes on all parsed units
- Fix parsing byte string that looks like hex
- deps: [email protected]
- deps: [email protected]
- Fix masking critical errors from
iconv-lite
- deps: [email protected]
- Fix CESU-8 decoding in Node.js 4.x
- Fix sync callback when attaching data listener causes sync read
- Node.js 0.10 compatibility issue
- Fix error stack traces to skip
makeError
- deps: [email protected]
- Add encoding CESU-8
- Use
unpipe
module for unpiping requests
- deps: [email protected]
- Improved UTF-16 endianness detection
- Leading BOM is now removed when decoding
- The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
- deps: [email protected]
- Slight optimizations
- Fix a false-positive when unpiping in Node.js 0.8
- Return a promise without callback instead of thunk
- deps: [email protected]
- units no longer case sensitive when parsing
- Fix hanging callback if request aborts during read
- deps: [email protected]
- Add encoding alias UNICODE-1-1-UTF-7
- deps: [email protected]
- Gracefully support enumerables on
Object.prototype
- Gracefully support enumerables on
- deps: [email protected]
- Fix rare aliases of single-byte encodings
- deps: [email protected]
- Fix Windows-31J and X-SJIS encoding support
- Fully unpipe the stream on error
- Fixes
Cannot switch to old mode now
error on Node.js 0.10+
- Fixes
- deps: [email protected]
- Added encoding UTF-7
- Send invalid encoding error to callback
- deps: [email protected]
- Added encodings UTF-16BE and UTF-16 with BOM
- Passing string as
options
interpreted as encoding - Support all encodings from
iconv-lite
- use
string_decoder
module from npm
- check encoding for old streams1
- support node.js < 0.10.6
- bump bytes
- allow true as an option
- bump bytes
- fix case when length=null
- be less strict on state.encoding check
- add engines
- add err.statusCode and err.type
- allow for encoding option to be true
- pause the stream instead of dumping on error
- throw if the stream's encoding is set
- dont support streams1, throw if dev set encoding
- rename
expected
option tolength
- republish
- use bytes
- generator support
- update repo
- dump stream on bad headers
- listen to events after defining received and buffers
- Initial release