Files
boc/landvex/node_modules/minimatch/changelog.md
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

36 lines
754 B
Markdown

# change log
## 5.1
- use windowsPathNoEscape/allowWindowsEscape opts
- make character classes more faithful to bash glob behavior
- fix handling of escapes
- treat invalid character classes as non-matching pattern
rather than escaped literals
## 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