UNPKG

1.14 kBMarkdownView Raw
1# master
2
3# 3.0.0
4
5* Drop unsupported Node versions to match node's LTS support policy
6
7# 2.1.0
8
9* use walk-sync as the walking implementation for readSync
10* [DEPRECATED] options.include becomes options.globs to better match walk-sync
11* [DEPRECATED] options.exclude becomes options.ignore to better match walk-sync
12
13# 2.0.0
14
15* Drop unsupported Node versions to match node's own support policy
16
17# 1.3.0
18
19* Switch to GH Actions
20* Document DirJSON interface
21* Add more detail to symlinks docs
22
23# 1.2.0
24
25* add ignoreEmptyDirs option
26* use files instead of npmignore
27
28# 1.0.1
29
30* fix types, correctly expose Options and DirJSON
31
32# 1.0.0
33
34* typescript
35* change node support to 6.* || 8.* || >= 10.*
36
37# 0.3.4
38
39* Add `include` and `exclude` options to `readSync`
40
41# 0.3.3
42
43* [BUGIFX] Ensure stat information is reset for each item in fixture when writing
44
45# 0.3.2
46
47* Improve ergonomics: auto mkdirp when using `fixtureify.writeSync(path, tree);`
48
49# 0.3.1
50
51* Fix README typo
52
53# 0.3.0
54
55* Allow for overwriting and removing files and directories
56
57# 0.2.0
58
59* Always follow symlinks
60
61# 0.1.1
62
63* Fix bug due to missing `var`
64
65# 0.1.0
66
67* Initial release