Releases: bmacnaughton/action-walk
Releases · bmacnaughton/action-walk
v2.3.0
v2.2.0
- add directory stack to context object
- cleanup release with .npmignore
v2.1.1
fix missing extension in bin property
v2.1.0
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
improved link handling was the main focus of this release
- add link-action option
- use
fs.lstat()
rather thanfs.stat()
ifstat
option is'lstat'
- don't lose
.
or./
in path (node'spath.join()
strips them) - enhance testing
v1.0.0
initial release