-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
changelog.txt
66 lines (53 loc) · 1.55 KB
/
changelog.txt
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
v1.1.0 01/24/22
===============
fixes to support ruby 3+
add options for right justifying numerics
drop unused gemspec directive
use https for rubygems.org in gemspec
drop duplicate bundle install from CI setup
v1.0.0 01/20/21
===============
release v1, it's been stable for ages
v0.3.0 06/17/21
===============
add travis badge to readme
change readme to md
fix markdown readme
fix travis badge
monkey-patch StringIO to try and fix jruby build
override tty? for jruby build
fix copyright statement
use unicode.width instead of string.length
remove unicode from requirements, use only if loaded
display datum who's value is a FalseClass
more colors with syntax-specific code/length limitations
better code visualization in readme
update readme
remove broken rubinius build from CI
fix length method to detect multibyte char width
fix test for table with multi byte chars
support multibyte characters
update CI to 2.2.7, 2.3.4, and 2.4.1
drop rubyforge_project from gemspec and rakefile
change github reference to https
change readme.rdoc to readme.md in gemspec
v0.2.5 05/23/14
===============
* fix typo in readme
* ensure indent is reset
* add progress bar object
* improve thread safety for progress bar
v0.2.4 10/26/12
===============
* sort background colors higher
* fix homepage link in gem metadata
v0.2.3 05/18/12
===============
* fix nested hashes to allow for keys which contain periods
v0.2.2 05/16/12
===============
* require stringio in tests
* allow tests to pass without tty
* label test groups
* fix for redisplay width
* allow tables to use nested hashes