Skip to content

Releases: SuperchupuDev/tinyglobby

0.2.10

25 Oct 07:34
c539249
Compare
Choose a tag to compare

Added

  • Re-enabled symlinks resolution. Big thanks to @thecodrr for fixing the critical bug upstream

Fixed

  • Processing of absolute negative patterns
  • Negative ignore patterns are now not processed for consistency with fast-glob

0.2.9

01 Oct 10:05
5c96973
Compare
Choose a tag to compare

Changed

  • Temporarily reverted resolution of symbolic links due to a critical bug. See #54 for more info

0.2.8

01 Oct 00:18
b76f971
Compare
Choose a tag to compare

Fixed

  • Escaped symbols (i.e. "\\[") in the inferred common root producing empty matches

Changed

  • Improved the common root inference algorithm to optimize non-trailing ** patterns

0.2.7

30 Sep 12:30
2c14c05
Compare
Choose a tag to compare

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

08 Sep 23:01
4db9951
Compare
Choose a tag to compare

Added

  • Full support for absolute paths as patterns
  • caseSensitiveMatch option

0.2.5

24 Aug 13:54
11c1fc7
Compare
Choose a tag to compare

Fixed

  • Using a pattern that doesn't end with special characters with expandDirectories disabled no longer produces incorrect matches

0.2.4

24 Aug 13:19
ae772b9
Compare
Choose a tag to compare

Fixed

  • Using a pattern that can't infer a common root with absolute enabled no longer produces incorrect matches

0.2.3

24 Aug 12:13
b5b6ee4
Compare
Choose a tag to compare

Added

  • Support for leading ../ in patterns

Changed

  • A common root is now inferred from the patterns if possible to avoid unnecessary crawling

0.2.2

06 Aug 15:50
829cca3
Compare
Choose a tag to compare

Added

  • Basic handling of absolute patterns

Fixed

  • Adding trailing slashes to the end of patterns no longer returns incorrect results
  • Matching directories without expandDirectories without a trailing slash now works correctly

0.2.1

04 Aug 09:52
eb42c73
Compare
Choose a tag to compare

Fixed

  • Using an empty array of patterns no longer acts as ['**/*']

Changed

  • Windows now uses forward slashes instead of backslashes
  • Modified ignore behavior to vastly improve performance when ignoring whole directories