Skip to content

Commit c2eb99f

Browse files
committed
release 0.2.15
1 parent 63333fa commit c2eb99f

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
### [0.2.15](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.14...0.2.15)
2+
3+
#### Added
4+
5+
- Documentation page at https://superchupu.dev/tinyglobby,
6+
which also contains a library comparison page and migration guide.
7+
8+
It's been a huge effort that took two months to make.
9+
10+
Big thanks to [outslept](https://github.com/outslept), [43081j](https://github.com/43081j)
11+
and [benmccann](https://github.com/benmcann) for helping out! ❤️
12+
13+
- JSDoc to all functions and options based on the online documentation page
14+
15+
- Benchmarks with help from
16+
[43081j](https://github.com/43081j) and [benmccann](https://github.com/benmcann)
17+
18+
- `braceExpansion` option
19+
- `extglob` option
20+
- `fs` option
21+
- `globstar` option by [benmccann](https://github.com/benmcann)
22+
- `signal` option
23+
24+
- `package.json` export as `tinyglobby/package.json`
25+
26+
- Ability to pass readonly types by [TomerAberbach](https://github.com/TomerAberbach)
27+
28+
- Support for `URL`s in `cwd` option
29+
30+
#### Changed
31+
32+
- Rewritten path processing algorithm leading to a huge performance increase in many cases
33+
with help from [43081j](https://github.com/43081j) and [benmccann](https://github.com/benmcann)
34+
35+
- Deprecated using `patterns` inside the options object
36+
37+
- Enabled trusted publishing using npm's OIDC support
38+
39+
#### Fixed
40+
41+
- Negated bracket expressions i.e. `[!abc]`
42+
- Some patterns like `+++` breaking the partial matcher
43+
144
### [0.2.14](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.13...0.2.14)
245

346
#### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinyglobby",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"description": "A fast and minimal alternative to globby and fast-glob",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)