colorize 0.8.0 → 1.0.0.pre.beta.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG DELETED
@@ -1,62 +0,0 @@
1
- == 0.8.0 / 2016-06-27
2
- * add ColorizedString class
3
- * update README file
4
- * add rubocop.yml and follow style
5
- * add italic mode
6
- * remove interpreter warrnings
7
-
8
- == 0.7.7 / 2015-04-19
9
- * update gems
10
-
11
- == 0.7.6 / 2015-04-18
12
- * fix bugs
13
-
14
- == 0.7.5 / 2014-12-11
15
- * big code refactoring
16
- * disable_colorization feature added
17
-
18
- == 0.7.4 / 2014-12-10
19
- * code cleanups
20
-
21
- == 0.7.3 / 2014-05-19
22
- * fix new line maching
23
-
24
- == 0.7.2 / 2014-04-08
25
- * tests cleanups
26
- * gem release date fixed
27
-
28
- == 0.7.1 / 2014-04-02
29
- * handling wrong color values
30
-
31
- == 0.7.0 / 2014-03-12
32
- * refactored to use regexp pattern matching
33
- * works with frozen strings
34
- * works with concatenated string
35
-
36
- == 0.6.0 / 2013-09-25
37
- * code cleanups
38
- * bold mode fixed
39
- * STDOUT.isatty condition removed
40
- * doc updated
41
- * jeweler tasks removed
42
- * Rakefile updated
43
-
44
- == 0.5.8 / 2009-12-02
45
- * code cleanups
46
- * removed 'ruby -w' warnings
47
-
48
- == 0.5.7 / 2009-11-24
49
- * moved to github/gemcutter
50
- * 1.9 compatible
51
-
52
- == 0.5.6 / 2007-08-27
53
- * rdocs Allison template
54
- * cleanups
55
-
56
- == 0.5.5 / 2007-08-11
57
- * added effects methods
58
- * README files
59
- * new rake file
60
-
61
- == 0.5.0 / 2007-04-22
62
- * initial rewritten version