All Versions
16
Latest Version
Avg Release Cycle
139 days
Latest Release
1068 days ago

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