v0.1.1 (2022-10-07)
- To improve performance, avoided
canonicalizecall 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)