Skip to content

Releases: gonvenience/neat

neat package v1.1.1

30 Dec 22:12
Compare
Choose a tag to compare

Fix bug that added an additional prefix string to named entry lists.

neat package v1.1.0

27 Dec 15:34
Compare
Choose a tag to compare

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

22 Nov 19:50
Compare
Choose a tag to compare

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

30 Sep 20:01
Compare
Choose a tag to compare

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

30 Sep 15:01
Compare
Choose a tag to compare

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

24 Jun 14:32
Compare
Choose a tag to compare

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

22 Jun 18:06
Compare
Choose a tag to compare

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

17 Jun 21:46
Compare
Choose a tag to compare

Bumped bunt package version to v1.0.2.

neat package v1.0.0

17 Jun 12:44
Compare
Choose a tag to compare

Initial release of neat package as its own repository.
Code is based on https://github.com/homeport/gonvenience.