- implement
add
,unique_by
,max_by
,min_by
,reverse
by internal functions for performance and reducing the binary size - improve performance of
setpath
,delpaths
functions - fix assignment against nested slicing (
[1,2,3] | .[1:][:1] = [5]
) - limit the array index of assignment operator
- optimize constant arrays and objects