Skip to content

Release v1.0.0 - Cancellable tasks, filters, command templates and better output feedback

Compare
Choose a tag to compare
@cristianoliveira cristianoliveira released this 09 Jun 08:51
· 188 commits to master since this release

What's Changed

Commits since the last release:

  • 2023-06-09 0c2d662 test: clean up binary before running integration tests [Cristian Oliveira]
  • 2023-06-09 695aefa test: decrease waiting time when killing process [Cristian Oliveira]
  • 2023-06-09 1ee4cf7 chore: clean up lint warnings [Cristian Oliveira]
  • 2023-06-09 4ed9606 feat: better visual output of running tasks [Cristian Oliveira]
  • 2023-06-09 6e165f3 chore: show command results with spaces [Cristian Oliveira]
  • 2023-06-09 489dd09 feat: decrease the watcher delay to respond [Cristian Oliveira]
  • 2023-06-05 88f50a5 feat: deprecate 'run' command [Cristian Oliveira]
  • 2023-06-02 5869727 docs: fix typo at the example [Cristian Oliveira]
  • 2023-06-02 5b20da4 refact: rename commands args [Cristian Oliveira]
  • 2023-06-02 3479296 feat: filepath template replace [Cristian Oliveira]
  • 2023-06-02 8f33095 docs: adds examples of templates [Cristian Oliveira]
  • 2023-06-02 991acae feat: command templates {{file}} [Cristian Oliveira]
  • 2023-06-02 1e3c196 feat: shows path pattern on start [Cristian Oliveira]
  • 2023-06-02 493d6d0 feat: adds a little delay between checks [Cristian Oliveira]
  • 2023-06-01 35e6f32 refact: use concrete types instead of vec of strings [Cristian Oliveira]
  • 2023-06-01 97c86d6 tests: fixes assert with the new output [Cristian Oliveira]
  • 2023-06-01 ee0632f chore: fix linter complaints [Cristian Oliveira]
  • 2023-06-01 da12988 chore: fix linter complaints [Cristian Oliveira]
  • 2023-06-01 7a0c801 chore: generate a local version when installing from makefile [Cristian Oliveira]
  • 2023-06-01 92bf5b0 feat: show result summary at the end [Cristian Oliveira]
  • 2023-05-31 d31c0fc refact: remove noise while checking verbose flag [Cristian Oliveira]
  • 2023-05-31 ffdc34a feat: adds non-block watchers for long running tasks (#66) [Cristian Oliveira]
  • 2023-05-31 a6c710a fix: list of files from stdin [Cristian Oliveira]
  • 2023-05-30 e741f3a chore: resolve merge conflicts [Cristian Oliveira]
  • 2023-05-28 394cc82 fix: reading stdin returns better feedback [Cristian Oliveira]
  • 2023-05-27 8038327 refact: no need to create extra PathBuf [Cristian Oliveira]
  • 2023-05-27 f5268e8 tests: fail fast integrations [Cristian Oliveira]
  • 2023-05-27 c2db5d5 chore: bump major version v1.0.0 [Cristian Oliveira]
  • 2023-05-30 af505a7 refact: turns watches to a module (#67) [Cristian Oliveira]

Full Changelog: v0.6.1...v1.0.0