- Add stat command streaming parser tested on linux and macOS
1.17.6
- Add jar-manifest file parser (for MANIFEST.MF files) - Fix CSV parsers for some files that include doublequotes
1.17.5
- Add zipinfo parser tested on linux and macOS
1.17.4
- Add support for the NO_COLOR environment variable to set mono (http://no-color.org/) - Add -C option to force color output even when using pipes (overrides -m and NO_COLOR)
1.17.3
- Update parsers to exit with error if non-string input is detected (raise TypeError) - Update streaming parsers to exit with error if non-iterable input is detected (raise TypeError) - Simplify quiet-checking in parsers - Add iostat parser tested on linux - Add iostat streaming parser tested on linux
1.17.2
- Fix ping parser to add Alpine linux support - Fix netstat parser for older versions of netstat on linux - Fix df parser for cases where the filesystem field overflows the column length