All Versions
16
Latest Version
Avg Release Cycle
139 days
Latest Release
1068 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.0 Changes
July 04, 2020๐ Changed
- ๐ Change gemspec to require Ruby 2.0 or higher
- ๐ Change Pastel#new to use keyword arguments in place of hash options
- ๐ Change to freeze all strings
- โ Remove equatable dependency
๐ Fixed
- ๐ Fix Pastel#strip to recognise no-number reset by DanielVartanov(@DanielVartanov)
- ๐ Fix Pastel#undecorate to correctly assign styles for nested colors
-
v0.7.4 Changes
November 18, 2019๐ Fixed
- ๐ Fix ColorParser#undecorate to require direct dependency by Nick Pezza(@npezza93)
-
v0.7.3 Changes
June 16, 2019๐ Changed
- ๐ Change gemspec to load required files directly without git
- โก๏ธ Change to update tty-color & equatable dependency versions
๐ Fixed
- ๐ Fix Delegator warning
-
v0.7.2 Changes
November 09, 2017๐ Changed
- ๐ Change to load relative file paths
- ๐ Change to allow
#alias_color
to accept multiple colors by Jared Ning (@ordinaryzelig)
-
v0.7.1 Changes
January 09, 2017๐ Changed
- ๐ Change to load specific files when needed
- ๐ Change to freeze ANSI attributes
- ๐ Change to directly assign enabled attribute
-
v0.7.0 Changes
December 27, 2016๐ Changed
- ๐ Enabled colors on Windows by default
- โก๏ธ Update tty-color dependency
๐ Fixed
- ๐ Fix Color#decorate to prevent redecoration with the same color
-
v0.6.1 Changes
April 09, 2016๐ Fixed
- ๐ Fix #decorate to apply color to non zero length strings
-
v0.6.0 Changes
January 15, 2016โ Added
- โ Add helper functions #foreground?, #background?, #style to ANSI module
- โ Add ColorParser for parsing color symbols out of text
- โ Add Pastel#undecorate for parsing color names out of strings
๐ Changed
- ๐ Change to use tty-color for color capabilities detection
- ๐ Change to move enabled option to Pastel#new
- ๐ Improve performance of Color#lookup
- ๐ Change Color#decorate performance to be 6x faster!
- ๐ Change Color DSL styling to be 3x faster!
๐ Fixed
- ๐ Fix #strip to only remove color sequences
- ๐ Fix #decorate to pass through original text when decorating without colors
- ๐ Fix #decorate to work correctly with nested background colors
-
v0.5.3 Changes
January 05, 2016๐ Fixed
- ๐ Change gemspec to fix dependencies requirement
-
v0.5.2 Changes
November 27, 2015- ๐ Change Color#decorate to accept non-string values and immediately return