COMMITS
/ join.go May 15, 2024
A
chore: use x/ansi instead of exp/term
Ayman Bagabas committed
March 29, 2024
A
feat: switch to term/ansi for text manipulation (#268)
Ayman Bagabas committed
March 14, 2024
B
Fix JoinHorizontal docs (#247)
Ben Iofel committed
July 24, 2023
C
chore(lint): add various nolint directives (#206)
Christian Rocha committed
August 24, 2022
C
docs(lint): update example code in GoDocs per new style standard
Christian Rocha committed
November 22, 2021
R
Fix JoinVertical behavior for non-edge non-center alignments
Ryan Plant committed
April 6, 2021
K
fix typos in join
Kiyon committed
March 26, 2021
C
Add utility for horizontally and vertically placing blocks in whitespace
Christian Rocha committed
March 25, 2021
C
Don't add a new line after the last line when joining horizontally
Christian Rocha committed
C
Fix rendering when horizontally joining a block with a height of 2
Christian Rocha committed
C
Fix panics when attemping to join one single string
Christian Rocha committed
March 18, 2021
C
Corrections to Join GoDocs
Christian Rocha committed
C
Simplify joining API
Christian Rocha committed
C
Drop an unused function
Christian Rocha committed
C
Rework horizontal and vertical joins
Christian Rocha committed
C
What the heck, add aligned vertical joins too
Christian Rocha committed
March 17, 2021
C
Join an infinite number of text blocks
Christian Rocha committed
C
Add utility for horizontally joining text blocks
Christian Rocha committed