Skip to content

Releases: bbrks/wrap

Add CutLongWords option to Wrapper

02 Jan 17:41
11ff934

Choose a tag to compare

v2.5.0

Add CutLongWords option to Wrapper (#13)

Add patch version to tag

02 Jan 16:35

Choose a tag to compare

v2.4.0

Update README badges

Go modules support

13 Nov 18:41

Choose a tag to compare

Since v2.3.0, support for Go modules was added, and test dependencies were removed.

Add StripTrailingNewline option to wrapper

15 Nov 00:44
e60be0e

Choose a tag to compare

Merge pull request #8 from cjkreklow/strip-trailing-newline

Add StripTrailingNewline option

Fix off-by-one error on line length limits

05 Apr 21:54

Choose a tag to compare

v2.2.2

Fix off-by-one error on line lenth limits... Doh! :)

Fix minor rune-count issue

19 Feb 18:16

Choose a tag to compare

Merge pull request #7 from bbrks/hotfix/utf8-rune-counts

Count runes rather than number of bytes in string

Add Wrap shorthand

19 Feb 16:18

Choose a tag to compare

Merge pull request #6 from bbrks/add-shorthand-wrap

Add shorthand wrap func

Customisable newlines, and prefix/suffix support.

19 Feb 15:58

Choose a tag to compare

  • Add customisable newlines to the Wrapper
  • Add prefix/suffix support to inputs and outputs

Improve API

16 Feb 23:47

Choose a tag to compare

Merge pull request #3 from bbrks/customisable-breakpoints

Improve API. Bumping to v2.0. Resolves #1

Initial release

04 Feb 01:05

Choose a tag to compare

v1.0

Don't use b.Run() to make tests work in Go < 1.7