Releases: bashly-framework/bashly
Releases · bashly-framework/bashly
v1.3.1
What's Changed
- Fix render markdown command examples by @DannyBen in #639
- Add
markdown_github
render template by @Turtle-In-Space and @DannyBen in #640 - Prevent running validate_* twice by @meleu in #649
- Change all github links to
bashly-framework
org by @DannyBen in #652 - Add ability to choose a different formatter by @m-iwanicki, @meleu, @pcrockett and @DannyBen in #646
- Update bash version bouncer to require bash 4.2 by @DannyBen in #656
- Add ability to override raw input by @mcblum, @pcrockett and @DannyBen in #654
Full Changelog: v1.2.13...v1.3.1
v1.2.13
v1.2.12
What's Changed
- Drop support for Ruby 3.1 by @DannyBen in #628
- Prevent running validate_* functions twice by @meleu in #629
- Avoid conflict with
run()
function with another bash frameworks by @vladriabtsev in #630 - Update settings json schema by @DannyBen in #631
Full Changelog: v1.2.11...v1.2.12
v1.2.11
v1.2.10
What's Changed
- Add
help_header_override
command option by @adamscybot and @DannyBen in #620 - Add example for
help_header_override
by @DannyBen in #621 - Update JSON schema with
help_header_override
by @DannyBen in #622 - Update
bashly doc
withcommand.help_header_override
by @DannyBen in #623
Full Changelog: v1.2.9...v1.2.10
v1.2.9
What's Changed
- Only print colors if
NO_COLOR
is non-empty string by @pcrockett in #610 - Update colors library to support auto-colors based on TTY by @meleu, @pcrockett and @DannyBen in #611
- Add
--quiet
tobashly add
command by @DannyBen in #612 - Update documentation domain to bashly.dev by @DannyBen in #613
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- Add support for avoiding execution if the script is sourced by @meleu and @DannyBen in #597
- Revert 9167c49 to allow calling
run ...
internally by @Neunerlei and @DannyBen in #603 - Declare
version
andlong_usage
as globals for consistency and clarity of intente9a9a76f
- Move
long_usage
definition frominitialize
torun
54beb86e
- Add Internal Run example
4a1b2b9b
(thanks @Neunerlei) - Add support for whalebrew
f33c663b
(thanks @Danta1st)
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- Update version specifications for all dependencies by @DannyBen in #574
- Add support for tweaking production/development output by @dsmith4-godaddy and @DannyBen in #577
- Remove
other_args
declaration if it is no used by @DannyBen in #578 - Fix view markers for user files by @DannyBen in #579
- Update dependency check to show all missing dependencies at once by @meleu and @DannyBen in #583
- Add support for declaring aliases for internal global variables by @meleu and @DannyBen in #587
- Move global var declarations from
run()
toinitialize()
by @DannyBen in #588 - Add
build
as an alias tobashly generate
by @meleu and @DannyBen in #590 - Update settings JSON schema by @EmilyGraceSeville7cf and @DannyBen in #589
- Update default script header by @meleu and @DannyBen in #593
Full Changelog: v1.2.6...v1.2.7
v1.2.6
v1.2.5
What's Changed
- Move root variables from
run()
toinitialize()
by @marcinkuzminski and @DannyBen in #568
Full Changelog: v1.2.4...v1.2.5