Skip to content

remove-bom-stream v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 18:59
06af8b2

⚠ 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)