Skip to content

Tags: bbrks/wrap

Tags

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
bbrks Ben Brooks
Implement opt-in for MinimumRaggedness. Runs about 30x slower than th…

…e greedy algorithm but with much nicer looking results. Closes #2

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
bbrks Ben Brooks
add fuzz testing

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add CutLongWords option to Wrapper (#13)

v2.4.0

Toggle v2.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README badges

v2.4

Toggle v2.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Declare module as v2 in go.mod file

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from cjkreklow/strip-trailing-newline

Add StripTrailingNewline option

v2.2.2

Toggle v2.2.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix off-by-one error on line lenth limits... Doh! :)

v2.2.1

Toggle v2.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #7 from bbrks/hotfix/utf8-rune-counts

Count runes rather than number of bytes in string

v2.2

Toggle v2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #6 from bbrks/add-shorthand-wrap

Add shorthand wrap func

v2.1

Toggle v2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #5 from bbrks/add-prefix-and-suffix-support

Add prefix and suffix support