glob-parent

Extract the non-magic parent path from a glob string.

ISC License

Downloads
387.6M
Stars
76
Committers
11

Bot releases are visible (Hide)

glob-parent - glob-parent v6.0.2 Latest Release

Published by github-actions[bot] about 3 years ago

Bug Fixes

glob-parent - glob-parent v6.0.1

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • Resolve ReDoS vulnerability from CVE-2021-35065 (#49) (3e9f04a)
glob-parent - glob-parent v6.0.0

Published by github-actions[bot] over 3 years ago

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)
glob-parent - v5.1.2

Published by phated over 3 years ago

Bug Fixes

glob-parent - v1.1.0

Published by phated over 3 years ago

Features

  • make regex test strings smaller (cd83220)
glob-parent - v4.0.0

Published by phated over 3 years ago

⚠ BREAKING CHANGES

  • question marks are valid path characters on Windows so avoid flagging as a glob when alone
  • Update is-glob dependency

Features

  • hoist regexps and strings for performance gains (4a80667)
  • question marks are valid path characters on Windows so avoid flagging as a glob when alone (2a551dd)
  • Update is-glob dependency (e41fcd8)
glob-parent - v3.0.0

Published by phated over 3 years ago

⚠ BREAKING CHANGES

  • update is-glob dependency

Features

  • update is-glob dependency (5c5f8ef)
glob-parent - v1.3.0

Published by phated over 3 years ago

Chore

  • Update is-glob dependency
glob-parent - v1.2.0

Published by phated over 3 years ago

Reverts

  • feat: make regex test strings smaller (dc80fa9)
glob-parent - v1.0.0

Published by phated over 3 years ago

Features

  • Initial implementation
glob-parent - v3.0.1

Published by phated over 3 years ago

Features

  • use path-dirname ponyfill (cdbea5f)

Bug Fixes

  • unescape glob-escaped dirnames on output (598c533)
glob-parent - v5.0.0

Published by phated over 3 years ago

⚠ BREAKING CHANGES

  • Drop support for node <6 & bump dependencies

Miscellaneous Chores

  • Drop support for node <6 & bump dependencies (896c0c0)
glob-parent - v5.1.0

Published by phated over 3 years ago

Features

  • add flipBackslashes option to disable auto conversion of slashes (closes #24) (#25) (eecf91d)
glob-parent - v2.0.0

Published by phated over 3 years ago

Features

  • move up to dirname regardless of glob characters (f97fb83)
glob-parent - v3.1.0

Published by phated over 3 years ago

Features

  • allow basic win32 backslash use (272afa5)
  • handle extglobs (parentheses) containing separators (7db1bdb)
  • new approach to braces/brackets handling (8269bd8)
  • pre-process braces/brackets sections (9ef8a87)
  • preserve escaped brace/bracket at end of string (8cfb0ba)

Bug Fixes

  • trailing escaped square brackets (99ec9fe)
glob-parent - v5.1.1

Published by phated over 3 years ago

Bug Fixes