Sourced from glob's changelog.
changeglob
13
- Move the CLI program out to a separate package,
glob-bin. Install that if you'd like to continue using glob from the command line.12
- Remove the unsafe
--shelloption. The--shelloption is now ONLY supported on known shells where the behavior can be implemented safely.11.1
- Add the
--shelloption for the command line, with a warning that this is unsafe. (It will be removed in v12.)- Add the
--cmd-arg/-gas a way to safely add positional arguments to the command provided to the CLI tool.- Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding
shell:trueexecution.11.0
- Drop support for node before v20
10.4
- Add
includeChildMatches: falseoption- Export the
Ignoreclass10.3
- Add
--default -pflag to provide a default pattern- exclude symbolic links to directories when
followandnodirare both set10.2
- Add glob cli
10.1
- Return
'.'instead of the empty string''when the current working directory is returned as a match.- Add
posix: trueoption to return/delimited paths, even on
... (truncated)
2551fb5
11.1.047473c0
bin: Do not expose filenames to shell expansionbc33fe1
skip tilde test on systems that lack tilde expansion59bf9ca
fix notesdde4fa6
docs(README): add #anchor and improve notes0559b0e
docs: add better links to path-scurry docsc9773c2
fix: correct typos in README.md13e68ea
Fix punctuation in traversal function documentation1527e2b
fix repo url7e190e8
fix typo maths → paths