colorize 0.8.1 → 1.0.0.pre.beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG DELETED
@@ -1,65 +0,0 @@
1
- == 0.8.1 / 2016-06-29
2
- * fix gemspec bug
3
-
4
- == 0.8.0 / 2016-06-27
5
- * add ColorizedString class
6
- * update README file
7
- * add rubocop.yml and follow style
8
- * add italic mode
9
- * remove interpreter warrnings
10
-
11
- == 0.7.7 / 2015-04-19
12
- * update gems
13
-
14
- == 0.7.6 / 2015-04-18
15
- * fix bugs
16
-
17
- == 0.7.5 / 2014-12-11
18
- * big code refactoring
19
- * disable_colorization feature added
20
-
21
- == 0.7.4 / 2014-12-10
22
- * code cleanups
23
-
24
- == 0.7.3 / 2014-05-19
25
- * fix new line maching
26
-
27
- == 0.7.2 / 2014-04-08
28
- * tests cleanups
29
- * gem release date fixed
30
-
31
- == 0.7.1 / 2014-04-02
32
- * handling wrong color values
33
-
34
- == 0.7.0 / 2014-03-12
35
- * refactored to use regexp pattern matching
36
- * works with frozen strings
37
- * works with concatenated string
38
-
39
- == 0.6.0 / 2013-09-25
40
- * code cleanups
41
- * bold mode fixed
42
- * STDOUT.isatty condition removed
43
- * doc updated
44
- * jeweler tasks removed
45
- * Rakefile updated
46
-
47
- == 0.5.8 / 2009-12-02
48
- * code cleanups
49
- * removed 'ruby -w' warnings
50
-
51
- == 0.5.7 / 2009-11-24
52
- * moved to github/gemcutter
53
- * 1.9 compatible
54
-
55
- == 0.5.6 / 2007-08-27
56
- * rdocs Allison template
57
- * cleanups
58
-
59
- == 0.5.5 / 2007-08-11
60
- * added effects methods
61
- * README files
62
- * new rake file
63
-
64
- == 0.5.0 / 2007-04-22
65
- * initial rewritten version