-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d4868f4
commit 6839b83
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
## [3.0.0](https://www.github.com/gulpjs/vinyl/compare/v2.2.1...v3.0.0) (2022-09-26) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Clone streams with teex | ||
* No longer await all streams to flow before emitting data | ||
* Remove cloneable-readable (#155) | ||
* Remove `inspect` method & rely on `util.inspect.custom` symbol | ||
* Normalize repository, dropping node <10.13 support (#151) | ||
|
||
### Features | ||
|
||
* Clone streams with teex ([d4868f4](https://www.github.com/gulpjs/vinyl/commit/d4868f4ec1e8b43f1be5b066b55907b29d43c383)) | ||
* No longer await all streams to flow before emitting data ([d4868f4](https://www.github.com/gulpjs/vinyl/commit/d4868f4ec1e8b43f1be5b066b55907b29d43c383)) | ||
* Remove cloneable-readable ([#155](https://www.github.com/gulpjs/vinyl/issues/155)) ([d4868f4](https://www.github.com/gulpjs/vinyl/commit/d4868f4ec1e8b43f1be5b066b55907b29d43c383)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* Normalize repository, dropping node <10.13 support ([#151](https://www.github.com/gulpjs/vinyl/issues/151)) ([9302802](https://www.github.com/gulpjs/vinyl/commit/9302802b411d6ce9e204d98d40d1d07fe2eaf1c2)) | ||
* Remove `inspect` method & rely on `util.inspect.custom` symbol ([9302802](https://www.github.com/gulpjs/vinyl/commit/9302802b411d6ce9e204d98d40d1d07fe2eaf1c2)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vinyl", | ||
"version": "2.2.1", | ||
"version": "3.0.0", | ||
"description": "Virtual file format.", | ||
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)", | ||
"contributors": [ | ||
|