- deps: iconv-lite@0.6.3
- Fix HKSCS encoding to prefer Big5 codes
- Fix minor issue in UTF-32 decoder's endianness detection code
- Update 'gb18030' encoding to :2005 edition
- Change TypeScript argument to
NodeJS.ReadableStream
interface - Drop support for Node.js 0.8
- deps: iconv-lite@0.5.2
- Add encoding cp720
- Add encoding UTF-32
- Fix error message for non-stream argument
- Fix error on early async hooks implementations
- Prevent loss of async hooks context
- Prevent hanging when stream is not readable
- deps: http-errors@2.0.0
- deps: depd@2.0.0
- deps: statuses@2.0.1
- deps: bytes@3.1.2
- deps: bytes@3.1.1
- deps: http-errors@1.8.1
- deps: setprototypeof@1.2.0
- deps: toidentifier@1.0.1
- deps: http-errors@1.7.3
- deps: inherits@2.0.4
- deps: bytes@3.1.0
- Add petabyte (
pb
) support
- Add petabyte (
- deps: http-errors@1.7.2
- Set constructor name when possible
- deps: setprototypeof@1.1.1
- deps: statuses@'>= 1.5.0 < 2'
- deps: iconv-lite@0.4.24
- Added encoding MIK
- deps: http-errors@1.6.3
- deps: depd@~1.1.2
- deps: setprototypeof@1.1.0
- deps: statuses@'>= 1.3.1 < 2'
- deps: iconv-lite@0.4.23
- Fix loading encoding with year appended
- Fix deprecation warnings on Node.js 10+
- deps: iconv-lite@0.4.19
- Fix ISO-8859-1 regression
- Update Windows-1255
- deps: bytes@3.0.0
- deps: http-errors@1.6.2
- deps: depd@1.1.1
- perf: skip buffer decoding on overage chunk
- Add TypeScript definitions
- Use
http-errors
for standard emitted errors - deps: bytes@2.5.0
- deps: iconv-lite@0.4.18
- 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: iconv-lite@0.4.15
- 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: bytes@2.4.0
- perf: remove double-cleanup on happy path
- deps: bytes@2.3.0
- Drop partial bytes on all parsed units
- Fix parsing byte string that looks like hex
- deps: bytes@2.2.0
- deps: iconv-lite@0.4.13
- Fix masking critical errors from
iconv-lite
- deps: iconv-lite@0.4.12
- 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: iconv-lite@0.4.11
- Add encoding CESU-8
- Use
unpipe
module for unpiping requests
- deps: iconv-lite@0.4.10
- 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: bytes@2.1.0
- Slight optimizations
- Fix a false-positive when unpiping in Node.js 0.8
- Return a promise without callback instead of thunk
- deps: bytes@2.0.1
- units no longer case sensitive when parsing
- Fix hanging callback if request aborts during read
- deps: iconv-lite@0.4.8
- Add encoding alias UNICODE-1-1-UTF-7
- deps: iconv-lite@0.4.7
- Gracefully support enumerables on
Object.prototype
- Gracefully support enumerables on
- deps: iconv-lite@0.4.6
- Fix rare aliases of single-byte encodings
- deps: iconv-lite@0.4.5
- 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: iconv-lite@0.4.4
- Added encoding UTF-7
- Send invalid encoding error to callback
- deps: iconv-lite@0.4.3
- 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