Releases: elephant-graveyard/gonvenience
gonvenience version v1.8.0
gonvenience version v1.8.0
Added wrap
package, which contains a simple wrapper for adding context to an error.
gonvenience version v1.7.8
gonvenience version v1.7.8
Changed behaviour: Only evaluate the format
string, but not the arguments of a *printf function.
gonvenience version v1.7.7
gonvenience version v1.7.7
Following https://www.gnu.org/software/libc/manual/html_node/Standard-Streams.html, gonvenience
now uses stderr
as the default output for the progress indicator. It will also show the progress indicator if the program is used in a pipe as it should not spoil the output anymore (fix for #22).
gonvenience version v1.7.6
gonvenience version v1.7.6
Add Plural
function to create a string with a proper plural based on a given number.
gonvenience version v1.7.5
gonvenience version v1.7.5
Fix terminal length issue in Concourse tasks where the auto-detection uses the
provided terminal size by Garden of around 500 characters. Force a reasonable
terminal width of 120 characters instead.
Fix true color issue in Concourse, where the ANSI string print functions did
not check for the true color settings of the shell and always assumed 24 bit
color support.
gonvenience version v1.7.4
gonvenience version v1.7.4
Fix issue in FixedLength
function when ANSI escape sequences were used in a string that needed to be trimmed.
gonvenience version v1.7.3
gonvenience version v1.7.3
Fix issue #13 where the progress indicator text length exceeds the terminal width.
gonvenience version v1.7.2
gonvenience version v1.7.2
Add new text
package with functions to create random text with a fixed given length.
gonvenience version v1.7.1
gonvenience version v1.7.1
Fix issue #10 in function PlainTextLength
by searching improving the
regular expression for the ANSI sequence. The updated expression matches
empty ANSI sequences, too. By definition, a SGI ANSI sequence (coloring),
which does not have any number specified has to be treated as code 0.
gonvenience version v1.7.0
gonvenience version v1.7.0
Add table option to specify a custom separator.