Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Releases: elephant-graveyard/gonvenience

gonvenience version v1.8.0

20 May 20:33
c0d71d9
Compare
Choose a tag to compare

gonvenience version v1.8.0

Added wrap package, which contains a simple wrapper for adding context to an error.

gonvenience version v1.7.8

18 May 20:51
42198d9
Compare
Choose a tag to compare

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

15 May 19:02
17282b1
Compare
Choose a tag to compare

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

25 Apr 19:19
5e53ec6
Compare
Choose a tag to compare

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

17 Apr 13:03
e8e1ad2
Compare
Choose a tag to compare

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

14 Mar 20:43
58b9a13
Compare
Choose a tag to compare

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

14 Mar 15:45
0e83888
Compare
Choose a tag to compare

gonvenience version v1.7.3

Fix issue #13 where the progress indicator text length exceeds the terminal width.

gonvenience version v1.7.2

14 Mar 14:34
a6953f1
Compare
Choose a tag to compare

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

25 Feb 13:54
835cf18
Compare
Choose a tag to compare

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

12 Feb 20:03
2d10453
Compare
Choose a tag to compare

gonvenience version v1.7.0

Add table option to specify a custom separator.