Skip to content

v2.0.0

Compare
Choose a tag to compare
@pi0 pi0 released this 03 Jan 23:47
· 16 commits to main since this release

compare changes

🚀 Enhancements

  • Add matchesGlob(path, pattern) (#195)
  • Add reverseResolveAlias(path, aliases) (#173)

🩹 Fixes

  • basename: Ignore trailing seperator (#180)
  • utils/filename: Handle files beginning with a period or without ext (#185)
  • parse: ⚠️ Fix root handling to be consistent with node (#194)
  • join: ⚠️ Preserve normalized UNC paths (#196)
  • ⚠️ Set delimiter to ; in windows (#176)

📖 Documentation

  • Fix typo (#163)
  • Add jsdocs for pathe/utils (#170)
  • docs: Fix TS casing (#181)

📦 Build

  • Add type: module to package.json (#190)
  • Improve exports (#164)
  • Add posix and win32 exports to match node:path (#193)

✅ Tests

  • Add additional tests for extname (#186)

🤖 CI

❤️ Contributors