Skip to content

Releases: Borewit/peek-readable

Fix compatibility with readable-stream

05 Feb 17:55
Compare
Choose a tag to compare
  • Replaced instanceof check to address issue #4
  • Updated dependencies

Ensure constructor argument is an instance of stream.Readable

22 Sep 17:55
Compare
Choose a tag to compare

Avoid re-using Error instance

02 Sep 07:29
Compare
Choose a tag to compare
Bump version to: 1.0.2

Updated dependencies.

Fix partial read at the end of a stream

31 Aug 18:53
Compare
Choose a tag to compare
V1.0.1

Bump version to 1.0.1

Improve peek behaviour

30 Aug 18:58
Compare
Choose a tag to compare

Remove dev dependency on "es6-promise" module

22 Aug 07:30
Compare
Choose a tag to compare
v0.9.6

Bump version to 0.9.6

Reject read operation on ended stream

19 Aug 09:28
Compare
Choose a tag to compare

Fix fragmentation between peak and read

14 Aug 06:47
Compare
Choose a tag to compare
v0.9.4

Remove redundant if statement

Exclude TypeScript files from NPM module

12 Aug 19:43
Compare
Choose a tag to compare

Peek function

11 Aug 18:59
Compare
Choose a tag to compare

Implements enhancement: #1