File: CHANGELOG.md

package info (click to toggle)
node-path-scurry 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: javascript: 51; sh: 15; makefile: 5
file content (51 lines) | stat: -rw-r--r-- 990 bytes parent folder | download
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