Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

27 lines (15 loc) · 1.6 KB

Changelog

2.0.0 (2022-04-19)

⚠ BREAKING CHANGES

  • Switch to streamx for streams (#10)
  • Require encoding option to avoid inspecting chunks for UTF-8 encoding (#8)
  • Normalize repository, dropping node <10.13 support (#3)

Features

  • Remove the dependency on remove-bom-buffer (2107f34)
  • Require encoding option to avoid inspecting chunks for UTF-8 encoding (#8) (2107f34)
  • Switch to streamx for streams (#10) (9867811)
  • Use node core's TextDecoder to process beginning of stream (2107f34)

Bug Fixes

  • Handle first chunk shorter than 7 bytes correctly when next chunks are larger (#7) (564f87b)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#3) (8fece9c)