Skip to content

Releases: ropensci/jqr

jqr 1.2.3

13 Mar 19:31
Compare
Choose a tag to compare
v1.2.3

Update a URL

jqr v1.2.2

08 Nov 20:53
40eaa1e
Compare
Choose a tag to compare
  • fix a failing test

jqr v1.2.1

06 May 14:08
5aed6c6
Compare
Choose a tag to compare
  • Windows: update to libjq 1.6

jqr v1.2.0

13 Nov 15:51
74f9960
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • fix to internal method pipeline_on_exit() for compatibility with the upcoming magrittr v2.0 (#82) thanks @lionel- !
  • jq() errors better now when any NA class passed to it (#78)

jqr v1.1.0

22 Oct 22:01
Compare
Choose a tag to compare

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)

jqr v1.0.0

20 Sep 04:55
Compare
Choose a tag to compare
  • Unbundle jq: the libjq library and headers are now available on all major platforms.
    See https://stedolan.github.io/jq/download/ for details. (#59)
  • Removed a few authors due to n longer including jq in package
  • No longer linking to BH and Rcpp. No longer using/importing Rcpp
  • Use R_registerRoutines and R_useDynamicSymbols as required for
    packages with compiled code. (#57)
  • Internal dataset changed name from "githubcommits" to "commits"
  • Multiple JSON inputs now supported (see #53)

jqr v0.2.4

29 Jul 08:27
Compare
Choose a tag to compare

Fixes for CRAN

  • Fixed the ASAN/valgrind problem (use after free) in jqr.cpp

jqr v0.2.3

23 May 18:38
Compare
Choose a tag to compare

Fixes for CRAN

  • Fixes in v0.2.2 actually applied in this version

jqr v0.2.2

02 May 23:25
Compare
Choose a tag to compare

Fixes for CRAN

jqr v0.2.0

23 Mar 22:30
Compare
Choose a tag to compare

NEW FEATURES

  • Released to CRAN.