Changelog
Minor Breaking Changes
- fccfed4 Upgrade urfave cli to v2 (#77) -- May cause flags after arguments to not work
- f7b4e4e Sorting (#79) -- Replace
--sort-key
and--reverse
with new--sort
flag
Improvements
- 7651b26 Follow reader (#66) -- Significantly faster file tailing
- 0b91037 Enable follow tailing (#70)
- e53c9af Heatmap (#73)
- 1e7191b Heatmap doc addition
- 3fc3fe8 Heatmap header (#74)
- fdbd885 Readthru (#64) -- More responsive reading
- 8e8cae8 UTF8 Render support (#75)
- 7f4de82 Expression command for testing (#81)
Misc
- 395a9d3 Add default time format as empty string
- 1f5f343 Add duration format function
- 317df91 Add flag categories to base arguments
- 8fdbc4f Add manfile to archives to fix darwin manpage install
- c8a6060 Add tests for dupe flags and commands and other confusing things
- 4035fa1 Add upper and lowercase expression functions
- d100a68 Allow single-row table
- 5360801 Bump gjson version and add more json tests
- 36dd9dd Bump mkdocs (#65)
- 6ab0795 Bump static check (#68)
- 7ed61a4 Fix panic in arg splitter
- 12c62f1 Fix race
- f72dc76 Fix test to not sleep
- 1c9d67c Fix time format typo
- ce093f8 Fix timeattr docs
- 29bee6a Go118 (#76)
- 8a56a1a Introduce timed flush (#69)
- 7ed831d More test coverage
- a6418a6 Optimize bucketing
- 0dee960 Organize expression functions into categories
- af6436c Remove inconsistent use of double-arrows for certain errors
- dc39cbd Replace specific bucket errors with generic ones
- 4d310df Standardize parse errors
- ecf556c Tables2 (#72)
- b524815 Tests for reader batcher
- db66f53 Time exp2 (#71)
- 948df77 Tweak expression benchmarks
- 6b3b53b Urfave cli 2 shrink (#78)