Releases: gulpjs/remove-bom-stream
Releases · gulpjs/remove-bom-stream
remove-bom-stream v2.0.0
⚠ 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)