v0.29.0
Added
- Nested objects flattening feature by @pamburus in #229
- Support for loading a set of values from a file in a query by @pamburus in #237
- Command line option for config file path by @pamburus in #233
- Configuration file options to force display of time and level fields by @pamburus in #242
Changed
- Input info column is now disabled in by default
--raw
mode by @pamburus in #231 - Nested objects are now flattened by default by @pamburus in #229
- Time and level fields are now hidden by default if absent by @pamburus in #242
Fixed
- Automatic quote selection logic sometimes made wrong choices by @pamburus in #243
- Read errors were silently ignored in indexing routine that produced empty index by @pamburus in #234
- Error messages did not contain filename on read errors by @pamburus in #235
- Pager was started if directory path was specified instead of file path by @pamburus in #236
Maintenance
- Replaced
winapi
crate withwinapi-util
by @pamburus in #227 - Updated dependencies by @pamburus in #238
- Replaced tarpaulin with instrumentation-based code coverage by @pamburus in #239, #240, #241
Full Changelog: v0.28.1...v0.29.0