This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Releases: MrDrMcCoy/bblib
Releases · MrDrMcCoy/bblib
1.1.0
set -o functrace
to allow debugging of functions.set -o nounset
andset -o errexit
for more safety.LOCAL_HISTORY=()
to store command history within the script.pprint
no longer supports manual column width, but now supports setting ASCII color codes.log
now color-codes messages that go to stderr.log
now has basic stack trace information forDEBUG
and levels more severe thanERROR
.CURRENT_FUNC
is no longer necessary, as it is basically equivalent to the builtin${FUNCNAME[1]}
. It is removed from all functions.- A DEBUG
trap
is set to append every command toLOCAL_HISTORY=()
. quit
now defaults to a severity ofCRITICAL
.
1.0.2
1.0.1
- Re-worked
prunner
to better support actions from stdin. It passes tests interactively, but the same commands from within the test script refuse to set the command with-c
. pprint
now allows you to manually set columns.- Added better in-line documentation
- Updated README.md
First Release
Now that the primary functions are in place, tested, and used in production, its time to tag a release. Need more be said?