Skip to content

Releases: bmacnaughton/action-walk

v2.3.0

29 Nov 13:39

Choose a tag to compare

move to @bmacnaughton/action-walk

v2.2.0

18 Oct 16:01

Choose a tag to compare

  • add directory stack to context object
  • cleanup release with .npmignore

v2.1.1

18 Oct 16:02

Choose a tag to compare

fix missing extension in bin property

v2.1.0

17 Oct 13:47

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

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

Choose a tag to compare

initial release