We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f6d53 commit ba051e6Copy full SHA for ba051e6
History.rdoc
@@ -1,3 +1,10 @@
1
+4.0.0 / 2025-01-28
2
+==================
3
+
4
+- Non-unicode characters are no longer supported. They will be replaced.
5
+- Headings may be set to nil.
6
+- unicode-display-width version 3 supported.
7
8
3.0.2 / 2021-09-19
9
==================
10
lib/terminal-table/version.rb
@@ -1,5 +1,5 @@
module Terminal
class Table
- VERSION = '3.0.2'
+ VERSION = '4.0.0'
end
0 commit comments