blob: 9361ecb08bc779162cf50b8f962229c901f03a94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Release History
## 1.1.1
- Add dependency on `debug` to log results of the file system checks
- Add `jest` tests
# 1.0.0
- First public release, a simple typescript library for checking whether a path exists
on the file system and optionally whether it points to a file or folder.
|