Skip to content

Release v0.10.3

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 04:35
  • 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