forked from fazibear/colorize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
42 lines (33 loc) · 810 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
== 0.7.23 / 2014-05-19
* fix new line maching
== 0.7.2 / 2014-04-08
* tests cleanups
* gem release date fixed
== 0.7.1 / 2014-04-02
* handling wrong color values
== 0.7.0 / 2014-03-12
* refactored to use regexp pattern matching
* works with frozen strings
* works with concatenated string
== 0.6.0 / 2013-09-25
* code cleanups
* bold mode fixed
* STDOUT.isatty condition removed
* doc updated
* jeweler tasks removed
* Rakefile updated
== 0.5.8 / 2009-12-02
* code cleanups
* removed 'ruby -w' warnings
== 0.5.7 / 2009-11-24
* moved to github/gemcutter
* 1.9 compatible
== 0.5.6 / 2007-08-27
* rdocs Allison template
* cleanups
== 0.5.5 / 2007-08-11
* added effects methods
* README files
* new rake file
== 0.5.0 / 2007-04-22
* initial rewritten version