Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 665 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 665 Bytes

buffer-peek-stream changelog

1.1.0 (2020/02/02)

  • add promise interface
  • drop tests for node 4 & 6

1.0.1 (2015/06/09)

  • documentation fixes (no code change)

1.0.0 (2015/05/19)

  • no changes other than bump to a stable version

0.2.0 (2014/11/12)

  • rewrite using a completely different approach because 0.1.x approach was too fragile and often broke with edge cases
  • api backwards incompatible with 0.1 - will bump to 1.0.0 only once api is stable

0.1.2 (2014/11/07)

  • fix data being emitted out of order on a large peeked stream

0.1.1 (2014/11/05)

  • fix typo in require

0.1.0 (2014/11/05)

  • initial version