Releases: szwacz/fs-jetpack
Releases · szwacz/fs-jetpack
0.10.4
0.10.2
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
- (breaking change)
find()
now distinguishes between files and directories and by default searches only for files (previously searched for both). - (breaking change)
find()
no longer can be configured withreturnAs
parameter and returns always relative paths (previously returned absolute). - (breaking change)
list()
no longer acceptsuseInspect
as a parameter. To achieve old behaviour usejetpack.list()
withArray.map()
. - (deprecation) Don't do
jetpack.read('sth', 'buf')
, dojetpack.read('sth', 'buffer')
instead. remove()
,list()
andfind()
now can be called without providedpath
, and defaults to CWD in that case.