0.4.0 (2025-01-06)
0.3.9 (2024-12-21)
- deps: bump @oclif/core from 4.0.37 to 4.2.0 (faea9b8)
0.3.8 (2024-12-15)
- deps: bump @oclif/core from 4.0.34 to 4.0.37 (a373e7c)
0.3.7 (2024-12-07)
- deps: bump @oclif/core from 4.0.32 to 4.0.34 (54e7443)
0.3.6 (2024-12-07)
- deps: bump ink from 5.0.1 to 5.1.0 (bde5cb7)
0.3.5 (2024-11-16)
- deps: bump cross-spawn from 7.0.3 to 7.0.5 (ed04dc0)
0.3.4 (2024-11-16)
- deps: bump @oclif/core from 4.0.31 to 4.0.32 (d3f90f5)
0.3.3 (2024-11-02)
- deps: bump @oclif/core from 4.0.30 to 4.0.31 (79a97b8)
0.3.2 (2024-10-30)
- improve table width calculation (4a71378)
0.3.1 (2024-10-30)
- margins on plain text table (b541bd1)
0.3.0 (2024-10-29)
0.2.4 (2024-10-26)
- deps: bump @types/react from 18.3.11 to 18.3.12 (a0f44d2)
0.2.3 (2024-10-26)
- deps: bump @oclif/core from 4.0.29 to 4.0.30 (114e4cc)
0.2.2 (2024-10-25)
0.2.1 (2024-10-23)
- handle no data (90257fe)
0.2.0 (2024-10-22)
- add makeTable (69af4d2)
0.1.24 (2024-10-21)
- improve stdout wrapper (3e87eca)
0.1.23 (2024-10-21)
- change default fd (c9a5f70)
0.1.22 (2024-10-21)
0.1.21 (2024-10-19)
- deps: bump @oclif/core from 4.0.28 to 4.0.29 (b040457)
0.1.20 (2024-10-17)
- default Stream fd to 0 (93124c2)
0.1.19 (2024-10-17)
- drop limit on printTables to 30k (fb81cf6)
- handle very tall tables (b81be9e)
- handle very wide tables (0627af9)
- limit printTables to 50k total records (b698088)
- return after rendering chunked table (e8bfaad)
- throw error if duplicate columns (3a43b86)
0.1.18 (2024-10-12)
- deps: bump @oclif/core from 4.0.17 to 4.0.28 (33b0887)
0.1.17 (2024-10-08)
- use Stream wrapper class (ba0e913)
0.1.16 (2024-10-08)
- dont use stream if test (1d44eb3)
- dont use stream if test (74c4e34)
- use 0 for stdout stream (13bb59f)
0.1.15 (2024-10-08)
- only print last valid frame (b763bf7)
0.1.14 (2024-10-06)
- deps: bump @types/react from 18.3.10 to 18.3.11 (b463bdc)
0.1.13 (2024-10-04)
- better fix for center aligned wrapped text (ae049a8)
- center wrapped text (53d51bc)
- handle wrapping of multiline strings (742dc27)
- remove newlines when truncating text (f42e550)
0.1.12 (2024-10-03)
- move @types/react to deps (72028f0)
0.1.11 (2024-10-03)
- account for columnGap when sizing multiple tables (a2b816c)
- links (ab71e39)
- remove orientation prop (36415d9)
- right alignment (ab3f94b)
- wrapping and alignment (bbe9e90)
0.1.10 (2024-09-28)
- deps: bump @types/react from 18.3.3 to 18.3.10 (769bc2a)
0.1.9 (2024-09-25)
- newline after table (fcb6029)
0.1.8 (2024-09-25)
- deps: bump micromatch from 4.0.7 to 4.0.8 (d7ffdde)
0.1.7 (2024-09-24)
- calculate width of wrapped ansi (796359e)
0.1.6 (2024-09-24)
- remove dead code (16111a2)
0.1.5 (2024-09-24)
- remove dead code (5ff46d5)
0.1.4 (2024-09-24)
- fine tune wrapping (336ec17)
0.1.3 (2024-09-24)
- deps: bump path-to-regexp from 6.2.2 to 6.3.0 (394483b)
0.1.2 (2024-09-23)
- rename things (d32e889)
0.1.1 (2024-09-23)
- rename makeTable to printTable (4d7a229)
0.1.0 (2024-09-23)
- border presets (b69a75a)
- dont render title if not provided (b8985f6)
- dont truncate header (900ecaf)
- handle zero width characters (d57a948)
- handle zero width characters (62548ad)
- truncation and padding (ee688e7)
- add some polish (a2a1c81)
- add title and examples (406b4aa)
- allow column specific settings (5d975cb)
- automatic truncating (20dd4c0)
- clean up and sort with fn (e758b0e)
- filtering and sorting options (38efda2)
- make customizable (6fa62ef)
- maxWidth (0b783b0)
- simplify filtering (bf20670)
- support all margins (2b5d84a)
- support borderColor (f858ad5)
- support borderColor (272d578)
- support noStyle option (0de83e9)
- support vertical orientation (2dc2609)