Skip to content

v1.5.0 adds caching to tasks and commands

Choose a tag to compare

@mschnee mschnee released this 11 Oct 06:03
· 8 commits to master since this release
4b8e69d

1.5.0

  • Implements caching on all tasks passed to do and do-all
  • Implements caching on pack and zip commands.

Task caching can be skipped with a bang: mister do-all clean build !test !coverage

  • Cleaned up logging a bit.