Releases: bashly-framework/bashly
Releases Β· bashly-framework/bashly
v0.9.0
- Test with ruby head (#285)
- Apply RuboCop corrections (#286)
- Refactor rubocop rules with rentacop (#287)
- Correct rubocop-performance offenses (#288)
- Housekeeping with rubocop-rspec (#289)
- Fix multiple global flags (#294)
- Fix bash completions for commands with global flags (#297)
- Allow command.dependencies to be a hash for custom 'how to install' messages (#298)
- Normalize examples to include
src/*.sh
artifacts (#299) - Update approvals.bash (
bashly add test
) to v0.3.2 (#300) - Add help command library (bashly add help) (#301)
- Improve generated script format (#302)
- Change dependency command checker for testability (#303)
- Add ability to define a private environment variable (#304)
Full Changelog: v0.8.10...v0.9.0
v0.8.10
v0.8.9
v0.8.8
v0.8.7
v0.8.6
- Fix
bashly add test
(#252) - Small Typo Fix by @DennisRippinger (#257)
Full Changelog: v0.8.5...v0.8.6
v0.8.5
v0.8.4
- Update completely to version 0.5.0 (#248). From the completely changelog:
- Fix shellcheck SC2162 in the generated script
- Fix shellcheck SC2124 in the generated script
- Hide flag completion unless input ends with a hyphen
Full Changelog: v0.8.3...v0.8.4
v0.8.3
v0.8.2
Configuration Changes
- Add
command.expose
to show subcommands in parent command's help (#230, #232, #236) - Change the
command.group
option so that it no longer sticky (#230)β οΈ Action Required: If you are using this feature, all commands that need to be under a certain group must have thegroup
option.
CLI Changes
- Add
--watch
to thegenerate
command (#237)
Internal Changes
Full Changelog: v0.8.1...v0.8.2