1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
# churnge loog
## 1.9
- Add `path` for compatibility with Node v20 Dirent
## 1.8
- add `PathScurry.chdir` method
## 1.7
- Add `Path.fullpathPosix()`, `Path.relativePosix()`,
`PathScurry.resolvePosix()`, `PathScurry.relativePosix()`, for
getting posix style paths on Windows.
## 1.6
- Allow overriding the default fs with custom methods
- make Stats fields available after lstat()
- add depth() method
- add declarationMap to tsconfig
## 1.5
- support file:// url as cwd
- handle in-flight readdirCB, readdir
## 1.4
- add isNamed() for case and unicode normalization
## 1.3
- expose calledReaddir, isENOENT, and canReadlink methods
## 1.2.0
- Add Path.relative(), PathScurry.relative()
## 1.1
- Properly limit return value types based on withFileTypes
- Benchmarks take too long for GHA, sadly
- correct benchmark link, provide output while generating
- run benchmarks as part of docs build
- Support calling blah({opts}) to operate on cwd
## 1.0.0
- Initial version
|