Open greenkeeper[bot] opened 5 years ago
dependency
fast-glob was updated from 2.2.7
to 3.0.1
.dependency
fast-glob was updated from 2.2.7
to 3.0.2
.dependency
fast-glob was updated from 2.2.7
to 3.0.3
.dependency
fast-glob was updated from 2.2.7
to 3.0.4
.dependency
fast-glob was updated from 2.2.7
to 3.1.0
.dependency
fast-glob was updated from 2.2.7
to 3.1.1
.dependency
fast-glob was updated from 2.2.7
to 3.2.0
.dependency
fast-glob was updated from 2.2.7
to 3.2.1
.dependency
fast-glob was updated from 2.2.7
to 3.2.2
.
The dependency fast-glob was updated from
2.2.7
to3.0.0
.This version is not covered by your current version range.
If you donโt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for 3.0.0
withFileTypes
option in thefs.readdir
method.This release aims to fix architectural issues, increase performance and reduce size of package.
Since this is a major release, we are introducing a few breaking changes:
fast-glob@2
is ending.README.md
file.nobrace
,noglobstar
,noext
,nocase
,transform
.extension
โextglob
followSymlinkedDirectories
โfollowSymbolicLinks
case
โcaseSensitiveMatch
brace
โbraceExpansion
matchBase
โbaseNameMatch
deep
option now accepts onlynumber
type and default value now isInfinity
instead oftrue
.async
method was removed. Usefg(/* โฆ */)
instead.stats
option is enabled is completely changed.micromatch@3
tomicromatch@4
:baseNameMatch
option never worked (#199).2.47MB
โ0.42MB
.require
time decreased:534ms
โ78ms
.Wow! The new version is very fast. At least twice as fast as the previous version. Probably this is the fastest solution in the Node.js world. And that's not all! We will work on performance issues in the future๐ข .
Look at the benchmarks section in the
README.md
file.Also in this release we have worked on simplifying some scenarios.
concurrency
fs
suppressErrors
throwErrorOnBrokenSymbolicLink
objectMode
Commits
The new version differs by 114 commits ahead by 114, behind by 6.
03201ed
fix(settings): set the
concurrency
option to count of CPUsd777111
build(package): drop unused dependencies
e62d2d1
build(package): bump version to 3.0.0
caeeda9
Merge pull request #203 from mrmlnc/ISSUE-155_update_documentation
27ae4b2
docs(settings): update description of options
1f853bc
docs(readme): update documentation
0ba6dc0
refactor(benchmark): update suites
c1d686c
refactor(index): export some userful types
d64c24f
build(benchmark): add suite for stream API
40a1096
Merge pull request #202 from mrmlnc/ISSUE-181_async_method_as_default_method
ccde25e
refactor: set async method as default method
87ed886
Merge pull request #201 from mrmlnc/issue-199_match_base_fix
68133f8
fix: the
baseNameMatch
option now workf4c443a
refactor:
matchBase
โbaseNameMatch
c58ba78
test(smoke): add some smoke tests
There are 114 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: