- make readline support optional
- (backwards compatibility) purple -> magenta
- fix ? ommit
- check if color exists when extending class
- fix maching of colorized strings without readline characters
- add more modes
- add aliases
- grey and gray default aliases
- update dependencies
- add non-visible text delimiters
- add prevent_color switch
- cleanup and refactor
- fix gemspec bug
- add ColorizedString class
- update README file
- add rubocop.yml and follow style
- add italic mode
- remove interpreter warrnings
- update gems
- fix bugs
- big code refactoring
- disable_colorization feature added
- code cleanups
- fix new line maching
- tests cleanups
- gem release date fixed
- handling wrong color values
- refactored to use regexp pattern matching
- works with frozen strings
- works with concatenated string
- code cleanups
- bold mode fixed
- STDOUT.isatty condition removed
- doc updated
- jeweler tasks removed
- Rakefile updated
- code cleanups
- removed 'ruby -w' warnings
- moved to github/gemcutter
- 1.9 compatible
- rdocs Allison template
- cleanups
- added effects methods
- README files
- new rake file
- initial rewritten version