Skip to content

Commit

Permalink
release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Sep 30, 2024
1 parent 70f6c39 commit 2c14c05
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### [0.2.7](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.6...0.2.7)

#### Added

- Support for providing patterns as a string
- `followSymbolicLinks` option
- `escapePath` utility function by @benmccann
- `isDynamicPattern` utility function
- `convertPathToPattern` utility function

#### Fixed

- `.` as a pattern now works as expected
- Globbing no longer returns an empty string when matching the root directory
- Handling of escaped symbols in patterns

#### Changed

- Relicensed the project to the MIT license
- Disabled source maps on release builds for smaller bundle size
- Improved the common root inference algorithm

### [0.2.6](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.5...0.2.6)

#### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinyglobby",
"version": "0.2.6",
"version": "0.2.7",
"description": "A fast and minimal alternative to globby and fast-glob",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 2c14c05

Please sign in to comment.