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

Changelog History
Page 2

  • v0.5.1 Changes

    September 18, 2015

    ➕ Added

    • ➕ Add ability to call detached instance with array access
  • v0.5.0 Changes

    September 13, 2015

    ➕ Added

    • ➕ Add external dependency to check for color support
    • ➕ Add #colored? to check if string has color escape codes
    • ➕ Add #eachline option to allow coloring of multiline strings

    🔄 Changed

    • Further refine #strip method accuracy

    🛠 Fixed

    • 🛠 Fix redefining inspect method
    • 🛠 Fix string representation for pastel instance
  • v0.4.0 Changes

    November 22, 2014

    ➕ Added

    • ➕ Add ability to #detach color combination for later reuse
    • ➕ Add ability to nest styles with blocks

    🛠 Fixed

    • 🛠 Fix Delegator#respond_to method to correctly report existence of methods
  • v0.3.0 Changes

    November 08, 2014

    ➕ Added

    • ➕ Add ability to alias colors through #alias_color method
    • ➕ Add ability to alias colors through the environment variable
    • 👌 Improve performance of Pastel::Color styles and lookup methods

    🛠 Fixed

    • 🛠 Fix bug concerned with lack of escaping for nested styles
  • v0.2.1 Changes

    October 13, 2014

    🛠 Fixed

    • 🛠 Fix issue #1 with unitialize dependency
  • v0.2.0 Changes

    October 12, 2014

    ➕ Added

    • ➕ Add #supports? to Color to check for terminal color support
    • ➕ Add ability to force color support through :enabled option

    🔄 Changed

    • 🔄 Change gemspec to include equatable as dependency
    • 🐎 Change Delegator to stop creating instances and improve performance