Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Releases: MrDrMcCoy/bblib

1.1.0

26 Mar 23:46
Compare
Choose a tag to compare
  • set -o functrace to allow debugging of functions.
  • set -o nounset and set -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 for DEBUG and levels more severe than ERROR.
  • 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 to LOCAL_HISTORY=().
  • quit now defaults to a severity of CRITICAL.

1.0.2

23 Mar 01:02
Compare
Choose a tag to compare

Resolved issue with prunner and getopts variable scoping.

1.0.1

22 Mar 19:30
f9cec83
Compare
Choose a tag to compare
  • 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

21 Mar 19:56
f45222e
Compare
Choose a tag to compare

Now that the primary functions are in place, tested, and used in production, its time to tag a release. Need more be said?