Skip to content

v0.1.1 (2022-10-07)

Choose a tag to compare

@mtkennerly mtkennerly released this 07 Oct 00:23
· 7 commits to master since this release
ec284db
  • To improve performance, avoided canonicalize call during case-insensitive matching on Windows/Mac. If you want the returned path to match the real capitalization on these OSes, turn on case-sensitive matching or canonicalize it separately. (ticket)
  • To improve performance, avoided unnecessary system calls to determine whether a path is a directory. (ticket)