Skip to content

0.2.7

Compare
Choose a tag to compare
@SuperchupuDev SuperchupuDev released this 30 Sep 12:30
· 19 commits to main since this release
2c14c05

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