Skip to content

Commit

Permalink
chore: Release 2.0.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 19, 2022
1 parent 9cbb34e commit 06af8b2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [2.0.0](https://www.github.com/gulpjs/remove-bom-stream/compare/v1.2.0...v2.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](https://www.github.com/gulpjs/remove-bom-stream/commit/2107f343cf48a5032fd0a8c2af09cc882f77c12c))
* Require encoding option to avoid inspecting chunks for UTF-8 encoding ([#8](https://www.github.com/gulpjs/remove-bom-stream/issues/8)) ([2107f34](https://www.github.com/gulpjs/remove-bom-stream/commit/2107f343cf48a5032fd0a8c2af09cc882f77c12c))
* Switch to streamx for streams ([#10](https://www.github.com/gulpjs/remove-bom-stream/issues/10)) ([9867811](https://www.github.com/gulpjs/remove-bom-stream/commit/9867811537f4a26facdc3b4e816d371c206a9537))
* Use node core's `TextDecoder` to process beginning of stream ([2107f34](https://www.github.com/gulpjs/remove-bom-stream/commit/2107f343cf48a5032fd0a8c2af09cc882f77c12c))


### Bug Fixes

* Handle first chunk shorter than 7 bytes correctly when next chunks are larger ([#7](https://www.github.com/gulpjs/remove-bom-stream/issues/7)) ([564f87b](https://www.github.com/gulpjs/remove-bom-stream/commit/564f87b7760210f0aa348d82ea01fe5d98b4c20a))


### Miscellaneous Chores

* Normalize repository, dropping node <10.13 support ([#3](https://www.github.com/gulpjs/remove-bom-stream/issues/3)) ([8fece9c](https://www.github.com/gulpjs/remove-bom-stream/commit/8fece9c9cc1760a3593d4c04fa275b3fe8867c35))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remove-bom-stream",
"version": "1.2.0",
"version": "2.0.0",
"description": "Remove a UTF8 BOM at the start of the stream.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 06af8b2

Please sign in to comment.