Releases: wobsoriano/blipgloss
Releases · wobsoriano/blipgloss
v0.3.0
🚨 Breaking Changes
- Use enums for Borders - by @wobsoriano (a0768)
🚀 Features
- Add String method - by @wobsoriano (f25dd) (37a8d32)
- Add Border method - by @wobsoriano (e8a38)
- Add Inherit method - by @wobsoriano (9ff28)
- Add Underline method - by @wobsoriano (5f751)
- Support for complete adaptive colors - by @wobsoriano (e5f05)
- Add PlaceVertical and PlaceHorizontal whitespace methods - by @wobsoriano (71b0f)
🐞 Bug Fixes
- Null types - by @wobsoriano (50b66)
- Return instance - by @wobsoriano (3c50b)
- Inherit method incorrectly exported - by @wobsoriano (14384)
- Whitespace methods - by @wobsoriano (759fe)
- Incorrect condition guards for complete adaptive colors - by @wobsoriano (efa45)
- Inherit method not able to inherit style - by @wobsoriano (beb92)
View changes on GitHub
v0.2.2
🚀 Features
- Add WithWhitespaceBackground, WithWhitespaceForeground and WithWhitespaceChars methods - by @wobsoriano (8231d)
View changes on GitHub
v0.2.1
v0.2.0
🚀 Features
- deps: Bump lipgloss to 0.7.1 - by @wobsoriano (97e55)
🐞 Bug Fixes
- Incorrect types - by @wobsoriano (410f6)
- Missing height function - by @wobsoriano (28457)
View changes on GitHub
v0.1.9
No significant changes
View changes on GitHub
v0.1.7
v0.1.6
🚀 Features
- Align method - by @wobsoriano (29c03)
- Padding method - by @wobsoriano (0a8b7)
- BorderForeground method - by @wobsoriano (c3d2d)
- Border style method - by @wobsoriano (23623)
View changes on GitHub
v0.1.5
No significant changes
View changes on GitHub
v0.1.4
No significant changes
View changes on GitHub
v0.1.3
🚀 Features
- Add joining paragraphs util - by @wobsoriano (d9017)
- Move utilities outside of blipgloss class - by @wobsoriano (04eea)
- Add Width and Height utilities - by @wobsoriano (083da)
🐞 Bug Fixes
- Incorrect paragraph joining args - by @wobsoriano (7ab9a)