Skip to content

v0.11.0

Compare
Choose a tag to compare
@rogerwelin rogerwelin released this 11 Jun 08:15
· 56 commits to master since this release

Improvements

  • urfave/cli has been bumped from v1 to v2 and code has been updated to reflect version change. This also mean cassowary should be go get-able
  • run and run-file has been merged into a single command 'run'. To run file slurp mode just add the -f flag in the run command, readme has been updated to reflect changes. This also meant the cli part could be refactored and a lot of duplicated code was removed
  • updated go.mod

Bugfixes

A bug where when both file slurp mode and duration was specified would cause the http requests to fail has been fixed

Changelog

c85379c Merge pull request #22 from rogerwelin/refactor-cli
43fcb00 bumped urfave/cli to v2, refactored cli code, merge run & run-file into run
1c2ef1f fix bug when duration and slurpmode was specified
88fbd9f minor: readme fix
a601154 minor: readme update
68522b3 update readme to reflect refactoring
b61a44c updated go.mod