Releases · ryanuber/columnize · GitHub
Skip to content

Releases: ryanuber/columnize

Fix go modules

Choose a tag to compare

@ryanuber ryanuber released this 19 Aug 16:04

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

Choose a tag to compare

@ryanuber ryanuber released this 19 Mar 23:48
Adding go.mod

v2.1.0

Choose a tag to compare

@ryanuber ryanuber released this 23 Feb 18:01

Features

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

Enhancements

  • New public MergeConfig() function

v2.0.1

Choose a tag to compare

@ryanuber ryanuber released this 06 May 03:07

API Changes

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

v1.1.1

Choose a tag to compare

@ryanuber ryanuber released this 12 Apr 08:27

Bug Fixes

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

v1.1.0

Choose a tag to compare

@ryanuber ryanuber released this 31 Mar 17:08

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

Choose a tag to compare

@ryanuber ryanuber released this 15 Feb 23:28
Added travis status to README