Features
- Adding moonblade function
log2
,log10
and support for custom base with an optional argument oflog
. - Adding
\0
,\x..
and\u{......}
literals to moonblade strings. - Adding moonblade function
col?
.
Fixes
- Better color support for legacy Windows terminals.
- Fixing
to_timezone
function with UTC timestamps on some platforms where jiff is built "bundled". - Fixing moonblade commands (e.g.
filter
,map
etc.) when using-n/--no-headers
.