Releases: gonvenience/neat
neat package v1.1.1
Fix bug that added an additional prefix string to named entry lists.
neat package v1.1.0
Add support for https://github.com/go-yaml/yaml v3
type Node
, which enables the preservation of comments and the possibility to highlight the anchors in the document.
neat package v1.0.6
Fixed weird table row limit behaviour, where setting a row limit that exceed the table row size will result in an error. The error was removed since it is counter intuitive to do the check as the library user. If the row limit is greater than the table size, it will show the table as it is.
neat package v1.0.5
Added table style functions OmitLinefeedAtTableEnd
and LimitRows
to make the linefeed at the last line of the table configurable and to introduce a way to limit the number of rows. By default, a linefeed is added to keep backwards compatibility.
neat package v1.0.4
Added box style function NoFinalEndOfLine
to make the linefeed at the last line configurable. By default, a linefeed is added to keep backwards compatibility.
neat package v1.0.3
Added function Box
that writes to a writer and reads from a reader instead of reading directly from a string. This enables a use case where the content is coming in piece by piece and the code can already start to print the box.
neat package v1.0.2
Add ContentBox
function to create a string with a simple box having a headline and body content that can be styled.
neat package v1.0.1
Bumped bunt
package version to v1.0.2
.
neat package v1.0.0
Initial release of neat
package as its own repository.
Code is based on https://github.com/homeport/gonvenience.