Releases: bbrks/wrap
Releases Β· bbrks/wrap
Add CutLongWords option to Wrapper
Add patch version to tag
v2.4.0 Update README badges
Go modules support
Since v2.3.0, support for Go modules was added, and test dependencies were removed.
Add StripTrailingNewline option to wrapper
Merge pull request #8 from cjkreklow/strip-trailing-newline Add StripTrailingNewline option
Fix off-by-one error on line length limits
v2.2.2 Fix off-by-one error on line lenth limits... Doh! :)
Fix minor rune-count issue
Merge pull request #7 from bbrks/hotfix/utf8-rune-counts Count runes rather than number of bytes in string
Add Wrap shorthand
Merge pull request #6 from bbrks/add-shorthand-wrap Add shorthand wrap func
Customisable newlines, and prefix/suffix support.
- Add customisable newlines to the Wrapper
- Add prefix/suffix support to inputs and outputs
Improve API
Merge pull request #3 from bbrks/customisable-breakpoints Improve API. Bumping to v2.0. Resolves #1
Initial release
v1.0 Don't use b.Run() to make tests work in Go < 1.7