- fix
gsubandsubwhen the replacement emits multiple values - fix
fmax,fmin,modffunctions against NaN and infinities - fix
join/1to useadd/0implementation and handle null separator - fix
delanddelpathson null to emit null - fix arithmetic operations on the minimum integer
- fix
significandfunction against subnormal numbers - fix handling of
--in cli flag parsing for jq compatibility - fix
flatten/1to emit error when the depth is NaN - fix array slice update to validate index types
- fix string repetition boundary check to match jq behavior
- implement
splits/2usingmatch/2for better jq compatibility - implement
to_entriesandfrom_entriesin jq for simplicity - improve performance of regexp functions by caching compiled regexps