fs-jetpack v0.8.0 Release Notes

Release Date: 2016-04-09 // about 8 years ago
    • (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 with returnAs parameter and returns always relative paths (previously returned absolute).
    • (breaking change) list() no longer accepts useInspect as a parameter. To achieve old behaviour use jetpack.list() with Array.map().
    • ๐Ÿ—„ (deprecation) Don't do jetpack.read('sth', 'buf'), do jetpack.read('sth', 'buffer') instead.
    • ๐Ÿšš remove(), list() and find() now can be called without provided path, and defaults to CWD in that case.