Skip to content

0.8.0

Compare
Choose a tag to compare
@szwacz szwacz released this 09 Apr 07:43
· 413 commits to master since this release
  • (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.