Releases: sstadick/hck
Releases · sstadick/hck
v0.6.1
(cargo-release) hck version 0.6.1
v0.5.4
(cargo-release) hck version 0.5.4
v0.5.3
(cargo-release) hck version 0.5.3
v0.5.2
(cargo-release) hck version 0.5.2
v0.5.1
v0.5.0
- Added
--exclude|-eflag to select a set of fields to exclude. These fields may overlap with the-fflag and take precedence over fields selected by-f. - Added
--exclude-header|-Eflag to select a set of headers to exclude. These may mix and match with-e-fandF. The-rflag will cause the headers to be treated as a regex. - As part of the
-eadditional, the default behavior if now headers or fields are specified is to assume-f1-, which allow the user to dohck -e 3,8,290. - pigz is now a supported decompression binary, if it's not present
hckdefaults back togzip. - Decided against adding a greedy heuristic because it actually had worse performance on the most common case of
\s(but better on[[:space:]], which was odd).- The place where this would make sense would be searching a literal space character greedily (like awk), but that kind of goes against the way the delimiters are documented to work
- It may be worth adding that special case at some point?
- Moves CI to using justfile instead of pgo scripts.
- Fixes several issues in benchmarks
choosewas not using fastest path and had the wrong input file- All tools splitting by a space regex were incorrectly parsing the header line in the multichar data, header line is now fixed
- Fixes bug with reordering of only two fields
v0.4.2
(cargo-release) hck version 0.4.2
v0.4.1
(cargo-release) hck version 0.4.1
v0.3.13
(cargo-release) hck version 0.3.13
v0.3.12
(cargo-release) hck version 0.3.12