Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 1.71 KB

0.2.2 (Next Release)

  • Your contribution here.

0.2.1 (8/25/2013)

  • Nothing special added, just updated readme! ;-) - @vishaltelangre.
  • Stable release till date.

0.2.0 (8/25/2013)

  • NOTE: This version had been mistakenly yanked by me.
  • Added background color methods, see available background_methods using bg_color_methods - @vishaltelangre.
  • Added bonus methods such as underline, and strikethrough. - @vishaltelangre.
  • Added reset methods such as no_color, no_bg_color, no_underline, no_strikethrough, plain_text, reset_fancyness - @vishaltelangre.
  • Added fancy_color_methods which is alias of term_colorizer_methods to see all public methods availed by term-colorizer gem. - @vishaltelangre.
  • Added a lot many test cases for testing scenarios caused by implementation of new features. Run rspec command to run the tests. - @vishaltelangre.

0.1.3 (7/24/2013)

  • Added color_methods method to see avialable color methods. Also added more rspec test cases - @vishaltelangre.

0.1.2 (7/22/2013)

  • Created a hash for terminal color, and used it inside method_missing to define color methods on the fly when called. - @vishaltelangre.

0.1.1 (7/13/2013)

  • Logic changed to dynamically define and call the color methods on strings - @vishaltelangre.

0.1.0 (7/13/2013)