Skip to content

jqr v1.1.0

Compare
Choose a tag to compare
@sckott sckott released this 22 Oct 22:01
· 68 commits to master since this release

NEW FEATURES

  • All functions now support connection objects (file paths, urls) as input types for streaming. see new methods jqr_feed and jqr_new (#55)
  • fix jq() to be able to accept json objects as input (#62)
  • gains new functions build_array()/build_array_() and build_object()/build_object_() for building arrays and objects, respectively. and select() changes to only do filtering (instead of also doing construction) to match jq behavior (#66) (#67)
  • jq_flags() gains parameters stream and seq

MINOR IMPROVEMENTS

  • fixed strncpy call in src/jqr.c (#75)

BUG FIXES

  • fix select() to handle operators other than = (#65) (#67)