nushell/crates/nu-command
Ian Manske b752fdb0dc
Always pretty print binary values in table (#12294)
# Description
Binary values passed to `table` may or may not be pretty formatted based
on the output destination. This leads to weird behavior as documented in
#12287. This PR changes `table` to always pretty print binary values.
However, binary values passed to external commands will not be formatted
(this is the existing behavior).

# User-Facing Changes
This is a breaking change. E.g.:
```nushell
0x[8989] | table | cat -
```
used to print raw bytes, but it will now print the pretty formatted
bytes.

# After Submitting
Add to 0.92.0 release notes and update documentation.
2024-03-26 13:22:34 -05:00
..
src Always pretty print binary values in table (#12294) 2024-03-26 13:22:34 -05:00
tests Fix return in filter closure eval (#12292) 2024-03-26 17:50:36 +01:00
Cargo.toml Change default algorithm in detect columns (#12277) 2024-03-26 13:57:55 +08:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00