Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

45 lines (25 loc) · 2.04 KB

Changelog

0.3.3 (2017-09-20)

Improvements

  • Dependencies specified as an absolute path are now handled properly. ee548bf

0.3.2 (2017-08-18)

Improvements

  • The -d flag has been removed, and a plain format has been added to -p. 383c9e5
  • The help text has been expanded to match the man page more closely. 0292d61

0.3.1 (2017-01-23)

Improvements

  • Errors are now shown for failed/errored targets. 813434b
  • If a directory doesn't contain a Walkfile, walk(1) will no longer attempt to execute it. 0502d1f

0.3.0 (2017-01-18)

Features

  • walk(1) now simply delegates to a single Walkfile #17

0.2.1 (2017-01-17)

Features

  • Lines are now prefixed with ok or error, and errored targets now appear in the output. a9ad1a5
  • Stdout/Stderr from rules is now prefixed with the target name. This can be disabled with the --noprefix flag. 9b19b53

Bugs

  • The error message shown when target(s) fail is not properly pluralized. ff2fa28

0.2.0 (2017-01-04)

Features

  • You can now print the underlying DAG in dot format using the -p flag. c6104af
  • You can now limit the number of targets that are built in parallel using the -j flag. 6ae6d0c