Skip to content

Tags: dbohdan/sqawk

Tags

v0.24.0

Toggle v0.24.0's commit message
build(version): bump to 0.24.0

v0.23.1

Toggle v0.23.1's commit message
fix(sqawk): do not close input ch if it is stdin

v0.23.1

v0.23.0

Toggle v0.23.0's commit message
docs(readme): note we treat JSON objs as ordered

v0.22.1

Toggle v0.22.1's commit message
fix(main): Do not create file "close" on exit

v0.22.1

v0.22.0

Toggle v0.22.0's commit message
docs(readme): Fix typo

v0.21.0

Toggle v0.21.0's commit message
docs(readme): Edit for writing clarity

v0.20.0

Toggle v0.20.0's commit message
"table" serializer: Synonym for "alignments" opt

Let the user use either "align" or "alignments" to set the column
alignments for `-output table`.

v0.19.1

Toggle v0.19.1's commit message
Fix missing fields replaced with previous values

The values of the corresponding fields from the previous record
are used in place of missing fields due to a bug in the method
insert-rows of the snit type ::sqawk::table.

v0.19.1

v0.19.0

Toggle v0.19.0's commit message
Count columns for "merge=" from one like elsewhere

To merge the contents of the columns a1 and a2 you currently say
"merge=0-1". I.e., the column "merge=" refers to as "0" is a1,
not a0. This changes it so that you will now say "merge=1-2" to
achieve the same result.

v0.19.0

v0.18.2

Toggle v0.18.2's commit message
tests.tcl: Test "columns=" in test20

-