Skip to content

v2.0.0

Choose a tag to compare

@bmacnaughton bmacnaughton released this 17 Oct 13:29
· 81 commits to master since this release

improved link handling was the main focus of this release

  • add link-action option
  • use fs.lstat() rather than fs.stat() if stat option is 'lstat'
  • don't lose . or ./ in path (node's path.join() strips them)
  • enhance testing