Skip to content

Releases: gonvenience/neat

neat release v1.3.6

16 Mar 21:15

Choose a tag to compare

Fixed issue where the string output was non valid YAML.

neat release v1.3.5

04 Nov 14:32

Choose a tag to compare

Fixed incorrect compact JSON output creation where escape characters were removed.

neat release v1.3.4

04 Nov 13:56

Choose a tag to compare

Fixed incorrect JSON output creation where escape characters were removed.

Fixed wrong output in case flow style was used in input.

neat release v1.3.3

02 Nov 11:30

Choose a tag to compare

Fixed issue #69 that resulted in incorrectly quoted timestamps in the JSON output.

neat release v1.3.2

27 Oct 18:55

Choose a tag to compare

Fixed neat YAML output for pointers.

neat package v1.3.1

21 Oct 20:57

Choose a tag to compare

Fixed issue where YAML output of a struct was not rendered correctly.

neat package v1.3.0

10 Mar 22:07

Choose a tag to compare

Add line wrap feature to Box and ContentBox. Whenever the content text would overflow the terminal width, an additional line break is added. The feature can be disabled using the NoLineWrap box style option.

neat package v1.2.2

13 Jan 21:19

Choose a tag to compare

Fix indention issue with lists in lists, where the first entry got an additional unnecessary indention.

neat package v1.2.1

05 Jan 22:11

Choose a tag to compare

Fixed indentation bug in JSON output creation for list entries.

neat package v1.2.0

05 Jan 22:02

Choose a tag to compare

Add support for creating non-compact JSON with syntax-highlighting from Go YAML v3 Node input.