gulp icon indicating copy to clipboard operation
gulp copied to clipboard

Update docs for v5.0

Open phated opened this issue 1 year ago • 7 comments

We need to update the docs (and publish to website) for the v5 release.

phated avatar Mar 29 '24 02:03 phated

A couple things I noticed during skimming:

  • Need to remove the "ordered globs" docs
  • Need to update configuration options to vinyl-fs functions

phated avatar Mar 29 '24 03:03 phated

Encoding option added: https://github.com/gulpjs/gulp/blob/master/docs/api/src.md#options

yocontra avatar Apr 06 '24 19:04 yocontra

"Explaining Globs" docs have been updated and a section added with an example for ordered globs using ordered-read-stream: https://github.com/gulpjs/gulp/blob/master/docs/getting-started/6-explaining-globs.md#ordered-globs

phated avatar Apr 08 '24 04:04 phated

Encoding option added: https://github.com/gulpjs/gulp/blob/master/docs/api/src.md#options

Which should be classified as a breaking change, when copying binary files (#2790, #2796).

Sebazzz avatar Apr 18 '24 09:04 Sebazzz

@Sebazzz It was a breaking change - its why we released a new major release, and its in the changelog as a breaking change for that major release.

yocontra avatar Apr 18 '24 15:04 yocontra

@Sebazzz It was a breaking change - its why we released a new major release, and its in the changelog as a breaking change for that major release.

Look at it from an end-user perspective:

Default stream encoding to UTF-8

That truly doesn't mean anything to an end user.

Sebazzz avatar Apr 19 '24 06:04 Sebazzz

@Sebazzz We are working on improving the docs - the website not being updated for v5 was an oversight and we are working on it as we speak. The docs in the repo have been updated on gulp and vinyl-fs but I know people look at the website first. More info here: https://github.com/gulpjs/gulp/issues/2790#issuecomment-2062002387

yocontra avatar Apr 20 '24 20:04 yocontra

I actually didn't know there was a v5 until I manually checked the version and did a web search for "gulp 5".

stamminator avatar Jul 22 '24 15:07 stamminator

Any progress ? It's been nearly 6 months and the docs is still not up to date. We just debugged an issue where our fonts were not working anymore when copying from src to dest using gulp-copy until we found #2796 which links to #2790. A migration guide would be nice. You acknowledge it was an oversight to publish 5.0 before the website and doc were ready, but I would've expected to be fixed by now since they are critical parts of the ecosystem.

mrleblanc101 avatar Aug 15 '24 19:08 mrleblanc101

The markdown docs have been updated and redeployed to the website so I'm going to close this.

As the major v4 release didn't contain a migration guide, we're not considering it required for v5 either. If anyone from the community wants to contribute further docs, like a migration guide, we're happy to review PRs!

phated avatar Aug 19 '24 22:08 phated