File: changelog.txt

package info (click to toggle)
ruby-formatador 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: ruby: 477; sh: 2; makefile: 2
file content (100 lines) | stat: -rw-r--r-- 2,197 bytes parent folder | download
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
v1.2.3 11/10/25
===============

add set_title to set terminal title via escape sequences

v1.2.2 10/28/25
===============

add faint

v1.2.1 09/17/25
===============

add color output support for github actions
fix most lints

v1.2.0 08/08/25
===============

switch to reline for table-width calculations

v1.1.1 07/11/25
===============

update actions/stale
update actions/checkout
improve unicode support
update ruby versions in test matrix
add funding info
move scheduled CI to weekly
update tested ruby versions
more consistently use length method in tables
adjust expected test output for Ruby 3.4+

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