Releases: simonwhitaker/runny
Releases · simonwhitaker/runny
v0.0.6
Changelog
- deb04cd 100% test coverage in shell
- d2d770f 100% test coverage in utils
- 9a0edab Add Internal field to CommandDef
- 1fb30d3 Add VSCode extension recommendations
- df8974f Add a test for the code examples in the README
- ce964e6 Add ability to specify shell on a per-command basis
- de1eb03 Add docs to CommandDef
- 31a039a Add docs to Config
- bd06275 Add examples
- b5d8351 Add test coverage commands
- 506eb73 Adding more tests
- 5e7ce68 Fix bash completion
- d038286 Put examples in the README
- 9f0b55b Remove redundant bits from .runny.yaml
- 80e2eee Update .runny.yaml
- 19a34c7 Update README.md
- 4bb2c49 Update README.md
- 313d5b8 go mod tidy
v0.0.5
v0.0.4
v0.0.3
Changelog
- 47d64a8 Add config validation
- a5bddaf Add the official Honey emoji to help output
- e057917 Allow any POSIX-like shell
- 105a307 Inherit parent environment when running commands
- 6c108d6 Only push the release tag during release
- ce69c5d Update README.md
- 0b2fab2 Use terminal width when truncating list output
v0.0.2
v0.0.1
Changelog
- f392a7d Add .goreleaser.yaml
- 30b42fb Add CD workflow
- a7fcd4a Add If
- d26f505 Add README
- 4e0e2e3 Add Shell tests
- f67217f Add Shell type
- 2464fb2 Add YAML schema
- 0c50042 Add ability to specify env variables
- f697308 Add argnames
- c358c60 Add bash and zsh completion scripts
- 90749d1 Add basic option support
- 01dee3b Add built executable to .gitignore
- 7823023 Add deliberately broken command to sample config
- 2b4f78e Add dist to .gitignore
- c922341 Add find example
- b67e54d Add fish completions
- 0044438 Add gitignore
- cfb0ad2 Add help
- e4aa7a8 Add more tests
- 5395f7d Add pre-commit config
- be9ee25 Add rudimentary support for verbose mode
- 5ecf9a6 Add schema generation
- f4dff19 Add shell completion scripts to homebrew tap release
- 9da9b18 Add/clean up runny commands
- f6a2000 Check If before running Needs steps
- 9a57d99 Clean up
- 497ca6e Clean up
- 5fc13e2 Clean up error handling
- e8e0d95 Create runny-ci.yml
- 06469c8 Don't output stdout for If commands
- 5c0e5a3 Fix tests
- 7f1dd83 Hacky prototype
- 1160f91 Handle stderr
- f0d426d Improve README
- d48e1b6 Improve line truncation
- 92e8305 Include shell completions in archive
- cb5a2b7 Make Execute and ShowHelp methods of Config
- e58a643 Minor tidy-up
- 1e769cb Print error when a command isn't found
- 5e6c07a Refactor
- fa2393a Refactor
- ef86b9a Refactor Shell.Run
- 0164128 Rename YAML fields, remove Post
- 4fb92a0 Rename bash completion script
- 9ca4f46 Render help output as single line commands
- 31a8aa4 Run commands through a shell
- a698d78 Run unit tests in pre-commit
- 27edea0 Standardise use of color
- 300dc5b Support passing arguments to the command
- 20dd5e2 Truncate very long lines
- 292c727 Tweak .runny.yaml
- f5f9bec Tweak demo .runny.yaml
- 614954f Update .runny.yaml
- 36d8d4a Update CD
- c8a2835 Update README
- 9b6a0e0 Update README
- ef32880 Update README
- 060fefa Update README.md
- 67b0044 Update README.md
- a3c2e8c Update examples
- 9cd0f1b Update release step
- c6557a7 Use JSON for the schema
- d7cd480 Use schema on fixtures