Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
fix: #182
  • Loading branch information
isaacs committed Nov 29, 2022
1 parent 6410ef3 commit 9ae5d49
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# change log

## 5.1

- use windowsPathNoEscape/allowWindowsEscape opts

## 5.0

- brace-expansion: ignore only blocks that begins with $
- Expect exclusively forward slash as path sep, same as node-glob

## 4.2

- makeRe: globstar should match zero+ path portions
- Fix bug with escaped '@' in patterns

## 4.1

- treat `nocase:true` as always having magic
- expose GLOBSTAR marker

## 4.0

- Update to modern JS syntax
- Add `allowWindowsEscape` option

## 3.x

- Added basic redos protection
- Handle unfinished `!(` extglob patterns
- Add `partial: true` option

0 comments on commit 9ae5d49

Please sign in to comment.