Skip to content

Releases: bmacnaughton/action-walk

v2.3.0

29 Nov 13:39
Compare
Choose a tag to compare

move to @bmacnaughton/action-walk

v2.2.0

18 Oct 16:01
Compare
Choose a tag to compare
  • add directory stack to context object
  • cleanup release with .npmignore

v2.1.1

18 Oct 16:02
Compare
Choose a tag to compare

fix missing extension in bin property

v2.1.0

17 Oct 13:47
Compare
Choose a tag to compare

flesh out package.json with engines, repository, and bugs

  • change directory-action test to avoid redundant directory entry-type tests
  • add travis badge
  • add code coverage

v2.0.0

17 Oct 13:29
Compare
Choose a tag to compare

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

v1.0.0

17 Oct 13:07
Compare
Choose a tag to compare

initial release