pull-length-prefixed
Version:
Streaming length prefixed buffers with pull-streams
82 lines (33 loc) • 2.17 kB
Markdown
<a name="1.3.3"></a>
## [1.3.3](https://github.com/dignifiedquire/pull-length-prefixed/compare/v1.3.2...v1.3.3) (2019-05-03)
### Bug Fixes
* correct encode behavior ([a6177e1](https://github.com/dignifiedquire/pull-length-prefixed/commit/a6177e1))
* empty responses shouldnt end streams ([87ae256](https://github.com/dignifiedquire/pull-length-prefixed/commit/87ae256))
<a name="1.3.2"></a>
## [1.3.2](https://github.com/dignifiedquire/pull-length-prefixed/compare/v1.3.1...v1.3.2) (2019-04-04)
### Bug Fixes
* sync streams and empty streams ([33e3a64](https://github.com/dignifiedquire/pull-length-prefixed/commit/33e3a64))
<a name="1.3.1"></a>
## [1.3.1](https://github.com/dignifiedquire/pull-length-prefixed/compare/v1.3.0...v1.3.1) (2018-07-13)
### Bug Fixes
* use default max length properly ([182f3ed](https://github.com/dignifiedquire/pull-length-prefixed/commit/182f3ed))
### Features
* improve tests and guards for failure cases ([2c43d59](https://github.com/dignifiedquire/pull-length-prefixed/commit/2c43d59))
<a name="1.3.0"></a>
# [1.3.0](https://github.com/dignifiedquire/pull-length-prefixed/compare/v1.2.1...v1.3.0) (2017-05-28)
### Features
* add maxLength to allow controlling max buffer length during decode ([7810ade](https://github.com/dignifiedquire/pull-length-prefixed/commit/7810ade))
<a name="1.2.1"></a>
## [1.2.1](https://github.com/dignifiedquire/pull-length-prefixed/compare/v1.2.0...v1.2.1) (2017-04-11)
<a name="1.2.0"></a>
# [1.2.0](https://github.com/dignifiedquire/pull-length-prefixed/compare/v1.1.0...v1.2.0) (2016-09-05)
### Features
* add fixed prefix length as an option ([c93f850](https://github.com/dignifiedquire/pull-length-prefixed/commit/c93f850))
<a name="1.1.0"></a>
# [1.1.0](https://github.com/dignifiedquire/pull-length-prefixed/compare/v1.0.0...v1.1.0) (2016-09-01)
### Bug Fixes
* properly handle backpressure ([cf47d04](https://github.com/dignifiedquire/pull-length-prefixed/commit/cf47d04))
### Features
* **decode:** add decodeFromReader method ([729dc2e](https://github.com/dignifiedquire/pull-length-prefixed/commit/729dc2e))
<a name="1.0.0"></a>
# 1.0.0 (2016-06-13)