Release v0.12.7
- fix precedence of try expression against operators (
try 0 * error(0)
) - fix iterator suffix with optional operator (
0 | .x[]?
) - fix stream option with slurp option or
input
,inputs
functions - fix the command flag parser to support equal sign in short options with argument
- fix string conversion of query including empty strings in module and import metadata
- improve performance of
isempty
function