COMMITS
/ set.go May 1, 2024
C
chore(lint): add nolint directives
Christian Rocha committed
March 28, 2024
A
refactor: replace props map with struct fields
Ayman Bagabas committed
November 27, 2023
C
feat: Style.Transform for altering strings at render time (#232)
Christian Rocha committed
November 22, 2023
J
fix(align): fixed help comment (#239)
Julien Ammous committed
July 24, 2023
C
chore(lint): add various nolint directives (#206)
Christian Rocha committed
C
feat: convert tabs to spaces with `Style.TabWidth(int)` (#204)
Christian Rocha committed
March 12, 2023
G
docs: fix typos and clean up comments (#182)
Glenn Gonda committed
March 2, 2023
A
ref(renderer): change renderer impl
Ayman Bagabas committed
February 21, 2023
I
docs: fix the description of `MaxHeight`
István Donkó committed
November 8, 2022
N
docs: fix various typos (#156)
nervo committed
October 27, 2022
V
feat: add `BlockBorder`, `OuterHalfBlockBorder`, and `InnerHalfBlockBorder` border styles (#120)
Victor/Alyx Bersy committed
October 15, 2022
W
docs: minor fixes to comments
Will Winder committed
August 30, 2022
M
feat: Align takes multiple arguments for setting horizontal + vertical alignment
Maas Lalani committed
M
feat: `VerticalAlign`
Maas Lalani committed
August 24, 2022
C
docs(lint): update example code in GoDocs per new style standard
Christian Rocha committed
L
Fix height doc (width -> height)
Luka Markušić committed
February 14, 2022
C
Fix and generally improve various doc comments
Christian Rocha committed
April 12, 2021
C
Revert "Keep margins, padding, widths, and heights positive"
Christian Rocha committed
C
Keep margins, padding, widths, and heights positive
Christian Rocha committed
April 7, 2021
C
Remove 'Color' suffix from border FG/BG API methods
Christian Rocha committed
April 6, 2021
K
Fix typos in set
Kiyon committed
April 5, 2021
C
Fix a typo in the Inline doc comment
Christian Rocha committed
April 2, 2021
C
Just expose the API for setting the margin color.
Christian Rocha committed
C
Remove the gaps and add the periods that the linter wants
Christian Rocha committed
March 31, 2021
C
Style.Inline() now skips over padding, margins and borders entirely
Christian Rocha committed
C
Rename ColorType to TerminalColor
Christian Rocha committed
March 30, 2021
C
Make map before inheriting
Christian Rocha committed
C
Margins inherit background color
Christian Rocha committed
C
Fix naming on padding setters
Christian Rocha committed
March 26, 2021
C
Add utility for horizontally and vertically placing blocks in whitespace
Christian Rocha committed
C
Remove setting for underlining and striking whitespace
Christian Rocha committed
C
Remove setting for not drawing trailing spaces
Christian Rocha committed
C
Borders are back
Christian Rocha committed
March 24, 2021
C
Keep our integers above zero (let's not move to uints just yet)
Christian Rocha committed
C
Make margin setters match CSS naming
Christian Rocha committed
C
Add Height and MaxHeight properties
Christian Rocha committed
C
Change margin and padding APIs to closer match CSS
Christian Rocha committed
March 18, 2021
C
Improve some GoDocs
Christian Rocha committed
March 16, 2021
C
Style.Inline and Style.MaxWidth no longer mutate the style
Christian Rocha committed
C
Implement the Stringer interface for the Style type
Christian Rocha committed
March 12, 2021
C
Clothe the returns, such that they will no longer be naked
Christian Rocha committed
March 10, 2021
C
GoDocs and GoDoc spelling corrections
Christian Rocha committed
March 8, 2021
C
Switch to a map-based implementation to make things less complicated
Christian Rocha committed
March 5, 2021
C
Rules for underlines/strikethroughs relating to spaces between words
Christian Rocha committed
C
Rework renderer
Christian Rocha committed
C
Move style setters into a separate file
Christian Rocha committed