Skip to content

Releases: ryanuber/columnize

Fix go modules

19 Aug 16:04
Compare
Choose a tag to compare

The last release (v2.1.1) was created to add the go.mod file. Given that this repository is already beyond v2 release-wise, and importers are already using the "v2" version of this package at a technically-v1 path, this is the lowest-impact way of un-breaking go modules. This release is simply to set this repository back to "not using Go modules" territory.

See #24 for further discussion and details.

v2.1.1

19 Mar 23:48
Compare
Choose a tag to compare
Adding go.mod

v2.1.0

23 Feb 18:01
Compare
Choose a tag to compare

Features

  • Settable per-line prefix [GH-3]
  • Configurable behavior for empty lines [GH-5]

Enhancements

  • New public MergeConfig() function

v2.0.1

06 May 03:07
Compare
Choose a tag to compare

API Changes

  • Format and SimpleFormat both return just a string
  • Format and SimpleFormat both accept only a string slice

v1.1.1

12 Apr 08:27
Compare
Choose a tag to compare

Bug Fixes

  • Preserve padding if the first field is empty after strings.TrimSpace()

v1.1.0

31 Mar 17:08
Compare
Choose a tag to compare

Changes:

  • Introduces Config type to future-proof the api.

Release notes

  • Breaks the original Format() api, which previously took multiple options in favor of accepting a config struct containing the options.

v0.1.0

15 Feb 23:28
Compare
Choose a tag to compare
Added travis status to README