Skip to content

Releases: gulpjs/remove-bom-stream

remove-bom-stream v2.0.0

19 Apr 18:59
06af8b2
Compare
Choose a tag to compare

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

v1.2.0

05 Jul 22:04
Compare
Choose a tag to compare

Upgrade

  • Update remove-bom-buffer (5c451b8)

Build

  • CI on only even node versions & add 8 (d4bc8e5)

v1.1.0

05 Jul 22:03
Compare
Choose a tag to compare

Update

  • Replace strip-bom-buffer dependency with remove-bom-buffer (8ae4799)

v1.0.0

16 Jun 23:21
Compare
Choose a tag to compare

New

Docs

Scaffold