fast-glob icon indicating copy to clipboard operation
fast-glob copied to clipboard

Release v4.0.0 [xx.xx.2023]

Open mrmlnc opened this issue 3 years ago • 5 comments

Breaking changes

  • #235
  • #418
  • #434

Fixes

  • #362
  • #331
  • #314

mrmlnc avatar Sep 09 '22 06:09 mrmlnc

@mrmlnc Would you consider keeping Node v10 support around? Gulp 5 will ship with Node v10.13+ support and I'd like to ensure we have fast-glob support while we work on Gulp 6 (which will be Node v18+)

phated avatar Oct 18 '22 21:10 phated

Hi, @phated,

Nope. The @nodelib/fs.walk package no longer has support for versions Node.js below 12.22.0 (engines). Also, many dependencies (mocha@10, typescript@5) no longer support even 12.x.x.

You can continue to use the current major version of this package.

mrmlnc avatar Nov 13 '22 11:11 mrmlnc

Does the change in https://github.com/mrmlnc/fast-glob/pull/418 count as "breaking"?

I'm thinking there might be existing code which assumes results are always posix and attempts to convert to windows style, but may break now that results are in platform-specific style (when absolute is set)

jesstelford avatar Aug 21 '23 08:08 jesstelford

I'd love #434 released, is #300 the only blocker?

wojpawlik avatar Mar 03 '24 11:03 wojpawlik

I guess you can change the title to Release v4.0.0 [xx.xx.2024]? 🤷‍♂️

Is v4 ready to be officially released?

Zearin avatar Apr 13 '24 01:04 Zearin