There was an error while loading. Please reload this page.
Bumps tinyglobby from 0.2.14 to 0.2.15.
Sourced from tinyglobby's releases.
0.2.15 Added Documentation page at https://superchupu.dev/tinyglobby, which also contains a library comparison page and migration guide. It's been a huge effort that took two months to make. Big thanks to @outslept, @43081j and @benmccann for helping out! ❤️ JSDoc to all functions and options based on the online documentation page Benchmarks with help from @43081j and @benmccann braceExpansion option extglob option fs option globstar option by @benmccann signal option package.json export as tinyglobby/package.json Ability to pass readonly types by @TomerAberbach Support for URLs in cwd option Changed Rewritten path processing algorithm leading to a huge performance increase in many cases with help from @43081j and @benmccann Deprecated using patterns inside the options object Enabled trusted publishing using npm's OIDC support Fixed Negated bracket expressions i.e. [!abc] Some patterns like +++ breaking the partial matcher Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem
Documentation page at https://superchupu.dev/tinyglobby, which also contains a library comparison page and migration guide.
It's been a huge effort that took two months to make.
Big thanks to @outslept, @43081j and @benmccann for helping out! ❤️
@outslept
@43081j
@benmccann
JSDoc to all functions and options based on the online documentation page
Benchmarks with help from @43081j and @benmccann
braceExpansion option
braceExpansion
extglob option
extglob
fs option
fs
globstar option by @benmccann
globstar
signal option
signal
package.json export as tinyglobby/package.json
package.json
tinyglobby/package.json
Ability to pass readonly types by @TomerAberbach
@TomerAberbach
Support for URLs in cwd option
URL
cwd
Rewritten path processing algorithm leading to a huge performance increase in many cases with help from @43081j and @benmccann
Deprecated using patterns inside the options object
patterns
Enabled trusted publishing using npm's OIDC support
[!abc]
+++
Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem
Sourced from tinyglobby's changelog.
0.2.15 Added Documentation page at https://superchupu.dev/tinyglobby, which also contains a library comparison page and migration guide. It's been a huge effort that took two months to make. Big thanks to outslept, 43081j and benmccann for helping out! ❤️ JSDoc to all functions and options based on the online documentation page Benchmarks with help from 43081j and benmccann braceExpansion option extglob option fs option globstar option by benmccann signal option package.json export as tinyglobby/package.json Ability to pass readonly types by TomerAberbach Support for URLs in cwd option Changed Rewritten path processing algorithm leading to a huge performance increase in many cases with help from 43081j and benmccann Deprecated using patterns inside the options object Enabled trusted publishing using npm's OIDC support Fixed Negated bracket expressions i.e. [!abc] Some patterns like +++ breaking the partial matcher
Big thanks to outslept, 43081j and benmccann for helping out! ❤️
Benchmarks with help from 43081j and benmccann
globstar option by benmccann
Ability to pass readonly types by TomerAberbach
Rewritten path processing algorithm leading to a huge performance increase in many cases with help from 43081j and benmccann
c2eb99f
63333fa
picomatch.makeRe
8590700
d5da27f
c911fae
b870b83
c3a6fb8
e2c2e7c
@types/node
225cca2
c5dadd9
Bumps tinyglobby from 0.2.14 to 0.2.15.
Release notes
Sourced from tinyglobby's releases.
Changelog
Sourced from tinyglobby's changelog.
Commits
c2eb99frelease 0.2.1563333fastop usingpicomatch.makeReon partial matcher8590700chore(deps): update all non-major dependencies (#161)d5da27fmove documentation to website, add jsdocc911faechore(deps): update dependency tinybench to v5 (#159)b870b83workaround to fix dts buildc3a6fb8up coverage to 100%e2c2e7cchore(deps): update dependency@types/nodeto ^24.3.0 (#157)225cca2addfsoptionc5dadd9chore(deps): update actions/checkout action to v5 (#156)